summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 4 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index db69e44..a9b5561 100644
--- a/go.mod
+++ b/go.mod
@@ -1 +1,5 @@
module github.com/gorilla/securecookie
+
+go 1.19
+
+require github.com/google/gofuzz v1.2.0