From d3462723dff23cffcc011884ceeb57b8eedbaa44 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Sun, 31 May 2026 02:42:23 +0000 Subject: [PATCH] update go mod, remove temp go-proxmox --- .gitmodules | 3 --- go.mod | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index 71c1532..69f71d5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [submodule "proxmoxaas-common-lib"] path = proxmoxaas-common-lib url = https://git.tronnet.net/tronnet/proxmoxaas-common-lib -[submodule "go-proxmox"] - path = go-proxmox - url = https://github.com/luthermonson/go-proxmox diff --git a/go.mod b/go.mod index 0dc1be9..c89bd4c 100644 --- a/go.mod +++ b/go.mod @@ -6,13 +6,12 @@ require ( github.com/gin-contrib/sessions v1.1.0 github.com/gin-gonic/gin v1.12.0 github.com/go-ldap/ldap/v3 v3.4.13 - github.com/luthermonson/go-proxmox v0.6.0 + github.com/luthermonson/go-proxmox v0.7.0 github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d proxmoxaas-common-lib v0.0.0 ) replace proxmoxaas-common-lib => ./proxmoxaas-common-lib -replace github.com/luthermonson/go-proxmox v0.6.0 => ./go-proxmox require ( github.com/Azure/go-ntlmssp v0.1.1 // indirect