Skip to content

Commit

Permalink
peerpod-ctrl: update cloud-api-adaptor to v0.7.0
Browse files Browse the repository at this point in the history
Updated to use the v0.7.0 module.

Fixes confidential-containers#1226
Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
  • Loading branch information
wainersm committed Jul 25, 2023
1 parent f7ce379 commit 7322a2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion peerpod-ctrl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/confidential-containers/cloud-api-adaptor/peerpod-ctrl
go 1.19

require (
github.com/confidential-containers/cloud-api-adaptor v0.7.0-alpha.1
github.com/confidential-containers/cloud-api-adaptor v0.7.0
github.com/onsi/ginkgo/v2 v2.8.1
github.com/onsi/gomega v1.27.1
k8s.io/api v0.26.0
Expand Down
4 changes: 2 additions & 2 deletions peerpod-ctrl/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,8 @@ github.com/cockroachdb/datadriven v0.0.0-20200714090401-bf6692d28da5/go.mod h1:h
github.com/cockroachdb/errors v1.2.4/go.mod h1:rQD95gz6FARkaKkQXUksEje/d9a6wBJoCr5oaCLELYA=
github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f/go.mod h1:i/u985jwjWRlyHXQbwatDASoW0RMlZ/3i9yJHE2xLkI=
github.com/codahale/rfc6979 v0.0.0-20141003034818-6a90f24967eb/go.mod h1:ZjrT6AXHbDs86ZSdt/osfBi5qfexBrKUdONk989Wnk4=
github.com/confidential-containers/cloud-api-adaptor v0.7.0-alpha.1 h1:31xAxEvFLj3ZIfdecXyrFgG8K0YiII4UKVaAm4wapfY=
github.com/confidential-containers/cloud-api-adaptor v0.7.0-alpha.1/go.mod h1:9sa2AlO2/vaeaVGgmfWwCaLA7ah6nk8gFJJQXQYQKxA=
github.com/confidential-containers/cloud-api-adaptor v0.7.0 h1:b25nekl7ZRO+61ZEL2YQMtZnLIBIxNzpsqHsg1FULEY=
github.com/confidential-containers/cloud-api-adaptor v0.7.0/go.mod h1:huzOXeTtonxU9LJlT7266sTVsi9n3m4va3MHG8X9jKI=
github.com/container-orchestrated-devices/container-device-interface v0.4.0/go.mod h1:E1zcucIkq9P3eyNmY+68dBQsTcsXJh9cgRo2IVNScKQ=
github.com/containerd/aufs v0.0.0-20200908144142-dab0cbea06f4/go.mod h1:nukgQABAEopAHvB6j7cnP5zJ+/3aVcE7hCYqvIwAHyE=
github.com/containerd/aufs v0.0.0-20201003224125-76a6863f2989/go.mod h1:AkGGQs9NM2vtYHaUen+NljV0/baGCAPELGm2q9ZXpWU=
Expand Down

0 comments on commit 7322a2f

Please sign in to comment.