Skip to content

Commit abad97c

Browse files
bradyburkeclaude
andcommitted
fix: update module path to starburstdata fork
Update go.mod module declaration to match the fork's GitHub path. This resolves the module path conflict when installing from the fork. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent c28dc92 commit abad97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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/hashicorp/terraform-plugin-codegen-openapi
1+
module github.com/starburstdata/terraform-plugin-codegen-openapi
22

33
go 1.23.0
44

0 commit comments

Comments
 (0)