diff options
author | Hank Shen <swh@admpub.com> | 2023-10-09 07:42:42 +0300 |
---|---|---|
committer | Hank Shen <swh@admpub.com> | 2023-10-09 07:42:42 +0300 |
commit | a9590b45840539390424b8bbab01079c03d59db4 (patch) | |
tree | d0a515e4bf11230d12c0e4572ea6aa032ebe84e0 /go.mod | |
parent | 69560e37559624d8ff8027cdb12c0cb39e00210a (diff) | |
parent | 22eae5c820537b29d36814c94c2c70c08e391d71 (diff) |
Merge branch 'main' of github.com:/gorilla/securecookie
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module github.com/gorilla/securecookie + +go 1.19 + +require github.com/google/gofuzz v1.2.0 |