sync from project
This commit is contained in:
13
go.mod
13
go.mod
@ -3,8 +3,19 @@ module git.jeffthecoder.xyz/public/lazyhandler
|
||||
go 1.24.0
|
||||
|
||||
require (
|
||||
github.com/go-playground/validator/v10 v10.26.0
|
||||
github.com/go-session/session/v3 v3.2.1
|
||||
github.com/gorilla/websocket v1.5.3
|
||||
)
|
||||
|
||||
require github.com/bytedance/gopkg v0.0.0-20221122125632-68358b8ecec6 // indirect
|
||||
require (
|
||||
github.com/bytedance/gopkg v0.1.2 // indirect
|
||||
github.com/gabriel-vasile/mimetype v1.4.9 // indirect
|
||||
github.com/go-playground/locales v0.14.1 // indirect
|
||||
github.com/go-playground/universal-translator v0.18.1 // indirect
|
||||
github.com/leodido/go-urn v1.4.0 // indirect
|
||||
golang.org/x/crypto v0.39.0 // indirect
|
||||
golang.org/x/net v0.41.0 // indirect
|
||||
golang.org/x/sys v0.33.0 // indirect
|
||||
golang.org/x/text v0.26.0 // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user