Commits on Source (2)
-
See merge request !984 Co-authored-by:
Renovate Bot <renovate@danet.fbi.h-da.de>
-
See merge request !985 Co-authored-by:
Renovate Bot <renovate@danet.fbi.h-da.de>
... | ... | @@ -68,7 +68,7 @@ require ( |
github.com/prometheus/procfs v0.15.1 // indirect | ||
github.com/rabbitmq/amqp091-go v1.10.0 | ||
github.com/rivo/uniseg v0.4.4 // indirect | ||
github.com/sethvargo/go-retry v0.2.4 | ||
github.com/sethvargo/go-retry v0.3.0 | ||
github.com/spf13/afero v1.11.0 // indirect | ||
github.com/spf13/cast v1.6.0 // indirect | ||
github.com/subosito/gotenv v1.6.0 // indirect | ||
... | ... | @@ -91,7 +91,7 @@ require ( |
github.com/hashicorp/go-multierror v1.1.1 | ||
github.com/hashicorp/go-plugin v1.4.10 | ||
github.com/lesismal/nbio v1.5.9 | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240725223205-93522f1f2a9f | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240730163845-b1a4ccb954bf | ||
) | ||
require ( | ||
... | ... | @@ -122,6 +122,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-20240716175740-e3f259677ff7 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240723171418-e6d459c13d2a // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240725223205-93522f1f2a9f // indirect | ||
gotest.tools/v3 v3.5.1 // indirect | ||
) |