aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod9
1 files changed, 9 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..67d64cf
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,9 @@
+module github.com/dim13/acme
+
+require (
+ github.com/square/go-jose v2.1.8+incompatible
+ golang.org/x/crypto v0.0.0-20180820150726-614d502a4dac // indirect
+ gopkg.in/square/go-jose.v1 v1.1.2
+ gopkg.in/square/go-jose.v2 v2.1.8 // indirect
+ gopkg.in/yaml.v2 v2.2.1
+)