update dependencies
This commit is contained in:
parent
c8b82f6a48
commit
b808ce30cb
131 changed files with 10932 additions and 4651 deletions
16
go.mod
16
go.mod
|
|
@ -1,16 +1,16 @@
|
|||
module git.giftfish.de/ston1th/keyctl
|
||||
|
||||
go 1.21
|
||||
go 1.22.5
|
||||
|
||||
toolchain go1.21.5
|
||||
toolchain go1.23.0
|
||||
|
||||
require (
|
||||
git.giftfish.de/ston1th/godrop/v2 v2.1.1
|
||||
github.com/go-logr/logr v1.3.0
|
||||
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.15.4
|
||||
go.etcd.io/bbolt v1.3.8
|
||||
k8s.io/klog/v2 v2.110.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.15.0 // indirect
|
||||
require golang.org/x/sys v0.24.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue