Skip to content

Commit

Permalink
fix: go mod module name (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
azrod authored Jan 2, 2025
1 parent 24b56e3 commit 6a3d380
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:note
`Go` - Fixed a bad module name in `go.mod` file.
```
Empty file modified .pre-commit/go-mod
100644 → 100755
Empty file.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/FrangipaneTeam/terraform-plugin-framework-superschema
module github.com/orange-cloudavenue/terraform-plugin-framework-superschema

go 1.22.0

Expand All @@ -15,7 +15,6 @@ require (
github.com/fatih/color v1.17.0 // indirect
github.com/hashicorp/go-hclog v1.5.0 // indirect
github.com/hashicorp/terraform-plugin-go v0.25.0 // indirect
github.com/hashicorp/terraform-plugin-go v0.25.0 // indirect
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
Expand Down

0 comments on commit 6a3d380

Please sign in to comment.