fix submodule and go linking issue

This commit is contained in:
2026-04-19 00:54:17 +00:00
parent af380868b2
commit e0a8f6a231
4 changed files with 6 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
[submodule "proxmoxaas-common-lib"]
path = proxmoxaas-common-lib
url = https://git.tronnet.net/tronnet/proxmoxaas-common-lib
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"log"
"strings"
paas "proxmoxaas-fabric/paas-common-lib"
paas "proxmoxaas-common-lib"
)
func (cluster *Cluster) Init(pve ProxmoxClient) {
+1 -1
View File
@@ -1,7 +1,7 @@
package app
import (
paas "proxmoxaas-fabric/paas-common-lib"
paas "proxmoxaas-common-lib"
"sync"
"github.com/luthermonson/go-proxmox"