mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Update go.mod dependency
This commit is contained in:
parent
cf11c262f1
commit
e10ab25f0b
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -97,7 +97,7 @@ require (
|
|||
google.golang.org/appengine v1.6.7 // indirect
|
||||
google.golang.org/protobuf v1.27.1 // indirect
|
||||
gopkg.in/inf.v0 v0.9.1 // indirect
|
||||
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||||
gopkg.in/yaml.v2 v2.4.0
|
||||
k8s.io/klog/v2 v2.9.0 // indirect
|
||||
k8s.io/kube-openapi v0.0.0-20211110012726-3cc51fd1e909 // indirect
|
||||
k8s.io/utils v0.0.0-20210521133846-da695404a2bc // indirect
|
||||
|
|
Loading…
Reference in a new issue