@@ -3,48 +3,38 @@ module github.com/mongodb/terraform-provider-mongodbatlas
3
3
go 1.19
4
4
5
5
require (
6
- github.com/aws/aws-sdk-go v1.40.56
6
+ github.com/aws/aws-sdk-go v1.44.216
7
7
github.com/go-test/deep v1.1.0
8
8
github.com/gruntwork-io/terratest v0.41.10
9
+ github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
9
10
github.com/hashicorp/hcl/v2 v2.16.1
10
11
github.com/hashicorp/terraform-plugin-sdk/v2 v2.24.1
11
- github.com/hashicorp/terraform-provider-google v1.20.1-0.20210625223728-379bcb41c06b
12
12
github.com/mongodb-forks/digest v1.0.4
13
13
github.com/mwielbut/pointy v1.1.0
14
14
github.com/spf13/cast v1.5.0
15
- github.com/terraform-providers/terraform-provider-aws v1.60.1-0.20210625132053-af2d5c0ad54f
16
15
github.com/zclconf/go-cty v1.12.1
17
- go.mongodb.org/atlas v0.21.0
16
+ go.mongodb.org/atlas v0.23.1
18
17
go.mongodb.org/realm v0.1.0
19
18
golang.org/x/exp v0.0.0-20221208152030-732eee02a75a
20
19
)
21
20
22
21
require (
23
- bitbucket.org/creachadair/stringset v0.0.8 // indirect
24
22
cloud.google.com/go v0.83.0 // indirect
25
- cloud.google.com/go/bigtable v1.10.1 // indirect
26
23
cloud.google.com/go/storage v1.10.0 // indirect
27
- github.com/GoogleCloudPlatform/declarative-resource-client-library v0.0.0-20210623224421-7f5af5003bbb // indirect
28
24
github.com/Microsoft/go-winio v0.5.0 // indirect
29
25
github.com/agext/levenshtein v1.2.3 // indirect
30
- github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect
31
26
github.com/apparentlymart/go-cidr v1.1.0 // indirect
32
27
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
33
- github.com/beevik/etree v1.1.0 // indirect
34
28
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
35
29
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
36
- github.com/cenkalti/backoff v2.2.1+incompatible // indirect
37
30
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
38
31
github.com/davecgh/go-spew v1.1.1 // indirect
39
32
github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
40
33
github.com/fatih/color v1.13.0 // indirect
41
- github.com/gammazero/deque v0.0.0-20180920172122-f6adf94963e4 // indirect
42
- github.com/gammazero/workerpool v0.0.0-20181230203049-86a96b5d5d92 // indirect
43
34
github.com/go-errors/errors v1.0.2-0.20180813162953-d98b870cc4e0 // indirect
44
35
github.com/go-logr/logr v0.2.0 // indirect
45
36
github.com/go-sql-driver/mysql v1.5.0 // indirect
46
37
github.com/gogo/protobuf v1.3.2 // indirect
47
- github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
48
38
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
49
39
github.com/golang/protobuf v1.5.2 // indirect
50
40
github.com/golang/snappy v0.0.3 // indirect
@@ -55,11 +45,9 @@ require (
55
45
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
56
46
github.com/googleapis/gnostic v0.4.1 // indirect
57
47
github.com/gruntwork-io/go-commons v0.8.0 // indirect
58
- github.com/hashicorp/aws-sdk-go-base v0.7.1 // indirect
59
48
github.com/hashicorp/errwrap v1.0.0 // indirect
60
49
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
61
50
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
62
- github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
63
51
github.com/hashicorp/go-getter v1.6.1 // indirect
64
52
github.com/hashicorp/go-hclog v1.2.1 // indirect
65
53
github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -77,31 +65,28 @@ require (
77
65
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 // indirect
78
66
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
79
67
github.com/imdario/mergo v0.3.12 // indirect
80
- github.com/jen20/awspolicyequivalence v1.1.0 // indirect
68
+ github.com/jhump/protoreflect v1.6.1 // indirect
81
69
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect
82
70
github.com/jmespath/go-jmespath v0.4.0 // indirect
83
71
github.com/json-iterator/go v1.1.11 // indirect
84
72
github.com/jstemmer/go-junit-report v0.9.1 // indirect
85
- github.com/keybase/go-crypto v0.0.0-20161004153544-93f5b35093ba // indirect
86
73
github.com/klauspost/compress v1.13.0 // indirect
87
- github.com/kylelemons/godebug v1.1.0 // indirect
88
74
github.com/mattn/go-colorable v0.1.12 // indirect
89
75
github.com/mattn/go-isatty v0.0.14 // indirect
90
76
github.com/mattn/go-zglob v0.0.2-0.20190814121620-e3c945676326 // indirect
91
77
github.com/mitchellh/copystructure v1.2.0 // indirect
92
78
github.com/mitchellh/go-homedir v1.1.0 // indirect
93
79
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
94
80
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
95
- github.com/mitchellh/hashstructure v1.1.0 // indirect
96
81
github.com/mitchellh/mapstructure v1.5.0 // indirect
97
82
github.com/mitchellh/reflectwalk v1.0.2 // indirect
98
83
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
99
84
github.com/modern-go/reflect2 v1.0.1 // indirect
100
- github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
101
85
github.com/oklog/run v1.0.0 // indirect
102
86
github.com/openlyinc/pointy v1.2.0 // indirect
103
87
github.com/pmezard/go-difflib v1.0.0 // indirect
104
88
github.com/pquerna/otp v1.3.0 // indirect
89
+ github.com/rogpeppe/go-internal v1.6.2 // indirect
105
90
github.com/russross/blackfriday/v2 v2.1.0 // indirect
106
91
github.com/spf13/pflag v1.0.5 // indirect
107
92
github.com/stretchr/testify v1.7.2 // indirect
@@ -115,11 +100,11 @@ require (
115
100
golang.org/x/crypto v0.1.0 // indirect
116
101
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
117
102
golang.org/x/mod v0.6.0 // indirect
118
- golang.org/x/net v0.1 .0 // indirect
103
+ golang.org/x/net v0.7 .0 // indirect
119
104
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c // indirect
120
- golang.org/x/sys v0.1 .0 // indirect
121
- golang.org/x/term v0.1 .0 // indirect
122
- golang.org/x/text v0.4 .0 // indirect
105
+ golang.org/x/sys v0.5 .0 // indirect
106
+ golang.org/x/term v0.5 .0 // indirect
107
+ golang.org/x/text v0.7 .0 // indirect
123
108
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
124
109
golang.org/x/tools v0.2.0 // indirect
125
110
google.golang.org/api v0.48.0 // indirect
0 commit comments