Skip to content

Commit d61dd50

Browse files
dmitshurgopherbot
authored andcommitted
go.mod: delete repeated "indirect"
It got added by 'go mod tidy' in CL 471399 because the '; ' separator was missing. For golang/go#48523. For golang/go#58737. Change-Id: I63642a4f49beb9679f9c5bbb4e2aa8ed0cc73c9e Reviewed-on: https://go-review.googlesource.com/c/text/+/501835 TryBot-Result: Gopher Robot <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Run-TryBot: Dmitri Shuralyov <[email protected]>
1 parent efb744f commit d61dd50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module golang.org/x/text
33
require golang.org/x/tools v0.6.0 // tagx:ignore
44

55
require (
6-
golang.org/x/mod v0.8.0 // indirect; indirect tagx:ignore
7-
golang.org/x/sys v0.5.0 // indirect; indirect tagx:ignore
6+
golang.org/x/mod v0.8.0 // indirect; tagx:ignore
7+
golang.org/x/sys v0.5.0 // indirect; tagx:ignore
88
)
99

1010
go 1.17

0 commit comments

Comments
 (0)