Skip to content

Commit

Permalink
csi-wrapper: Bump up go dep for kata runtime
Browse files Browse the repository at this point in the history
Aligns with the reference in versions.yaml
as well as changes related to the support for Kata GPU annotation
in the pod spec

Signed-off-by: Pradipta Banerjee <[email protected]>
  • Loading branch information
bpradipt committed Nov 17, 2024
1 parent 9646152 commit fb802e5
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-20240919132750-cdaaf708a18d
github.com/kata-containers/kata-containers/src/runtime v0.0.0-20241104172745-a2b9527be36c
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-20240919132750-cdaaf708a18d h1:h2BFcyLXojUYtoXvagibDdEheklcUzhNVUtt1j8JC3A=
github.com/kata-containers/kata-containers/src/runtime v0.0.0-20240919132750-cdaaf708a18d/go.mod h1:E4YBwwlTgi4TmfBfGDbMRhVaD6iHRaMLM7v8g1reHT8=
github.com/kata-containers/kata-containers/src/runtime v0.0.0-20241104172745-a2b9527be36c h1:qDXjdP/AiK8AC19hmW5sMWNF3QUOc74XwphfFrZcDDc=
github.com/kata-containers/kata-containers/src/runtime v0.0.0-20241104172745-a2b9527be36c/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 fb802e5

Please sign in to comment.