From ffe5a13f65327adddaf89ea19c60939a23144f34 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Wed, 14 Feb 2024 00:27:22 +0100 Subject: mod tidy --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') 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 -- cgit v1.2.3-54-g00ecf