update go mod, remove temp go-proxmox
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user