@@ -3,26 +3,27 @@ module github.com/mongodb/mongodb-atlas-kubernetes
3
3
go 1.18
4
4
5
5
require (
6
- github.com/Azure/azure-sdk-for-go v66.0 .0+incompatible
6
+ github.com/Azure/azure-sdk-for-go v67.1 .0+incompatible
7
7
github.com/Azure/go-autorest/autorest v0.11.28
8
8
github.com/Azure/go-autorest/autorest/azure/auth v0.5.11
9
9
github.com/Azure/go-autorest/autorest/to v0.4.0
10
- github.com/aws/aws-sdk-go v1.44.121
10
+ github.com/aws/aws-sdk-go v1.44.151
11
11
github.com/fatih/structtag v1.2.0
12
12
github.com/go-logr/zapr v1.2.3
13
13
github.com/google/go-cmp v0.5.9
14
14
github.com/google/uuid v1.3.0
15
15
github.com/hashicorp/go-multierror v1.1.1
16
16
github.com/mongodb-forks/digest v1.0.4
17
- github.com/onsi/ginkgo/v2 v2.4 .0
18
- github.com/onsi/gomega v1.22 .1
17
+ github.com/onsi/ginkgo/v2 v2.5 .0
18
+ github.com/onsi/gomega v1.24 .1
19
19
github.com/pborman/uuid v1.2.1
20
20
github.com/sethvargo/go-password v0.2.0
21
- github.com/stretchr/testify v1.8.0
21
+ github.com/stretchr/testify v1.8.1
22
22
go.mongodb.org/atlas v0.18.0
23
- go.mongodb.org/mongo-driver v1.10.2
23
+ go.mongodb.org/mongo-driver v1.11.0
24
24
go.uber.org/zap v1.23.0
25
- google.golang.org/api v0.100.0
25
+ golang.org/x/sync v0.1.0
26
+ google.golang.org/api v0.103.0
26
27
gopkg.in/yaml.v2 v2.4.0
27
28
gopkg.in/yaml.v3 v3.0.1
28
29
k8s.io/api v0.25.3
@@ -32,7 +33,8 @@ require (
32
33
)
33
34
34
35
require (
35
- cloud.google.com/go/compute v1.10.0 // indirect
36
+ cloud.google.com/go/compute v1.12.1 // indirect
37
+ cloud.google.com/go/compute/metadata v0.2.1 // indirect
36
38
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
37
39
github.com/Azure/go-autorest/autorest/adal v0.9.20 // indirect
38
40
github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 // indirect
@@ -63,7 +65,7 @@ require (
63
65
github.com/google/go-querystring v1.1.0 // indirect
64
66
github.com/google/gofuzz v1.2.0 // indirect
65
67
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
66
- github.com/googleapis/gax-go/v2 v2.6 .0 // indirect
68
+ github.com/googleapis/gax-go/v2 v2.7 .0 // indirect
67
69
github.com/hashicorp/errwrap v1.0.0 // indirect
68
70
github.com/imdario/mergo v0.3.12 // indirect
69
71
github.com/jmespath/go-jmespath v0.4.0 // indirect
@@ -89,20 +91,19 @@ require (
89
91
github.com/xdg-go/scram v1.1.1 // indirect
90
92
github.com/xdg-go/stringprep v1.0.3 // indirect
91
93
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
92
- go.opencensus.io v0.23 .0 // indirect
94
+ go.opencensus.io v0.24 .0 // indirect
93
95
go.uber.org/atomic v1.9.0 // indirect
94
96
go.uber.org/multierr v1.7.0 // indirect
95
97
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
96
- golang.org/x/net v0.1 .0 // indirect
98
+ golang.org/x/net v0.2 .0 // indirect
97
99
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
98
- golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0 // indirect
99
- golang.org/x/sys v0.1.0 // indirect
100
- golang.org/x/term v0.1.0 // indirect
100
+ golang.org/x/sys v0.2.0 // indirect
101
+ golang.org/x/term v0.2.0 // indirect
101
102
golang.org/x/text v0.4.0 // indirect
102
103
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
103
104
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
104
105
google.golang.org/appengine v1.6.7 // indirect
105
- google.golang.org/genproto v0.0.0-20221014213838-99cd37c6964a // indirect
106
+ google.golang.org/genproto v0.0.0-20221027153422-115e99e71e1c // indirect
106
107
google.golang.org/grpc v1.50.1 // indirect
107
108
google.golang.org/protobuf v1.28.1 // indirect
108
109
gopkg.in/inf.v0 v0.9.1 // indirect
0 commit comments