Commits on Source (2)
-
See merge request !1232 Co-authored-by:
Renovate Bot <renovate@danet.fbi.h-da.de>
-
See merge request !1233 Co-authored-by:
Renovate Bot <renovate@danet.fbi.h-da.de>
... | ... | @@ -79,7 +79,7 @@ require ( |
github.com/xdg-go/stringprep v1.0.4 // indirect | ||
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect | ||
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect | ||
golang.org/x/crypto v0.34.0 | ||
golang.org/x/crypto v0.35.0 | ||
golang.org/x/net v0.35.0 | ||
golang.org/x/sys v0.30.0 // indirect | ||
golang.org/x/term v0.29.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-20250219182151-9fdb1cabc7b2 | ||
google.golang.org/genproto/googleapis/api v0.0.0-20250224174004-546df14abb99 | ||
) | ||
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-20250212204824-5a70512c5d8b // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20250219182151-9fdb1cabc7b2 // indirect | ||
gotest.tools/v3 v3.5.1 // indirect | ||
) |