mirror of
https://github.com/golang/go
synced 2024-11-25 15:27:57 -07:00
eb29beb0ad
This CL provides vendor support for s390x disassembler plan9 syntax. cd $GOROOT/src/cmd go get golang.org/x/arch@master go mod tidy go mod vendor For #15255 Change-Id: I20c87510a1aee2d1cf2df58feb535974c4c0e3ef Reviewed-on: https://go-review.googlesource.com/c/go/+/623075 Reviewed-by: David Chase <drchase@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Vishwanatha HD <vishwanatha.hd@ibm.com> Reviewed-by: Cherry Mui <cherryyz@google.com>
22 lines
686 B
Modula-2
22 lines
686 B
Modula-2
module cmd
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
github.com/google/pprof v0.0.0-20240722153945-304e4f0156b8
|
|
golang.org/x/arch v0.11.1-0.20241106162200-f977c2e4e3f4
|
|
golang.org/x/build v0.0.0-20240722200705-b9910f320300
|
|
golang.org/x/mod v0.20.0
|
|
golang.org/x/sync v0.8.0
|
|
golang.org/x/sys v0.26.1-0.20241105152852-e0753d469443
|
|
golang.org/x/telemetry v0.0.0-20240828202201-a797f331ea97
|
|
golang.org/x/term v0.22.1-0.20240716160707-d4346f0be292
|
|
golang.org/x/tools v0.24.1-0.20240904143311-70f56264139c
|
|
)
|
|
|
|
require (
|
|
github.com/ianlancetaylor/demangle v0.0.0-20240312041847-bd984b5ce465 // indirect
|
|
golang.org/x/text v0.19.0 // indirect
|
|
rsc.io/markdown v0.0.0-20240306144322-0bf8f97ee8ef // indirect
|
|
)
|