From 884c349d115211ce968ad03fbbdf3da43332947b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Z=C3=BCrcher?= Date: Thu, 18 Dec 2025 16:22:03 +0100 Subject: [PATCH] remove .git --- go.mod | 2 +- test/templateBuilder_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {