summaryrefslogtreecommitdiff
path: root/vendor/github.com/go-fed/httpsig/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/go-fed/httpsig/go.mod')
-rw-r--r--vendor/github.com/go-fed/httpsig/go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/github.com/go-fed/httpsig/go.mod b/vendor/github.com/go-fed/httpsig/go.mod
new file mode 100644
index 000000000..a4076921a
--- /dev/null
+++ b/vendor/github.com/go-fed/httpsig/go.mod
@@ -0,0 +1,5 @@
+module github.com/go-fed/httpsig
+
+require golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
+
+go 1.13