34 lines
1.0 KiB
Modula-2
34 lines
1.0 KiB
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/hlog v0.10.4
|
|
git.haelnorr.com/h/golib/hws v0.5.0
|
|
git.haelnorr.com/h/golib/jwt v0.10.1
|
|
github.com/DATA-DOG/go-sqlmock v1.5.2
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.11.1
|
|
)
|
|
|
|
require git.haelnorr.com/h/golib/notify v0.1.0 // indirect
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-logr/logr v1.4.3 // indirect
|
|
github.com/gobwas/glob v0.2.3
|
|
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
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rs/zerolog v1.34.0 // indirect
|
|
golang.org/x/sys v0.40.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // 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
|
|
)
|