summaryrefslogtreecommitdiffstats
path: root/src/go.mod
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 13:14:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 13:14:23 +0000
commit73df946d56c74384511a194dd01dbe099584fd1a (patch)
treefd0bcea490dd81327ddfbb31e215439672c9a068 /src/go.mod
parentInitial commit. (diff)
downloadgolang-1.16-upstream.tar.xz
golang-1.16-upstream.zip
Adding upstream version 1.16.10.upstream/1.16.10upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/go.mod')
-rw-r--r--src/go.mod10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/go.mod b/src/go.mod
new file mode 100644
index 0000000..25e7992
--- /dev/null
+++ b/src/go.mod
@@ -0,0 +1,10 @@
+module std
+
+go 1.16
+
+require (
+ golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
+ golang.org/x/net v0.0.0-20211101194150-d8c3cde3c676
+ golang.org/x/sys v0.0.0-20201204225414-ed752295db88 // indirect
+ golang.org/x/text v0.3.4 // indirect
+)