aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPřemysl Janouch <p@janouch.name>2018-12-01 22:43:11 +0100
committerPřemysl Janouch <p@janouch.name>2018-12-01 22:43:11 +0100
commitf9f3171c02b0f9e1c53a62a9171046e502322d33 (patch)
tree00081f6968b2575303256f8f1efae7dbf5cacb7f /go.mod
parent0ea296de67762fb0ae3b32fd470ef08aabe70a37 (diff)
downloadpdf-simple-sign-f9f3171c02b0f9e1c53a62a9171046e502322d33.tar.gz
pdf-simple-sign-f9f3171c02b0f9e1c53a62a9171046e502322d33.tar.xz
pdf-simple-sign-f9f3171c02b0f9e1c53a62a9171046e502322d33.zip
Use Go modules
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 6 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..c9c6c44
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,6 @@
+module janouch.name/pdf-simple-sign
+
+require (
+ go.mozilla.org/pkcs7 v0.0.0-20181029144607-24857c352dd8
+ golang.org/x/crypto v0.0.0-20181127143415-eb0de9b17e85
+)