mirror of
https://github.com/golang/go
synced 2024-11-25 21:37:58 -07:00
577bb7dba1
Now that x/tools/go/types/objectpath has been updates to support type parameters, I ran the following commands to update x/tools inside the cmd module: go get -d golang.org/x/tools@18fa840216958359dc43466f3e70d96add38edbb # main branch go mod tidy go mod vendor Updates #48588 Change-Id: Ibebc1ac2f721d6e2eb1a4f6c610918770d4879ed Reviewed-on: https://go-review.googlesource.com/c/go/+/355012 Trust: Robert Findley <rfindley@google.com> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Go Bot <gobot@golang.org>
20 lines
665 B
Modula-2
20 lines
665 B
Modula-2
module cmd
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/google/pprof v0.0.0-20210827144239-02619b876842
|
|
golang.org/x/arch v0.0.0-20210901143047-ebb09ed340f1
|
|
golang.org/x/mod v0.5.1-0.20210913215816-37dd6891021a
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
|
|
golang.org/x/tools v0.1.8-0.20211011152358-18fa84021695
|
|
)
|
|
|
|
require (
|
|
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639 // indirect
|
|
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
|
|
golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
)
|