Skip to content

Commit 3b1ef6c

Browse files
build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2
Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.10.1 to 2.11.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-sdk@v2.10.1...v2.11.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f854d3e commit 3b1ef6c

File tree

2 files changed

+47
-92
lines changed

2 files changed

+47
-92
lines changed

go.mod

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,16 @@ module github.com/gitlabhq/terraform-provider-gitlab
33
go 1.16
44

55
require (
6-
github.com/apparentlymart/go-cidr v1.1.0 // indirect
7-
github.com/aws/aws-sdk-go v1.37.0 // indirect
86
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
97
github.com/hashicorp/go-retryablehttp v0.7.0
10-
github.com/hashicorp/hcl/v2 v2.8.2 // indirect
11-
github.com/hashicorp/terraform-plugin-sdk/v2 v2.10.1
8+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.11.0
129
github.com/mitchellh/hashstructure v1.1.0
1310
github.com/onsi/gomega v1.18.1
1411
github.com/xanzy/go-gitlab v0.59.0
1512
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
1613
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
1714
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a // indirect
1815
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect
19-
google.golang.org/api v0.34.0 // indirect
2016
google.golang.org/appengine v1.6.7 // indirect
21-
google.golang.org/protobuf v1.27.1 // indirect
17+
google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d // indirect
2218
)

0 commit comments

Comments
 (0)