Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ations#961)

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 48df0ef commit 7897bbb
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 7897bbb

Please sign in to comment.