update golang to 1.25.1

This commit is contained in:
2025-09-16 23:10:01 +00:00
parent 1225439b4a
commit 9be70e5900

16
go.mod
View File

@@ -1,10 +1,10 @@
module proxmoxaas-fabric module proxmoxaas-fabric
go 1.24.0 go 1.25.1
require ( require (
github.com/gin-gonic/gin v1.10.1 github.com/gin-gonic/gin v1.10.1
github.com/luthermonson/go-proxmox v0.2.2 github.com/luthermonson/go-proxmox v0.2.3
) )
require ( require (
@@ -39,11 +39,11 @@ require (
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/ugorji/go/codec v1.3.0 // indirect github.com/ugorji/go/codec v1.3.0 // indirect
github.com/ulikunitz/xz v0.5.12 // indirect github.com/ulikunitz/xz v0.5.12 // indirect
golang.org/x/arch v0.20.0 // indirect golang.org/x/arch v0.21.0 // indirect
golang.org/x/crypto v0.41.0 // indirect golang.org/x/crypto v0.42.0 // indirect
golang.org/x/net v0.43.0 // indirect golang.org/x/net v0.44.0 // indirect
golang.org/x/sys v0.35.0 // indirect golang.org/x/sys v0.36.0 // indirect
golang.org/x/text v0.28.0 // indirect golang.org/x/text v0.29.0 // indirect
google.golang.org/protobuf v1.36.8 // indirect google.golang.org/protobuf v1.36.9 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect
) )