Skip to content

Commit

Permalink
Fix go module path per https://golang.org/ref/mod#module-path (#961)
Browse files Browse the repository at this point in the history
Signed-off-by: Hasan Turken <turkenh@gmail.com>

Co-authored-by: Keegan Campbell <kfcampbell@github.com>
Co-authored-by: Keegan Campbell <me@kfcampbell.com>
  • Loading branch information
3 people authored Apr 8, 2022
1 parent 85c5a51 commit fdfd3c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/terraform-providers/terraform-provider-github
module github.com/integrations/terraform-provider-github/v4

go 1.16

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import (
"github.com/hashicorp/terraform-plugin-sdk/plugin"
"github.com/terraform-providers/terraform-provider-github/github"
"github.com/integrations/terraform-provider-github/v4/github"
)

func main() {
Expand Down

0 comments on commit fdfd3c6

Please sign in to comment.