Skip to content

Commit

Permalink
csi-wrapper: update kata-containers/runtime to CoCo v0.7.0
Browse files Browse the repository at this point in the history
Updated csi-wrapper's go.mod to kata-containers/runtime's
CoCo v0.7.0.

Fixes #1226
Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
  • Loading branch information
wainersm committed Jul 24, 2023
1 parent 4ddcfb5 commit 8170332
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion volumes/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 v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.5.2
github.com/kata-containers/kata-containers/src/runtime v0.0.0-20230720145636-9e036108b4d5
github.com/kata-containers/kata-containers/src/runtime v0.0.0-20230721195217-16d6e37196cb
golang.org/x/net v0.8.0
google.golang.org/grpc v1.47.0
k8s.io/apimachinery v0.26.0
Expand Down
4 changes: 2 additions & 2 deletions volumes/csi-wrapper/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnr
github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU=
github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk=
github.com/kata-containers/kata-containers/src/runtime v0.0.0-20230720145636-9e036108b4d5 h1:VgyQ1rbxtk3dGeqYBB7yBNiBpoA6qlfOdNAWMaVZ9EA=
github.com/kata-containers/kata-containers/src/runtime v0.0.0-20230720145636-9e036108b4d5/go.mod h1:4i+EBdCeAg34WOxQMjiJ9e7ZtwtI7C5ZSK4tg70hoeE=
github.com/kata-containers/kata-containers/src/runtime v0.0.0-20230721195217-16d6e37196cb h1:XpcSeQWRQeGqV38RvxB6ulEHpBkH9DlkCTMnA0ALm2c=
github.com/kata-containers/kata-containers/src/runtime v0.0.0-20230721195217-16d6e37196cb/go.mod h1:4i+EBdCeAg34WOxQMjiJ9e7ZtwtI7C5ZSK4tg70hoeE=
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.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
Expand Down

0 comments on commit 8170332

Please sign in to comment.