19 lines
455 B
Modula-2
19 lines
455 B
Modula-2
module git.haelnorr.com/h/golib/hwsauth
|
|
|
|
go 1.25.5
|
|
|
|
require (
|
|
git.haelnorr.com/h/golib/cookies v0.9.0
|
|
git.haelnorr.com/h/golib/jwt v0.9.2
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rs/zerolog v1.34.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
)
|