Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update module version to match tag major version #2769

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
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/newrelic/terraform-provider-newrelic/v2
module github.com/newrelic/terraform-provider-newrelic/v3

go 1.22

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

"github.com/hashicorp/terraform-plugin-sdk/v2/plugin"

"github.com/newrelic/terraform-provider-newrelic/v2/newrelic"
"github.com/newrelic/terraform-provider-newrelic/v3/newrelic"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/newrelic/terraform-provider-newrelic/v2/tools
module github.com/newrelic/terraform-provider-newrelic/v3/tools

go 1.22

Expand Down