Update module name to be easier to pull
This commit is contained in:
parent
6d2974241c
commit
116bd2c0a1
3 changed files with 18 additions and 4 deletions
9
go.mod
9
go.mod
|
|
@ -1,15 +1,18 @@
|
|||
module sf-auth-gin-middleware
|
||||
module forgejo.snazzyfellas.com/snazzyfellas-public-libs/sf-auth-middleware-gin
|
||||
|
||||
go 1.25.5
|
||||
|
||||
require (
|
||||
github.com/gin-contrib/sessions v1.0.4
|
||||
github.com/gin-gonic/gin v1.11.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/bytedance/sonic v1.14.0 // indirect
|
||||
github.com/bytedance/sonic/loader v0.3.0 // indirect
|
||||
github.com/cloudwego/base64x v0.1.6 // indirect
|
||||
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
|
||||
github.com/gin-contrib/sessions v1.0.4 // indirect
|
||||
github.com/gin-contrib/sse v1.1.0 // indirect
|
||||
github.com/gin-gonic/gin v1.11.0 // indirect
|
||||
github.com/go-playground/locales v0.14.1 // indirect
|
||||
github.com/go-playground/universal-translator v0.18.1 // indirect
|
||||
github.com/go-playground/validator/v10 v10.27.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue