27 lines
771 B
Modula-2
27 lines
771 B
Modula-2
module git.haelnorr.com/h/golib/hws
|
|
|
|
go 1.25.5
|
|
|
|
require (
|
|
git.haelnorr.com/h/golib/env v0.9.1
|
|
git.haelnorr.com/h/golib/hlog v0.9.0
|
|
git.haelnorr.com/h/golib/notify v0.1.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.11.1
|
|
k8s.io/apimachinery v0.35.0
|
|
)
|
|
|
|
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/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rs/zerolog v1.34.0 // indirect
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
k8s.io/klog/v2 v2.130.1 // indirect
|
|
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect
|
|
)
|