From e0a8f6a23187b70461734b46b5bb79c4e75c4bc2 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Sun, 19 Apr 2026 00:54:17 +0000 Subject: [PATCH] fix submodule and go linking issue --- .gitmodules | 3 +++ app/model.go | 2 +- app/types.go | 2 +- proxmoxaas-common-lib | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) create mode 160000 proxmoxaas-common-lib diff --git a/.gitmodules b/.gitmodules index e69de29..69f71d5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "proxmoxaas-common-lib"] + path = proxmoxaas-common-lib + url = https://git.tronnet.net/tronnet/proxmoxaas-common-lib diff --git a/app/model.go b/app/model.go index 5ce6d34..d67044d 100644 --- a/app/model.go +++ b/app/model.go @@ -5,7 +5,7 @@ import ( "log" "strings" - paas "proxmoxaas-fabric/paas-common-lib" + paas "proxmoxaas-common-lib" ) func (cluster *Cluster) Init(pve ProxmoxClient) { diff --git a/app/types.go b/app/types.go index ccd0648..b40eb2e 100644 --- a/app/types.go +++ b/app/types.go @@ -1,7 +1,7 @@ package app import ( - paas "proxmoxaas-fabric/paas-common-lib" + paas "proxmoxaas-common-lib" "sync" "github.com/luthermonson/go-proxmox" diff --git a/proxmoxaas-common-lib b/proxmoxaas-common-lib new file mode 160000 index 0000000..1c78f59 --- /dev/null +++ b/proxmoxaas-common-lib @@ -0,0 +1 @@ +Subproject commit 1c78f59c8cc5b9fc15143e410eeb3dfbe2ea9513