From e7627b5787d2be833289182d9ca8744ba88ce580 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Tue, 23 Sep 2025 03:53:11 +0000 Subject: [PATCH] update go mod, update fabric submodule --- ProxmoxAAS-Fabric | 2 +- go.mod | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ProxmoxAAS-Fabric b/ProxmoxAAS-Fabric index 1225439..9be70e5 160000 --- a/ProxmoxAAS-Fabric +++ b/ProxmoxAAS-Fabric @@ -1 +1 @@ -Subproject commit 1225439b4af49bbc2befff0363c5944556736ee6 +Subproject commit 9be70e590087dfc04af1410c5c6cdc4e0d108209 diff --git a/go.mod b/go.mod index ac91ca6..1bd610d 100644 --- a/go.mod +++ b/go.mod @@ -1,12 +1,12 @@ module proxmoxaas-dashboard -go 1.24.0 +go 1.25.1 require ( github.com/gerow/go-color v0.0.0-20140219113758-125d37f527f1 github.com/gin-gonic/gin v1.10.1 github.com/go-viper/mapstructure/v2 v2.4.0 - github.com/tdewolff/minify/v2 v2.24.2 + github.com/tdewolff/minify/v2 v2.24.3 proxmoxaas-fabric v0.0.0 ) @@ -31,7 +31,7 @@ require ( github.com/json-iterator/go v1.1.12 // indirect github.com/klauspost/cpuid/v2 v2.3.0 // indirect github.com/leodido/go-urn v1.4.0 // indirect - github.com/luthermonson/go-proxmox v0.2.2 // indirect + github.com/luthermonson/go-proxmox v0.2.3 // indirect github.com/magefile/mage v1.15.0 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect @@ -40,11 +40,11 @@ require ( github.com/tdewolff/parse/v2 v2.8.3 // indirect github.com/twitchyliquid64/golang-asm v0.15.1 // indirect github.com/ugorji/go/codec v1.3.0 // indirect - golang.org/x/arch v0.20.0 // indirect - golang.org/x/crypto v0.41.0 // indirect - golang.org/x/net v0.43.0 // indirect - golang.org/x/sys v0.35.0 // indirect - golang.org/x/text v0.28.0 // indirect - google.golang.org/protobuf v1.36.8 // indirect + golang.org/x/arch v0.21.0 // indirect + golang.org/x/crypto v0.42.0 // indirect + golang.org/x/net v0.44.0 // indirect + golang.org/x/sys v0.36.0 // indirect + golang.org/x/text v0.29.0 // indirect + google.golang.org/protobuf v1.36.9 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )