From f44df0446e978a89babd2f9ffc450e9f510bc35e Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Wed, 22 Apr 2026 16:28:04 +0000 Subject: [PATCH] update go to 1.26.2, update go mod --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index dfc5074..e186dd5 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module proxmoxaas-dashboard -go 1.26.0 +go 1.26.2 require ( github.com/gerow/go-color v0.0.0-20140219113758-125d37f527f1 @@ -33,7 +33,7 @@ require ( github.com/pelletier/go-toml/v2 v2.3.0 // indirect github.com/quic-go/qpack v0.6.0 // indirect github.com/quic-go/quic-go v0.59.0 // indirect - github.com/tdewolff/parse/v2 v2.8.11 // indirect + github.com/tdewolff/parse/v2 v2.8.12 // indirect github.com/twitchyliquid64/golang-asm v0.15.1 // indirect github.com/ugorji/go/codec v1.3.1 // indirect go.mongodb.org/mongo-driver/v2 v2.5.1 // indirect