mirror of https://github.com/golang/go.git
20 lines
669 B
Modula-2
20 lines
669 B
Modula-2
module cmd
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/google/pprof v0.0.0-20211104044539-f987b9c94b31
|
|
golang.org/x/arch v0.0.0-20210923205945-b76863e36670
|
|
golang.org/x/mod v0.6.0-dev.0.20210913215816-37dd6891021a
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
|
|
golang.org/x/tools v0.1.8-0.20211109164901-e9000123914f
|
|
)
|
|
|
|
require (
|
|
github.com/ianlancetaylor/demangle v0.0.0-20210905161508-09a460cdf81d // indirect
|
|
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa // indirect
|
|
golang.org/x/sys v0.0.0-20211109065445-02f5c0300f6e // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
)
|