feat(proxmox): add go-proxmox submodule for customized Proxmox integration

Add the go-proxmox library as a Git submodule to enable Proxmox
integration for container/VM management.

Submodule: https://github.com/yusing/go-proxmox
This commit is contained in:
yusing
2026-01-24 21:25:45 +08:00
parent 60cdffcf3c
commit edf8c6ea32
4 changed files with 5 additions and 2 deletions

1
go.mod
View File

@@ -4,6 +4,7 @@ go 1.25.6
replace (
github.com/coreos/go-oidc/v3 => ./internal/go-oidc
github.com/luthermonson/go-proxmox => ./internal/go-proxmox
github.com/shirou/gopsutil/v4 => ./internal/gopsutil
github.com/yusing/godoxy/agent => ./agent
github.com/yusing/godoxy/internal/dnsproviders => ./internal/dnsproviders