Skip to content

Commit c6d9bf5

Browse files
authored
update module path after being moved from mafredri org (#9)
1 parent c9e7cb8 commit c6d9bf5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/mafredri/terraform-provider-envbuilder
1+
module github.com/coder/terraform-provider-envbuilder
22

33
go 1.22.4
44

internal/provider/provider_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ import (
1313
"strings"
1414
"testing"
1515

16+
"github.com/coder/terraform-provider-envbuilder/testutil/registrytest"
1617
"github.com/hashicorp/terraform-plugin-framework/providerserver"
1718
"github.com/hashicorp/terraform-plugin-go/tfprotov6"
18-
"github.com/mafredri/terraform-provider-envbuilder/testutil/registrytest"
1919

2020
"github.com/docker/docker/api/types/container"
2121
"github.com/docker/docker/api/types/image"

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import (
88
"flag"
99
"log"
1010

11+
"github.com/coder/terraform-provider-envbuilder/internal/provider"
1112
"github.com/hashicorp/terraform-plugin-framework/providerserver"
12-
"github.com/mafredri/terraform-provider-envbuilder/internal/provider"
1313
)
1414

1515
// Run "go generate" to format example terraform files and generate the docs for the registry/website

0 commit comments

Comments
 (0)