diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 13:18:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 13:18:25 +0000 |
commit | 109be507377fe7f6e8819ac94041d3fdcdf6fd2f (patch) | |
tree | 2806a689f8fab4a2ec9fc949830ef270a91d667d /src/cmd/go.mod | |
parent | Initial commit. (diff) | |
download | golang-1.19-109be507377fe7f6e8819ac94041d3fdcdf6fd2f.tar.xz golang-1.19-109be507377fe7f6e8819ac94041d3fdcdf6fd2f.zip |
Adding upstream version 1.19.8.upstream/1.19.8upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | src/cmd/go.mod | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/cmd/go.mod b/src/cmd/go.mod new file mode 100644 index 0000000..b8f367d --- /dev/null +++ b/src/cmd/go.mod @@ -0,0 +1,18 @@ +module cmd + +go 1.19 + +require ( + github.com/google/pprof v0.0.0-20220729232143-a41b82acbcb1 + golang.org/x/arch v0.0.0-20220412001346-fc48f9fe4c15 + golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 + golang.org/x/sync v0.0.0-20220513210516-0976fa681c29 + golang.org/x/sys v0.0.0-20220614162138-6c1b26c55098 + golang.org/x/term v0.0.0-20220411215600-e5f449aeb171 + golang.org/x/tools v0.1.11-0.20220516163903-1e55371df567 +) + +require ( + github.com/ianlancetaylor/demangle v0.0.0-20220319035150-800ac71e25c2 // indirect + golang.org/x/crypto v0.0.0-20220516162934-403b01795ae8 // indirect +) |