summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod16
1 files changed, 16 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..164adff
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,16 @@
+module github.com/secure-systems-lab/go-securesystemslib
+
+go 1.20
+
+require (
+ github.com/codahale/rfc6979 v0.0.0-20141003034818-6a90f24967eb
+ github.com/stretchr/testify v1.8.4
+ golang.org/x/crypto v0.17.0
+)
+
+require (
+ github.com/davecgh/go-spew v1.1.1 // indirect
+ github.com/pmezard/go-difflib v1.0.0 // indirect
+ golang.org/x/sys v0.15.0 // indirect
+ gopkg.in/yaml.v3 v3.0.1 // indirect
+)