16 lines
320 B
Modula-2
16 lines
320 B
Modula-2
module git.giftfish.de/ston1th/keyctl
|
|
|
|
go 1.22.5
|
|
|
|
toolchain go1.23.0
|
|
|
|
require (
|
|
git.giftfish.de/ston1th/godrop/v2 v2.2.0
|
|
github.com/go-logr/logr v1.4.2
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/hashicorp/vault v1.17.3
|
|
go.etcd.io/bbolt v1.3.11
|
|
k8s.io/klog/v2 v2.130.1
|
|
)
|
|
|
|
require golang.org/x/sys v0.24.0 // indirect
|