-
- Downloads
Merge branch '359-update-grpc-abstraction-api-with-missing-calls' of...
Merge branch '359-update-grpc-abstraction-api-with-missing-calls' of code.fbi.h-da.de:danet/gosdn into 359-update-grpc-abstraction-api-with-missing-calls
No related branches found
No related tags found
Pipeline #186787 passed
Stage: build
Stage: build-testing
Stage: test
Stage: analyze
Stage: test-legacy
... | @@ -92,7 +92,7 @@ require ( | ... | @@ -92,7 +92,7 @@ require ( |
github.com/hashicorp/go-multierror v1.1.1 | github.com/hashicorp/go-multierror v1.1.1 | ||
github.com/hashicorp/go-plugin v1.4.10 | github.com/hashicorp/go-plugin v1.4.10 | ||
github.com/lesismal/nbio v1.5.3 | github.com/lesismal/nbio v1.5.3 | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240308144416-29370a3891b7 | google.golang.org/genproto/googleapis/api v0.0.0-20240314234333-6e1732d8331c | ||
) | ) | ||
require ( | require ( | ||
... | @@ -120,5 +120,5 @@ require ( | ... | @@ -120,5 +120,5 @@ require ( |
go.uber.org/atomic v1.9.0 // indirect | go.uber.org/atomic v1.9.0 // indirect | ||
go.uber.org/multierr v1.9.0 // indirect | go.uber.org/multierr v1.9.0 // indirect | ||
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect | golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240228224816-df926f6c8641 // indirect | google.golang.org/genproto/googleapis/rpc v0.0.0-20240311132316-a219d84964c2 // indirect | ||
) | ) |
Please register or sign in to comment