26 lines
763 B
Modula-2
26 lines
763 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/env v0.9.1
|
|
git.haelnorr.com/h/golib/hws v0.2.0
|
|
git.haelnorr.com/h/golib/jwt v0.10.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rs/zerolog v1.34.0
|
|
)
|
|
|
|
require (
|
|
git.haelnorr.com/h/golib/hlog v0.9.1 // indirect
|
|
github.com/go-logr/logr v1.4.3 // indirect
|
|
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.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
golang.org/x/sys v0.40.0 // indirect
|
|
k8s.io/apimachinery v0.35.0 // indirect
|
|
k8s.io/klog/v2 v2.130.1 // indirect
|
|
k8s.io/utils v0.0.0-20260108192941-914a6e750570 // indirect
|
|
)
|