From 2a6641f03c5576ae04a11ab651190fc8b203ccc4 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Tue, 25 Aug 2026 18:54:20 +0000 Subject: [PATCH] update to go 1.27 --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 6f4302f..49701e4 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module proxmoxaas-dashboard -go 1.26.6 +go 1.27.0 require ( github.com/gerow/go-color v0.0.0-20140219113758-125d37f527f1 @@ -39,7 +39,7 @@ require ( github.com/tdewolff/parse/v2 v2.8.16 // indirect github.com/twitchyliquid64/golang-asm v0.15.1 // indirect github.com/ugorji/go/codec v1.3.2 // indirect - go.mongodb.org/mongo-driver/v2 v2.8.0 // indirect + go.mongodb.org/mongo-driver/v2 v2.8.1 // indirect golang.org/x/arch v0.30.0 // indirect golang.org/x/crypto v0.55.0 // indirect golang.org/x/net v0.58.0 // indirect