temporary fix for login time regression:

- add go-proxmox as submodule for latest commit
- use WithEagerAuth option to preempt 3s delay on HTTP 401 caused by lazy auth
This commit is contained in:
2026-05-30 06:17:00 +00:00
parent b0bcaf61a2
commit 98a12ef3e4
3 changed files with 12 additions and 5 deletions
+2 -1
View File
@@ -12,6 +12,7 @@ require (
)
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
@@ -27,7 +28,7 @@ require (
github.com/go-asn1-ber/asn1-ber v1.5.8-0.20250403174932-29230038a667 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.30.2 // indirect
github.com/go-playground/validator/v10 v10.30.3 // indirect
github.com/goccy/go-json v0.10.6 // indirect
github.com/goccy/go-yaml v1.19.2 // indirect
github.com/google/uuid v1.6.0 // indirect