add fabric as submodule

This commit is contained in:
2025-06-02 19:25:27 +00:00
parent acd6eba520
commit 99d58eb250
2 changed files with 4 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "ProxmoxAAS-Fabric"]
path = ProxmoxAAS-Fabric
url = https://git.tronnet.net/tronnet/ProxmoxAAS-Fabric

2
go.mod
View File

@@ -11,7 +11,7 @@ require (
proxmoxaas-fabric v0.0.0 proxmoxaas-fabric v0.0.0
) )
replace proxmoxaas-fabric => ../ProxmoxAAS-Fabric replace proxmoxaas-fabric => ./ProxmoxAAS-Fabric
require ( require (
github.com/buger/goterm v1.0.4 // indirect github.com/buger/goterm v1.0.4 // indirect