Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
884c349d11 |
2
go.mod
2
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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user