Skip to content

Commit 81d3be7

Browse files
authored
Merge pull request #958 from gitlabhq/dependabot/go_modules/github.com/hashicorp/terraform-plugin-sdk/v2-2.11.0
build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.10.1 to 2.11.0
2 parents f854d3e + 14aa31f commit 81d3be7

File tree

6 files changed

+57
-114
lines changed

6 files changed

+57
-114
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)