-
- Downloads
[renovate] Update module github.com/bufbuild/protovalidate-go to v0.8.2
See merge request !1131 Co-authored-by:Fabian Seidl <fabian.seidl@h-da.de> Co-authored-by:
Renovate Bot <renovate@danet.fbi.h-da.de>
parent
9839c9bf
Branches
No related tags found
Pipeline #249272 passed
Stage: build
Stage: build-testing
Stage: test
Stage: analyze
Stage: test-legacy
Stage: deploy
This commit is part of merge request !1161. Comments created here will be created in the context of that merge request.
Showing
- controller/northbound/server/auth_test.go 14 additions, 2 deletionscontroller/northbound/server/auth_test.go
- controller/northbound/server/role_test.go 63 additions, 8 deletionscontroller/northbound/server/role_test.go
- controller/northbound/server/topology_test.go 57 additions, 6 deletionscontroller/northbound/server/topology_test.go
- controller/northbound/server/user_test.go 27 additions, 3 deletionscontroller/northbound/server/user_test.go
- controller/northbound/server/utils_test.go 2 additions, 1 deletioncontroller/northbound/server/utils_test.go
- go.mod 2 additions, 2 deletionsgo.mod
- go.sum 4 additions, 0 deletionsgo.sum
... | ... | @@ -87,7 +87,7 @@ require ( |
require ( | ||
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.2-20241127180247-a33202765966.1 | ||
github.com/bufbuild/protovalidate-go v0.7.3 | ||
github.com/bufbuild/protovalidate-go v0.8.2 | ||
github.com/hashicorp/go-multierror v1.1.1 | ||
github.com/hashicorp/go-plugin v1.4.10 | ||
github.com/lesismal/nbio v1.5.12 | ||
... | ... | @@ -103,7 +103,7 @@ require ( |
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect | ||
github.com/containerd/console v1.0.3 // indirect | ||
github.com/fatih/color v1.15.0 // indirect | ||
github.com/google/cel-go v0.22.0 // indirect | ||
github.com/google/cel-go v0.22.1 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-hclog v1.5.0 // indirect | ||
github.com/hashicorp/yamux v0.1.1 // indirect | ||
... | ... |
Please register or sign in to comment