remove dependencies
This commit is contained in:
parent
b808ce30cb
commit
1656b91e3b
107 changed files with 567 additions and 7772 deletions
10
go.mod
10
go.mod
|
|
@ -1,16 +1,12 @@
|
|||
module git.giftfish.de/ston1th/keyctl
|
||||
|
||||
go 1.22.5
|
||||
|
||||
toolchain go1.23.0
|
||||
go 1.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
|
||||
github.com/hashicorp/vault v1.18.0
|
||||
go.etcd.io/bbolt v1.3.11
|
||||
k8s.io/klog/v2 v2.130.1
|
||||
)
|
||||
|
||||
require golang.org/x/sys v0.24.0 // indirect
|
||||
require golang.org/x/sys v0.26.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue