From 8488643e5efe4c89ee1abe6f05a8857b8ab122d1 Mon Sep 17 00:00:00 2001 From: Samuel W Date: Sun, 25 Feb 2024 15:53:36 +0100 Subject: working thing --- go.mod | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 8d63791..7b7ece0 100644 --- a/go.mod +++ b/go.mod @@ -4,17 +4,24 @@ go 1.21.6 require ( github.com/a-h/templ v0.2.513 + github.com/gorilla/sessions v1.2.2 + github.com/labstack/echo-contrib v0.15.0 github.com/labstack/echo/v4 v4.11.4 gorm.io/gorm v1.25.2-0.20230530020048-26663ab9bf55 ) require ( + github.com/golang-jwt/jwt v3.2.2+incompatible // indirect + github.com/gorilla/context v1.1.1 // indirect + github.com/gorilla/securecookie v1.1.2 // indirect github.com/jinzhu/inflection v1.0.0 // indirect github.com/jinzhu/now v1.1.5 // indirect github.com/mattn/go-sqlite3 v1.14.17 // indirect + golang.org/x/time v0.5.0 // indirect ) require ( + github.com/google/uuid v1.6.0 github.com/labstack/gommon v0.4.2 // indirect github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.20 // indirect -- cgit v1.2.3