The binary doubles as its own healthcheck client via the SDK's -healthcheck flag, so the probe works in the scratch image (no shell, no curl, no wget).
18 lines
471 B
Modula-2
18 lines
471 B
Modula-2
module git.happydns.org/checker-kerberos
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
git.happydns.org/checker-sdk-go v1.5.0
|
|
github.com/jcmturner/gofork v1.7.6
|
|
github.com/jcmturner/gokrb5/v8 v8.4.4
|
|
)
|
|
|
|
require (
|
|
github.com/hashicorp/go-uuid v1.0.3 // indirect
|
|
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
|
|
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
|
|
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
|
|
golang.org/x/crypto v0.6.0 // indirect
|
|
golang.org/x/net v0.7.0 // indirect
|
|
)
|