mirror of
https://github.com/golang/go
synced 2024-11-25 19:47:58 -07:00
3707d60606
Commands run (in both src and src/cmd): go get golang.org/x/sys@latest go mod tidy go mod vendor Change-Id: Ia041258c71ffb93428257b547411d359c62d9b70 Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-longtest Reviewed-on: https://go-review.googlesource.com/c/go/+/562736 Reviewed-by: Bryan Mills <bcmills@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
22 lines
625 B
Modula-2
22 lines
625 B
Modula-2
module cmd
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/google/pprof v0.0.0-20230811205829-9131a7e9cc17
|
|
golang.org/x/arch v0.7.0
|
|
golang.org/x/build v0.0.0-20240201175143-3ee44a092755
|
|
golang.org/x/mod v0.15.1-0.20240207185259-766dc5df63e3
|
|
golang.org/x/sync v0.6.0
|
|
golang.org/x/sys v0.17.0
|
|
golang.org/x/telemetry v0.0.0-20240131160148-1cb064e7d4f2
|
|
golang.org/x/term v0.16.0
|
|
golang.org/x/tools v0.17.1-0.20240119231502-e1555a36d006
|
|
)
|
|
|
|
require (
|
|
github.com/ianlancetaylor/demangle v0.0.0-20230524184225-eabc099b10ab // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
rsc.io/markdown v0.0.0-20240117044121-669d2fdf1650 // indirect
|
|
)
|