aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2019-09-09 14:18:35 -0400
committerBen Burwell <ben@benburwell.com>2019-09-09 14:18:35 -0400
commit231fe480a3a52ad228d9a7d3cda0a2fe1663a284 (patch)
tree8aa90edd88e766361b09dc5e4e22a5c03dd9c396 /go.mod
parent81342fc5250e14a53b42cb168f7fd6fffad50de5 (diff)
vendor sumdb
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 8b85e55..6e09da5 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,7 @@ module git.sr.ht/~benburwell/gosumdbaudit
go 1.13
-require golang.org/x/mod v0.1.0
+require (
+ golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529
+ golang.org/x/mod v0.1.0
+)