Commits on Source (2)
-
See merge request !1095 Co-authored-by:
Renovate Bot <renovate@danet.fbi.h-da.de>
-
See merge request !1096 Co-authored-by:
Renovate Bot <renovate@danet.fbi.h-da.de>
... | @@ -23,7 +23,7 @@ require ( | ... | @@ -23,7 +23,7 @@ require ( |
github.com/stretchr/objx v0.5.2 // indirect | github.com/stretchr/objx v0.5.2 // indirect | ||
github.com/stretchr/testify v1.9.0 | github.com/stretchr/testify v1.9.0 | ||
go.mongodb.org/mongo-driver v1.17.1 | go.mongodb.org/mongo-driver v1.17.1 | ||
golang.org/x/sync v0.8.0 | golang.org/x/sync v0.9.0 | ||
google.golang.org/grpc v1.67.1 | google.golang.org/grpc v1.67.1 | ||
google.golang.org/protobuf v1.35.1 | google.golang.org/protobuf v1.35.1 | ||
gopkg.in/yaml.v3 v3.0.1 | gopkg.in/yaml.v3 v3.0.1 | ||
... | @@ -77,11 +77,11 @@ require ( | ... | @@ -77,11 +77,11 @@ require ( |
github.com/xdg-go/stringprep v1.0.4 // indirect | github.com/xdg-go/stringprep v1.0.4 // indirect | ||
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect | github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect | ||
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect | github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect | ||
golang.org/x/crypto v0.28.0 | golang.org/x/crypto v0.29.0 | ||
golang.org/x/net v0.30.0 | golang.org/x/net v0.30.0 | ||
golang.org/x/sys v0.26.0 // indirect | golang.org/x/sys v0.27.0 // indirect | ||
golang.org/x/term v0.25.0 // indirect | golang.org/x/term v0.26.0 // indirect | ||
golang.org/x/text v0.19.0 // indirect | golang.org/x/text v0.20.0 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | gopkg.in/ini.v1 v1.67.0 // indirect | ||
) | ) | ||
... | ... |