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