Skip to content

Commit b1ad17c

Browse files
build(deps): bump go.mongodb.org/atlas-sdk (#2902)
Co-authored-by: wtrocki <[email protected]>
1 parent 433c0ad commit b1ad17c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ require (
99
github.com/hashicorp/go-changelog v0.0.0-20240318095659-4d68c58a6e7f
1010
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
1111
github.com/hashicorp/go-version v1.7.0
12+
github.com/hashicorp/hc-install v0.9.0
1213
github.com/hashicorp/hcl/v2 v2.23.0
14+
github.com/hashicorp/terraform-exec v0.21.0
1315
github.com/hashicorp/terraform-plugin-framework v1.13.0
1416
github.com/hashicorp/terraform-plugin-framework-timeouts v0.4.1
1517
github.com/hashicorp/terraform-plugin-framework-validators v0.15.0
@@ -22,7 +24,7 @@ require (
2224
github.com/huandu/xstrings v1.5.0
2325
github.com/jarcoal/httpmock v1.3.1
2426
github.com/mongodb-forks/digest v1.1.0
25-
github.com/mongodb/atlas-sdk-go v1.0.1-0.20241209122044-6b70e4ddd10f
27+
github.com/mongodb/atlas-sdk-go v1.0.1-0.20241216083848-a48e58d34867
2628
github.com/pb33f/libopenapi v0.18.7
2729
github.com/sebdah/goldie/v2 v2.5.5
2830
github.com/spf13/cast v1.6.0
@@ -88,10 +90,8 @@ require (
8890
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
8991
github.com/hashicorp/go-safetemp v1.0.0 // indirect
9092
github.com/hashicorp/go-uuid v1.0.3 // indirect
91-
github.com/hashicorp/hc-install v0.9.0 // indirect
9293
github.com/hashicorp/hcl v1.0.0 // indirect
9394
github.com/hashicorp/logutils v1.0.0 // indirect
94-
github.com/hashicorp/terraform-exec v0.21.0 // indirect
9595
github.com/hashicorp/terraform-json v0.23.0 // indirect
9696
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
9797
github.com/hashicorp/terraform-svchost v0.1.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -655,8 +655,8 @@ github.com/mitchellh/reflectwalk v1.0.2/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx
655655
github.com/mmcloughlin/avo v0.5.0/go.mod h1:ChHFdoV7ql95Wi7vuq2YT1bwCJqiWdZrQ1im3VujLYM=
656656
github.com/mongodb-forks/digest v1.1.0 h1:7eUdsR1BtqLv0mdNm4OXs6ddWvR4X2/OsLwdKksrOoc=
657657
github.com/mongodb-forks/digest v1.1.0/go.mod h1:rb+EX8zotClD5Dj4NdgxnJXG9nwrlx3NWKJ8xttz1Dg=
658-
github.com/mongodb/atlas-sdk-go v1.0.1-0.20241209122044-6b70e4ddd10f h1:hgZvdTynTl1ep9xWH+1K697K1wsjp6jgqYgMoz3ynxc=
659-
github.com/mongodb/atlas-sdk-go v1.0.1-0.20241209122044-6b70e4ddd10f/go.mod h1:WzU2E+/RcJGnhjdnBzXpbGBqq/XbDhFDEaru0UNmbxc=
658+
github.com/mongodb/atlas-sdk-go v1.0.1-0.20241216083848-a48e58d34867 h1:155Szon4Y00373X0kTWMMWM4ku6Tv5Ss0SWeF7RJKs8=
659+
github.com/mongodb/atlas-sdk-go v1.0.1-0.20241216083848-a48e58d34867/go.mod h1:WzU2E+/RcJGnhjdnBzXpbGBqq/XbDhFDEaru0UNmbxc=
660660
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
661661
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
662662
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=

0 commit comments

Comments
 (0)