diff options
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 |
commit | 6b6b67ee0d30439780b829bb3e9dd5b0efa881df (patch) | |
tree | 16c854f31760a6055a9dba25a34f8cbef6b1401c /go.mod |
initmain
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 +) |