Skip to content

Commit

Permalink
release: Update go modules for v.0.10.0 pre-release
Browse files Browse the repository at this point in the history
We are working on the `v0.10.0` pre-release, so bump
the go modules to use the new tag we will create once they are merged.

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
  • Loading branch information
stevenhorsman committed Sep 30, 2024
1 parent 6241e27 commit 41d5f35
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 @@ -47,8 +47,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.9.0
github.com/confidential-containers/cloud-api-adaptor/src/peerpod-ctrl v0.9.0
github.com/confidential-containers/cloud-api-adaptor/src/cloud-providers v0.10.0-alpha1
github.com/confidential-containers/cloud-api-adaptor/src/peerpod-ctrl v0.10.0-alpha1
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f
github.com/docker/docker v25.0.6+incompatible
github.com/golang-jwt/jwt/v5 v5.2.1
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.22

require (
github.com/confidential-containers/cloud-api-adaptor/src/cloud-api-adaptor v0.9.0
github.com/confidential-containers/cloud-api-adaptor/src/cloud-api-adaptor v0.10.0-alpha1
github.com/container-storage-interface/spec v1.8.0
github.com/containerd/ttrpc v1.2.3
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.22

require (
github.com/confidential-containers/cloud-api-adaptor/src/cloud-providers v0.9.0
github.com/confidential-containers/cloud-api-adaptor/src/cloud-providers v0.10.0-alpha1
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 41d5f35

Please sign in to comment.