-
- Downloads
[renovate] Update module github.com/openconfig/gnmi to v0.13.0
parent
68bc2a76
No related branches found
No related tags found
This commit is part of merge request !244. Comments created here will be created in the context of that merge request.
module code.fbi.h-da.de/danet/quant | ||
go 1.23 | ||
go 1.23.4 | ||
toolchain go1.23.6 | ||
require ( | ||
code.fbi.h-da.de/danet/gnmi-target v0.0.0-20240402114917-f5441059d9a3 | ||
... | ... | @@ -9,7 +11,7 @@ require ( |
github.com/gorilla/mux v1.8.1 | ||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 | ||
github.com/hashicorp/go-multierror v1.1.1 | ||
github.com/openconfig/gnmi v0.11.0 | ||
github.com/openconfig/gnmi v0.13.0 | ||
github.com/openconfig/goyang v1.6.0 | ||
github.com/openconfig/ygot v0.29.20 | ||
github.com/prometheus/procfs v0.15.1 | ||
... | ... | @@ -19,7 +21,7 @@ require ( |
golang.org/x/sys v0.29.0 | ||
google.golang.org/genproto/googleapis/api v0.0.0-20241118233622-e639e219e697 | ||
google.golang.org/grpc v1.69.4 | ||
google.golang.org/protobuf v1.35.2 | ||
google.golang.org/protobuf v1.36.2 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
... | ... | @@ -27,7 +29,7 @@ require ( |
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.33.0-20240221180331-f05a6f4403ce.1 // indirect | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
github.com/go-ole/go-ole v1.3.0 // indirect | ||
github.com/golang/glog v1.2.2 // indirect | ||
github.com/golang/glog v1.2.4 // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
... | ... | @@ -36,8 +38,8 @@ require ( |
github.com/tklauser/go-sysconf v0.3.13 // indirect | ||
github.com/tklauser/numcpus v0.7.0 // indirect | ||
github.com/yusufpapurcu/wmi v1.2.4 // indirect | ||
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect | ||
golang.org/x/net v0.30.0 // indirect | ||
golang.org/x/text v0.20.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20241118233622-e639e219e697 // indirect | ||
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect | ||
golang.org/x/net v0.34.0 // indirect | ||
golang.org/x/text v0.21.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422 // indirect | ||
) |
Please register or sign in to comment