summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index b851d68..50c0149 100644
--- a/go.mod
+++ b/go.mod
@@ -7,6 +7,7 @@ require (
github.com/go-sql-driver/mysql v1.7.1
github.com/gorilla/handlers v1.5.2
github.com/gorilla/schema v1.2.1
+ github.com/gorilla/sessions v1.2.2
github.com/mattn/go-sqlite3 v1.14.22
github.com/simukti/sqldb-logger v0.0.0-20230108155151-646c1a075551
golang.org/x/crypto v0.19.0
@@ -17,6 +18,7 @@ require (
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/google/uuid v1.3.0 // indirect
+ github.com/gorilla/securecookie v1.1.2 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect