Skip to content

Commit a062da3

Browse files
update sdk to latest version (#6236) (#12057)
Signed-off-by: Modular Magician <[email protected]>
1 parent 7b5556f commit a062da3

File tree

3 files changed

+49
-47
lines changed

3 files changed

+49
-47
lines changed

.changelog/6236.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ require (
1313
github.com/hashicorp/errwrap v1.0.0
1414
github.com/hashicorp/go-cleanhttp v0.5.2
1515
github.com/hashicorp/go-multierror v1.1.1
16-
github.com/hashicorp/go-version v1.4.0
17-
github.com/hashicorp/terraform-plugin-sdk/v2 v2.16.0
16+
github.com/hashicorp/go-version v1.6.0
17+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.18.0
1818
github.com/mitchellh/go-homedir v1.1.0
1919
github.com/mitchellh/hashstructure v1.1.0
2020
github.com/sirupsen/logrus v1.8.1
@@ -23,7 +23,7 @@ require (
2323
golang.org/x/net v0.0.0-20220526153639-5463443f8c37
2424
golang.org/x/oauth2 v0.0.0-20220524215830-622c5d57e401
2525
google.golang.org/api v0.82.0
26-
google.golang.org/grpc v1.46.2
26+
google.golang.org/grpc v1.47.0
2727
)
2828

2929
go 1.16

0 commit comments

Comments
 (0)