File tree Expand file tree Collapse file tree 2 files changed +47
-92
lines changed Expand file tree Collapse file tree 2 files changed +47
-92
lines changed Original file line number Diff line number Diff line change @@ -3,20 +3,16 @@ module github.com/gitlabhq/terraform-provider-gitlab
3
3
go 1.16
4
4
5
5
require (
6
- github.com/apparentlymart/go-cidr v1.1.0 // indirect
7
- github.com/aws/aws-sdk-go v1.37.0 // indirect
8
6
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
9
7
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
12
9
github.com/mitchellh/hashstructure v1.1.0
13
10
github.com/onsi/gomega v1.18.1
14
11
github.com/xanzy/go-gitlab v0.59.0
15
12
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
16
13
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
17
14
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a // indirect
18
15
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect
19
- google.golang.org/api v0.34.0 // indirect
20
16
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
22
18
)
You can’t perform that action at this time.
0 commit comments