updated dependencies
This commit is contained in:
parent
8376c606b4
commit
68d82bd961
450 changed files with 229907 additions and 32 deletions
17
go.mod
17
go.mod
|
|
@ -1,15 +1,16 @@
|
|||
module git.giftfish.de/ston1th/keyctl
|
||||
|
||||
go 1.20
|
||||
go 1.21
|
||||
|
||||
toolchain go1.21.5
|
||||
|
||||
require (
|
||||
git.giftfish.de/ston1th/godrop/v2 v2.1.1
|
||||
github.com/go-logr/logr v1.2.4
|
||||
github.com/gorilla/mux v1.8.0
|
||||
github.com/hashicorp/vault v1.13.1
|
||||
go.etcd.io/bbolt v1.3.7
|
||||
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
|
||||
k8s.io/klog/v2 v2.90.1
|
||||
github.com/go-logr/logr v1.3.0
|
||||
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
|
||||
)
|
||||
|
||||
require golang.org/x/sys v0.6.0 // indirect
|
||||
require golang.org/x/sys v0.15.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue