16 lines
397 B
Modula-2
16 lines
397 B
Modula-2
module git.keks.cloud/kekskurse/auth
|
|
|
|
go 1.23.1
|
|
|
|
require (
|
|
github.com/go-session/session/v3 v3.2.1
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
|
github.com/stretchr/testify v1.9.0
|
|
)
|
|
|
|
require (
|
|
github.com/bytedance/gopkg v0.0.0-20221122125632-68358b8ecec6 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|