Skip to content

Commit

Permalink
v0.8.2: bumping go modules
Browse files Browse the repository at this point in the history
Let's make sure we are using v0.8.2 for those modules.

Signed-off-by: Beraldo Leal <bleal@redhat.com>
  • Loading branch information
beraldoleal authored and stevenhorsman committed Apr 15, 2024
1 parent 80aa093 commit 775ae67
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/cloud-api-adaptor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ require (
github.com/aws/aws-sdk-go-v2/service/eks v1.29.5
github.com/aws/aws-sdk-go-v2/service/iam v1.22.5
github.com/aws/aws-sdk-go-v2/service/s3 v1.38.5
github.com/confidential-containers/cloud-api-adaptor/src/cloud-providers v0.8.1
github.com/confidential-containers/cloud-api-adaptor/src/peerpod-ctrl v0.8.1
github.com/confidential-containers/cloud-api-adaptor/src/cloud-providers v0.8.2
github.com/confidential-containers/cloud-api-adaptor/src/peerpod-ctrl v0.8.2
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f
github.com/moby/sys/mountinfo v0.6.2
github.com/pelletier/go-toml/v2 v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion src/csi-wrapper/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/src/csi-wrapper
go 1.20

require (
github.com/confidential-containers/cloud-api-adaptor/src/cloud-api-adaptor v0.8.1
github.com/confidential-containers/cloud-api-adaptor/src/cloud-api-adaptor v0.8.2
github.com/container-storage-interface/spec v1.8.0
github.com/containerd/ttrpc v1.1.0
github.com/gofrs/uuid v4.4.0+incompatible
Expand Down
2 changes: 1 addition & 1 deletion src/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/src/peerpod-ctrl
go 1.20

require (
github.com/confidential-containers/cloud-api-adaptor/src/cloud-providers v0.8.1
github.com/confidential-containers/cloud-api-adaptor/src/cloud-providers v0.8.2
github.com/onsi/ginkgo/v2 v2.8.1
github.com/onsi/gomega v1.27.1
k8s.io/api v0.26.0
Expand Down

0 comments on commit 775ae67

Please sign in to comment.