1 Commits

Author SHA1 Message Date
Adrian Zürcher
884c349d11 remove .git 2025-12-18 16:22:03 +01:00
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@@ -1,3 +1,3 @@
module gitea.tecamino.com/paadi/template-builder.git
module gitea.tecamino.com/paadi/template-builder
go 1.25.4

View File

@@ -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 {