File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ require (
47
47
github.com/aws/aws-sdk-go-v2/service/eks v1.29.5
48
48
github.com/aws/aws-sdk-go-v2/service/iam v1.22.5
49
49
github.com/aws/aws-sdk-go-v2/service/s3 v1.38.5
50
- github.com/confidential-containers/cloud-api-adaptor/src/cloud-providers v0.9.0-alpha.4
51
- github.com/confidential-containers/cloud-api-adaptor/src/peerpod-ctrl v0.9.0-alpha.4
50
+ github.com/confidential-containers/cloud-api-adaptor/src/cloud-providers v0.9.0
51
+ github.com/confidential-containers/cloud-api-adaptor/src/peerpod-ctrl v0.9.0
52
52
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f
53
53
github.com/docker/docker v25.0.5+incompatible
54
54
github.com/golang-jwt/jwt/v5 v5.2.1
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/confidential-containers/cloud-api-adaptor/src/csi-wrapper
3
3
go 1.21
4
4
5
5
require (
6
- github.com/confidential-containers/cloud-api-adaptor/src/cloud-api-adaptor v0.9.0-alpha.4
6
+ github.com/confidential-containers/cloud-api-adaptor/src/cloud-api-adaptor v0.9.0
7
7
github.com/container-storage-interface/spec v1.8.0
8
8
github.com/containerd/ttrpc v1.2.3
9
9
github.com/gofrs/uuid v4.4.0+incompatible
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/confidential-containers/cloud-api-adaptor/src/peerpod-ctrl
3
3
go 1.21
4
4
5
5
require (
6
- github.com/confidential-containers/cloud-api-adaptor/src/cloud-providers v0.9.0-alpha.4
6
+ github.com/confidential-containers/cloud-api-adaptor/src/cloud-providers v0.9.0
7
7
github.com/onsi/ginkgo/v2 v2.8.1
8
8
github.com/onsi/gomega v1.27.1
9
9
k8s.io/api v0.26.0
You can’t perform that action at this time.
0 commit comments