summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2024-02-14 00:27:22 +0100
committerRené 'Necoro' Neumann <necoro@necoro.eu>2024-02-14 00:27:22 +0100
commitffe5a13f65327adddaf89ea19c60939a23144f34 (patch)
treedae00f31cc28fda2455437c61288673802773304
parentce7c563f464c5d85ddafa94ce631afaa7467a4c2 (diff)
downloadgosten-ffe5a13f65327adddaf89ea19c60939a23144f34.tar.gz
gosten-ffe5a13f65327adddaf89ea19c60939a23144f34.tar.bz2
gosten-ffe5a13f65327adddaf89ea19c60939a23144f34.zip
mod tidy
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 50c0149..afdfe50 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/securecookie v1.1.2
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
@@ -18,7 +19,6 @@ 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