Skip to content

Commit 9015674

Browse files
committed
update repository path
1 parent 4753773 commit 9015674

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/SumoLogic/sumologic-terraform-provider
1+
module github.com/terraform-providers/terraform-provider-sumologic
22

33
go 1.12
44

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package main
22

33
import (
4-
"github.com/SumoLogic/sumologic-terraform-provider/sumologic"
54
"github.com/hashicorp/terraform-plugin-sdk/plugin"
5+
"github.com/terraform-providers/sumologic-terraform-provider/sumologic"
66
)
77

88
func main() {

0 commit comments

Comments
 (0)