Skip to content

Commit

Permalink
csi-wrapper: Bump kata runtime module
Browse files Browse the repository at this point in the history
Bump the kata-runtime go module to the 3.7.0 version

Signed-off-by: stevenhorsman <[email protected]>
  • Loading branch information
stevenhorsman committed Jul 19, 2024
1 parent c1146dc commit f155f3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/csi-wrapper/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/gofrs/uuid v4.4.0+incompatible
github.com/golang/glog v1.1.2
github.com/golang/protobuf v1.5.4
github.com/kata-containers/kata-containers/src/runtime v0.0.0-20240617195946-7df221a8f968
github.com/kata-containers/kata-containers/src/runtime v0.0.0-20240717205640-6aff5f300a98
golang.org/x/net v0.26.0
google.golang.org/grpc v1.61.2
k8s.io/apimachinery v0.26.2
Expand Down
4 changes: 2 additions & 2 deletions src/csi-wrapper/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8Hm
github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y=
github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=
github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
github.com/kata-containers/kata-containers/src/runtime v0.0.0-20240617195946-7df221a8f968 h1:SR1rJt+026XbUlkjw4SbQvE7eL1S1fSC3EqdxBTl7D8=
github.com/kata-containers/kata-containers/src/runtime v0.0.0-20240617195946-7df221a8f968/go.mod h1:E4YBwwlTgi4TmfBfGDbMRhVaD6iHRaMLM7v8g1reHT8=
github.com/kata-containers/kata-containers/src/runtime v0.0.0-20240717205640-6aff5f300a98 h1:fejtO8zU3QZq8eEl4i1Vuc1gizjjL5jDhzPV1xqXxgk=
github.com/kata-containers/kata-containers/src/runtime v0.0.0-20240717205640-6aff5f300a98/go.mod h1:E4YBwwlTgi4TmfBfGDbMRhVaD6iHRaMLM7v8g1reHT8=
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
github.com/kr/pretty v0.2.0/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
Expand Down

0 comments on commit f155f3d

Please sign in to comment.