Commits on Source (3)
-
See merge request !1197 Co-authored-by:
Renovate Bot <renovate@danet.fbi.h-da.de>
-
See merge request !1198 Co-authored-by:
Renovate Bot <renovate@danet.fbi.h-da.de>
-
See merge request !1200 Co-authored-by:
Renovate Bot <renovate@danet.fbi.h-da.de>
... | ... | @@ -10,7 +10,7 @@ require ( |
github.com/docker/docker v24.0.9+incompatible | ||
github.com/google/go-cmp v0.6.0 | ||
github.com/google/uuid v1.6.0 | ||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.0 | ||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/openconfig/gnmi v0.13.0 | ||
github.com/openconfig/goyang v1.6.0 | ||
... | ... | @@ -83,7 +83,7 @@ require ( |
golang.org/x/net v0.34.0 | ||
golang.org/x/sys v0.29.0 // indirect | ||
golang.org/x/term v0.28.0 // indirect | ||
golang.org/x/text v0.21.0 // indirect | ||
golang.org/x/text v0.22.0 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
) | ||
... | ... | @@ -94,7 +94,7 @@ require ( |
github.com/hashicorp/go-plugin v1.4.10 | ||
github.com/lesismal/nbio v1.6.2 | ||
go.mongodb.org/mongo-driver v1.17.2 | ||
google.golang.org/genproto/googleapis/api v0.0.0-20250204164813-702378808489 | ||
google.golang.org/genproto/googleapis/api v0.0.0-20250207221924-e9438ea467c6 | ||
) | ||
require ( | ||
... | ... | @@ -126,6 +126,6 @@ require ( |
go.uber.org/atomic v1.9.0 // indirect | ||
go.uber.org/multierr v1.9.0 // indirect | ||
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20250124145028-65684f501c47 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20250204164813-702378808489 // indirect | ||
gotest.tools/v3 v3.5.1 // indirect | ||
) |