summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2024-02-13 22:49:23 +0100
committerRené 'Necoro' Neumann <necoro@necoro.eu>2024-02-13 22:49:23 +0100
commit4c98ab6a3a1f41ebaa5360a6a4615cd705a94db0 (patch)
treee981302e500b18be87dbc3fe894627992783af15 /go.mod
parente9b709c12a9f64ab99b361a93c173548382147fd (diff)
downloadgosten-4c98ab6a3a1f41ebaa5360a6a4615cd705a94db0.tar.gz
gosten-4c98ab6a3a1f41ebaa5360a6a4615cd705a94db0.tar.bz2
gosten-4c98ab6a3a1f41ebaa5360a6a4615cd705a94db0.zip
session handling and login/logout
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