Skip to content

Commit dd96de2

Browse files
INTMDB-359: GCP Terraform Provider Version Upgrade Refactoring (#1098)
* Chore(deps): Bump github.com/aws/aws-sdk-go from 1.40.56 to 1.44.216 (#1094) Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.40.56 to 1.44.216. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](aws/aws-sdk-go@v1.40.56...v1.44.216) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Chore(deps): Bump go.mongodb.org/atlas from 0.21.0 to 0.23.1 (#1092) Bumps [go.mongodb.org/atlas](https://github.com/mongodb/go-client-mongodb-atlas) from 0.21.0 to 0.23.1. - [Release notes](https://github.com/mongodb/go-client-mongodb-atlas/releases) - [Changelog](https://github.com/mongodb/go-client-mongodb-atlas/blob/master/CHANGELOG.md) - [Commits](mongodb/go-client-mongodb-atlas@v0.21.0...v0.23.1) --- updated-dependencies: - dependency-name: go.mongodb.org/atlas dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Chore(deps): Bump golang.org/x/net from 0.1.0 to 0.7.0 (#1071) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.1.0 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](golang/net@v0.1.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Remove AWS Google terraform provider tests deps --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6b4349c commit dd96de2

File tree

3 files changed

+31
-621
lines changed

3 files changed

+31
-621
lines changed

go.mod

Lines changed: 9 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,48 +3,38 @@ module github.com/mongodb/terraform-provider-mongodbatlas
33
go 1.19
44

55
require (
6-
github.com/aws/aws-sdk-go v1.40.56
6+
github.com/aws/aws-sdk-go v1.44.216
77
github.com/go-test/deep v1.1.0
88
github.com/gruntwork-io/terratest v0.41.10
9+
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
910
github.com/hashicorp/hcl/v2 v2.16.1
1011
github.com/hashicorp/terraform-plugin-sdk/v2 v2.24.1
11-
github.com/hashicorp/terraform-provider-google v1.20.1-0.20210625223728-379bcb41c06b
1212
github.com/mongodb-forks/digest v1.0.4
1313
github.com/mwielbut/pointy v1.1.0
1414
github.com/spf13/cast v1.5.0
15-
github.com/terraform-providers/terraform-provider-aws v1.60.1-0.20210625132053-af2d5c0ad54f
1615
github.com/zclconf/go-cty v1.12.1
17-
go.mongodb.org/atlas v0.21.0
16+
go.mongodb.org/atlas v0.23.1
1817
go.mongodb.org/realm v0.1.0
1918
golang.org/x/exp v0.0.0-20221208152030-732eee02a75a
2019
)
2120

2221
require (
23-
bitbucket.org/creachadair/stringset v0.0.8 // indirect
2422
cloud.google.com/go v0.83.0 // indirect
25-
cloud.google.com/go/bigtable v1.10.1 // indirect
2623
cloud.google.com/go/storage v1.10.0 // indirect
27-
github.com/GoogleCloudPlatform/declarative-resource-client-library v0.0.0-20210623224421-7f5af5003bbb // indirect
2824
github.com/Microsoft/go-winio v0.5.0 // indirect
2925
github.com/agext/levenshtein v1.2.3 // indirect
30-
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect
3126
github.com/apparentlymart/go-cidr v1.1.0 // indirect
3227
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
33-
github.com/beevik/etree v1.1.0 // indirect
3428
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
3529
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
36-
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
3730
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
3831
github.com/davecgh/go-spew v1.1.1 // indirect
3932
github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
4033
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
4334
github.com/go-errors/errors v1.0.2-0.20180813162953-d98b870cc4e0 // indirect
4435
github.com/go-logr/logr v0.2.0 // indirect
4536
github.com/go-sql-driver/mysql v1.5.0 // indirect
4637
github.com/gogo/protobuf v1.3.2 // indirect
47-
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
4838
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
4939
github.com/golang/protobuf v1.5.2 // indirect
5040
github.com/golang/snappy v0.0.3 // indirect
@@ -55,11 +45,9 @@ require (
5545
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
5646
github.com/googleapis/gnostic v0.4.1 // indirect
5747
github.com/gruntwork-io/go-commons v0.8.0 // indirect
58-
github.com/hashicorp/aws-sdk-go-base v0.7.1 // indirect
5948
github.com/hashicorp/errwrap v1.0.0 // indirect
6049
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
6150
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
62-
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
6351
github.com/hashicorp/go-getter v1.6.1 // indirect
6452
github.com/hashicorp/go-hclog v1.2.1 // indirect
6553
github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -77,31 +65,28 @@ require (
7765
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 // indirect
7866
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
7967
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
8169
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect
8270
github.com/jmespath/go-jmespath v0.4.0 // indirect
8371
github.com/json-iterator/go v1.1.11 // indirect
8472
github.com/jstemmer/go-junit-report v0.9.1 // indirect
85-
github.com/keybase/go-crypto v0.0.0-20161004153544-93f5b35093ba // indirect
8673
github.com/klauspost/compress v1.13.0 // indirect
87-
github.com/kylelemons/godebug v1.1.0 // indirect
8874
github.com/mattn/go-colorable v0.1.12 // indirect
8975
github.com/mattn/go-isatty v0.0.14 // indirect
9076
github.com/mattn/go-zglob v0.0.2-0.20190814121620-e3c945676326 // indirect
9177
github.com/mitchellh/copystructure v1.2.0 // indirect
9278
github.com/mitchellh/go-homedir v1.1.0 // indirect
9379
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
9480
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
95-
github.com/mitchellh/hashstructure v1.1.0 // indirect
9681
github.com/mitchellh/mapstructure v1.5.0 // indirect
9782
github.com/mitchellh/reflectwalk v1.0.2 // indirect
9883
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
9984
github.com/modern-go/reflect2 v1.0.1 // indirect
100-
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
10185
github.com/oklog/run v1.0.0 // indirect
10286
github.com/openlyinc/pointy v1.2.0 // indirect
10387
github.com/pmezard/go-difflib v1.0.0 // indirect
10488
github.com/pquerna/otp v1.3.0 // indirect
89+
github.com/rogpeppe/go-internal v1.6.2 // indirect
10590
github.com/russross/blackfriday/v2 v2.1.0 // indirect
10691
github.com/spf13/pflag v1.0.5 // indirect
10792
github.com/stretchr/testify v1.7.2 // indirect
@@ -115,11 +100,11 @@ require (
115100
golang.org/x/crypto v0.1.0 // indirect
116101
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
117102
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
119104
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
123108
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
124109
golang.org/x/tools v0.2.0 // indirect
125110
google.golang.org/api v0.48.0 // indirect

0 commit comments

Comments
 (0)