Commits on Source (2)
-
See merge request !734 Co-authored-by:
Renovate Bot <renovate@danet.fbi.h-da.de>
-
Fabian Seidl authored
See merge request !739
... | ... | @@ -24,7 +24,7 @@ require ( |
github.com/stretchr/testify v1.8.4 | ||
go.mongodb.org/mongo-driver v1.13.1 | ||
golang.org/x/sync v0.6.0 | ||
google.golang.org/genproto v0.0.0-20240116215550-a9fa1716bcac // indirect | ||
google.golang.org/genproto v0.0.0-20240125205218-1f4bbc51befe // indirect | ||
google.golang.org/grpc v1.61.0 | ||
google.golang.org/protobuf v1.32.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
... | ... | @@ -92,7 +92,7 @@ require ( |
github.com/hashicorp/go-multierror v1.1.1 | ||
github.com/hashicorp/go-plugin v1.4.10 | ||
github.com/lesismal/nbio v1.3.21 | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240125205218-1f4bbc51befe | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240205150955-31a09d347014 | ||
) | ||
require ( | ||
... | ... | @@ -120,5 +120,5 @@ require ( |
go.uber.org/atomic v1.9.0 // indirect | ||
go.uber.org/multierr v1.9.0 // indirect | ||
golang.org/x/exp v0.0.0-20231127185646-65229373498e // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240116215550-a9fa1716bcac // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240125205218-1f4bbc51befe // indirect | ||
) |