fix submodule and go linking issue
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule "proxmoxaas-common-lib"]
|
||||||
|
path = proxmoxaas-common-lib
|
||||||
|
url = https://git.tronnet.net/tronnet/proxmoxaas-common-lib
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@ import (
|
|||||||
"log"
|
"log"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
paas "proxmoxaas-fabric/paas-common-lib"
|
paas "proxmoxaas-common-lib"
|
||||||
)
|
)
|
||||||
|
|
||||||
func (cluster *Cluster) Init(pve ProxmoxClient) {
|
func (cluster *Cluster) Init(pve ProxmoxClient) {
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
package app
|
package app
|
||||||
|
|
||||||
import (
|
import (
|
||||||
paas "proxmoxaas-fabric/paas-common-lib"
|
paas "proxmoxaas-common-lib"
|
||||||
"sync"
|
"sync"
|
||||||
|
|
||||||
"github.com/luthermonson/go-proxmox"
|
"github.com/luthermonson/go-proxmox"
|
||||||
|
|||||||
Submodule
+1
Submodule proxmoxaas-common-lib added at 1c78f59c8c
Reference in New Issue
Block a user