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

3
.gitmodules vendored
View File

@@ -7,3 +7,6 @@
[submodule "goutils"]
path = goutils
url = https://github.com/yusing/goutils.git
[submodule "internal/go-proxmox"]
path = internal/go-proxmox
url = https://github.com/yusing/go-proxmox