From 3d8e4b416ddff52a8d30e51a8c94296166e64cac Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Wed, 25 Mar 2026 17:40:56 +0000 Subject: [PATCH] update go mod --- go.mod | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/go.mod b/go.mod index b2cedd1..40faeb4 100644 --- a/go.mod +++ b/go.mod @@ -4,9 +4,9 @@ go 1.26.0 require ( github.com/gerow/go-color v0.0.0-20140219113758-125d37f527f1 - github.com/gin-gonic/gin v1.11.0 + github.com/gin-gonic/gin v1.12.0 github.com/go-viper/mapstructure/v2 v2.5.0 - github.com/tdewolff/minify/v2 v2.24.9 + github.com/tdewolff/minify/v2 v2.24.11 proxmoxaas-fabric v0.0.0 ) @@ -14,18 +14,18 @@ replace proxmoxaas-fabric => ./ProxmoxAAS-Fabric require ( github.com/buger/goterm v1.0.4 // indirect - github.com/bytedance/gopkg v0.1.3 // indirect + github.com/bytedance/gopkg v0.1.4 // indirect github.com/bytedance/sonic v1.15.0 // indirect github.com/bytedance/sonic/loader v0.5.0 // indirect github.com/cloudwego/base64x v0.1.6 // indirect - github.com/diskfs/go-diskfs v1.7.0 // indirect + github.com/diskfs/go-diskfs v1.8.0 // indirect github.com/djherbis/times v1.6.0 // indirect github.com/gabriel-vasile/mimetype v1.4.13 // indirect github.com/gin-contrib/sse v1.1.0 // 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.1 // indirect - github.com/goccy/go-json v0.10.5 // indirect + github.com/goccy/go-json v0.10.6 // indirect github.com/goccy/go-yaml v1.19.2 // indirect github.com/gorilla/websocket v1.5.3 // indirect github.com/jinzhu/copier v0.4.0 // indirect @@ -33,20 +33,21 @@ require ( github.com/klauspost/cpuid/v2 v2.3.0 // indirect github.com/leodido/go-urn v1.4.0 // indirect github.com/luthermonson/go-proxmox v0.4.0 // indirect - github.com/magefile/mage v1.15.0 // indirect + github.com/magefile/mage v1.16.1 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.2 // indirect - github.com/pelletier/go-toml/v2 v2.2.4 // indirect + 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.8 // indirect + github.com/tdewolff/parse/v2 v2.8.11 // indirect github.com/twitchyliquid64/golang-asm v0.15.1 // indirect github.com/ugorji/go/codec v1.3.1 // indirect - golang.org/x/arch v0.24.0 // indirect - golang.org/x/crypto v0.48.0 // indirect - golang.org/x/net v0.51.0 // indirect - golang.org/x/sys v0.41.0 // indirect - golang.org/x/text v0.34.0 // indirect + go.mongodb.org/mongo-driver/v2 v2.5.0 // indirect + golang.org/x/arch v0.25.0 // indirect + golang.org/x/crypto v0.49.0 // indirect + golang.org/x/net v0.52.0 // indirect + golang.org/x/sys v0.42.0 // indirect + golang.org/x/text v0.35.0 // indirect google.golang.org/protobuf v1.36.11 // indirect )