We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e62ec55 commit 4409106Copy full SHA for 4409106
go.mod
@@ -1,10 +1,10 @@
1
module github.com/gitlabhq/terraform-provider-gitlab
2
3
-go 1.15
+go 1.16
4
5
require (
6
github.com/hashicorp/go-retryablehttp v0.6.8
7
- github.com/hashicorp/terraform-plugin-sdk v1.15.0
+ github.com/hashicorp/terraform-plugin-sdk v1.16.0
8
github.com/mitchellh/hashstructure v1.0.0
9
github.com/xanzy/go-gitlab v0.44.0
10
)
0 commit comments