mirror of https://github.com/golang/go.git
gopls: run go mod tidy -compat=1.16
golang.org/x/text and golang.org/x/sync are direct dependencies. Change-Id: I8fea3ddbbf5e2917e45a7a9a5b1d12310fe62c83 Reviewed-on: https://go-review.googlesource.com/c/tools/+/430275 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Robert Findley <rfindley@google.com> Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com> gopls-CI: kokoro <noreply+kokoro@google.com>
This commit is contained in:
parent
a8b9ed3e93
commit
a81fce34b3
|
|
@ -8,7 +8,9 @@ require (
|
|||
github.com/jba/templatecheck v0.6.0
|
||||
github.com/sergi/go-diff v1.1.0
|
||||
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
|
||||
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
|
||||
golang.org/x/sys v0.0.0-20220808155132-1c4a2a72c664
|
||||
golang.org/x/text v0.3.7
|
||||
golang.org/x/tools v0.1.13-0.20220810174125-0ad49fdeb955
|
||||
golang.org/x/vuln v0.0.0-20220901221904-62b0186a1058
|
||||
honnef.co/go/tools v0.3.3
|
||||
|
|
@ -22,8 +24,6 @@ require (
|
|||
github.com/BurntSushi/toml v1.2.0 // indirect
|
||||
github.com/google/safehtml v0.0.2 // indirect
|
||||
golang.org/x/exp/typeparams v0.0.0-20220722155223-a9213eeb770e // indirect
|
||||
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
|
||||
golang.org/x/text v0.3.7 // indirect
|
||||
)
|
||||
|
||||
replace golang.org/x/tools => ../
|
||||
|
|
|
|||
Loading…
Reference in New Issue