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 6fb72e3 commit 0ba3d4bCopy full SHA for 0ba3d4b
go.mod
@@ -1,4 +1,4 @@
1
-module github.com/integrations/terraform-provider-github/v4
+module github.com/integrations/terraform-provider-github/v5
2
3
go 1.16
4
main.go
@@ -2,7 +2,7 @@ package main
import (
"github.com/hashicorp/terraform-plugin-sdk/plugin"
5
- "github.com/integrations/terraform-provider-github/v4/github"
+ "github.com/integrations/terraform-provider-github/v5/github"
6
)
7
8
func main() {
0 commit comments