update go mod

This commit is contained in:
yumaojun03 2026-03-15 17:03:38 +08:00
parent 707d89a35a
commit 1eef97a72d

View File

@ -3,6 +3,7 @@ module devops
go 1.25.6 go 1.25.6
require ( require (
github.com/google/uuid v1.6.0
github.com/infraboard/mcube v1.9.29 github.com/infraboard/mcube v1.9.29
github.com/infraboard/mcube/v2 v2.1.4 github.com/infraboard/mcube/v2 v2.1.4
github.com/rs/zerolog v1.34.0 github.com/rs/zerolog v1.34.0
@ -23,7 +24,6 @@ require (
github.com/go-openapi/jsonreference v0.21.0 // indirect github.com/go-openapi/jsonreference v0.21.0 // indirect
github.com/go-openapi/spec v0.21.0 // indirect github.com/go-openapi/spec v0.21.0 // indirect
github.com/go-openapi/swag v0.23.0 // indirect github.com/go-openapi/swag v0.23.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect