summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 7 insertions, 0 deletions
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