Skip to content

Commit

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

Due to the pre-release of an alpha the version looks messy, but we will improve it soon

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
  • Loading branch information
stevenhorsman committed Jul 1, 2024
1 parent 526b216 commit dffbe03
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.8.2
github.com/confidential-containers/cloud-api-adaptor/src/peerpod-ctrl v0.8.2
github.com/confidential-containers/cloud-api-adaptor/src/cloud-providers v0.9.0-alpha1-alpha.1
github.com/confidential-containers/cloud-api-adaptor/src/peerpod-ctrl v0.9.0-alpha1-alpha.1
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f
github.com/golang-jwt/jwt/v5 v5.0.0
github.com/moby/sys/mountinfo v0.7.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.21

require (
github.com/confidential-containers/cloud-api-adaptor/src/cloud-api-adaptor v0.8.2
github.com/confidential-containers/cloud-api-adaptor/src/cloud-api-adaptor v0.9.0-alpha1-alpha.1
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.21

require (
github.com/confidential-containers/cloud-api-adaptor/src/cloud-providers v0.8.2
github.com/confidential-containers/cloud-api-adaptor/src/cloud-providers v0.9.0-alpha1-alpha.1
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 dffbe03

Please sign in to comment.