summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@codeblau.de>2025-07-13 20:41:38 +0200
committerÖzgür Kesim <oec@codeblau.de>2025-07-13 20:41:38 +0200
commit6b6b67ee0d30439780b829bb3e9dd5b0efa881df (patch)
tree16c854f31760a6055a9dba25a34f8cbef6b1401c /go.mod
initmain
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod15
1 files changed, 15 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..b805579
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,15 @@
+module upspin-keyserver
+
+go 1.24.5
+
+require upspin.io v0.1.0
+
+require (
+ github.com/golang/protobuf v1.5.4 // indirect
+ github.com/google/go-cmp v0.6.0 // indirect
+ golang.org/x/crypto v0.22.0 // indirect
+ golang.org/x/net v0.24.0 // indirect
+ golang.org/x/text v0.14.0 // indirect
+ google.golang.org/protobuf v1.33.0 // indirect
+ gopkg.in/yaml.v2 v2.4.0 // indirect
+)