Better session handling
This commit is contained in:
2
go.mod
2
go.mod
@ -5,11 +5,11 @@ go 1.21.6
|
||||
require (
|
||||
github.com/a-h/templ v0.2.513
|
||||
github.com/gofiber/fiber/v2 v2.52.0
|
||||
github.com/gofiber/storage/memory/v2 v2.0.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/andybalholm/brotli v1.0.5 // indirect
|
||||
github.com/gofiber/storage/memory/v2 v2.0.0 // indirect
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
github.com/klauspost/compress v1.17.0 // indirect
|
||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||
|
||||
Reference in New Issue
Block a user