diff --git a/go.mod b/go.mod index 33ffdd6..bafe216 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module gitea.tecamino.com/paadi/template-builder.git +module gitea.tecamino.com/paadi/template-builder go 1.25.4 diff --git a/test/templateBuilder_test.go b/test/templateBuilder_test.go index 0ba4ae2..d3b0d22 100644 --- a/test/templateBuilder_test.go +++ b/test/templateBuilder_test.go @@ -3,7 +3,7 @@ package test import ( "testing" - templatebuilder "gitea.tecamino.com/paadi/template-builder.git" + templatebuilder "gitea.tecamino.com/paadi/template-builder" ) type Inventory struct {