Skip to content

Commit 4409106

Browse files
committed
Update to Go 1.16 and terraform-plugin-sdk 1.16
1 parent e62ec55 commit 4409106

File tree

2 files changed

+304
-46
lines changed

2 files changed

+304
-46
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module github.com/gitlabhq/terraform-provider-gitlab
22

3-
go 1.15
3+
go 1.16
44

55
require (
66
github.com/hashicorp/go-retryablehttp v0.6.8
7-
github.com/hashicorp/terraform-plugin-sdk v1.15.0
7+
github.com/hashicorp/terraform-plugin-sdk v1.16.0
88
github.com/mitchellh/hashstructure v1.0.0
99
github.com/xanzy/go-gitlab v0.44.0
1010
)

0 commit comments

Comments
 (0)