diff --git a/.gitmodules b/.gitmodules index 69f71d5..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "proxmoxaas-common-lib"] - path = proxmoxaas-common-lib - url = https://git.tronnet.net/tronnet/proxmoxaas-common-lib diff --git a/go.mod b/go.mod index 414e0d4..7d62a81 100644 --- a/go.mod +++ b/go.mod @@ -5,10 +5,10 @@ go 1.26.0 require ( github.com/gin-gonic/gin v1.12.0 github.com/luthermonson/go-proxmox v0.4.1 - paas-common-lib v0.0.0 + proxmoxaas-common-lib v0.0.0 ) -replace paas-common-lib => ./paas-common-lib +replace proxmoxaas-common-lib => ./proxmoxaas-common-lib require ( github.com/buger/goterm v1.0.4 // indirect diff --git a/proxmoxaas-common-lib b/proxmoxaas-common-lib deleted file mode 160000 index a2bf608..0000000 --- a/proxmoxaas-common-lib +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a2bf608a54b1098dbe9225375cf3280dda237000