Commits on Source (4)
-
See merge request !774 Co-authored-by:
Renovate Bot <renovate@danet.fbi.h-da.de>
-
See merge request !775 Co-authored-by:
Renovate Bot <renovate@danet.fbi.h-da.de>
-
See merge request !776 Co-authored-by:
Renovate Bot <renovate@danet.fbi.h-da.de>
-
See merge request !777 Co-authored-by:
Renovate Bot <renovate@danet.fbi.h-da.de>
... | ... | @@ -78,10 +78,10 @@ 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-20201027041543-1326539a0a0a // indirect | ||
golang.org/x/crypto v0.20.0 | ||
golang.org/x/net v0.21.0 | ||
golang.org/x/sys v0.17.0 // indirect | ||
golang.org/x/term v0.17.0 // indirect | ||
golang.org/x/crypto v0.21.0 | ||
golang.org/x/net v0.22.0 | ||
golang.org/x/sys v0.18.0 // indirect | ||
golang.org/x/term v0.18.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
) | ||
... | ... | @@ -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.5.3 | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240228224816-df926f6c8641 | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240304212257-790db918fca8 | ||
) | ||
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-20240119083558-1b970713d09a // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240228201840-1f18d85a4ec2 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240228224816-df926f6c8641 // indirect | ||
) |