Skip to content

Commit

Permalink
Merge pull request #174 from sunnylovestiramisu/module-update-master
Browse files Browse the repository at this point in the history
Upgrade csi-lib-utils to v0.12.0
  • Loading branch information
k8s-ci-robot authored Dec 22, 2022
2 parents b9363f2 + ebf1b1e commit 16f4768
Show file tree
Hide file tree
Showing 5 changed files with 263 additions and 460 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/kubernetes-csi/livenessprobe
go 1.19

require (
github.com/container-storage-interface/spec v1.6.0
github.com/container-storage-interface/spec v1.7.0
github.com/golang/mock v1.6.0
github.com/kubernetes-csi/csi-lib-utils v0.11.0
github.com/kubernetes-csi/csi-lib-utils v0.12.0
github.com/kubernetes-csi/csi-test/v5 v5.0.0
google.golang.org/grpc v1.49.0
k8s.io/klog/v2 v2.80.1
Expand All @@ -23,7 +23,7 @@ require (
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10 // indirect
golang.org/x/net v0.4.0 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/text v0.5.0 // indirect
google.golang.org/genproto v0.0.0-20220804142021-4e6b2dfa6612 // indirect
Expand Down
Loading

0 comments on commit 16f4768

Please sign in to comment.