-
- Downloads
[renovate] Update module golang.org/x/crypto to v0.36.0
See merge request !1245 Co-authored-by:Fabian Seidl <fabian.seidl@h-da.de> Co-authored-by:
Renovate Bot <renovate@danet.fbi.h-da.de>
parent
f0e821c9
No related branches found
No related tags found
Pipeline #266818 failed
Stage: build
Stage: build-testing
Stage: test
Stage: analyze
Stage: test-legacy
... | @@ -24,7 +24,7 @@ require ( | ... | @@ -24,7 +24,7 @@ require ( |
github.com/spf13/viper v1.19.0 | github.com/spf13/viper v1.19.0 | ||
github.com/stretchr/objx v0.5.2 // indirect | github.com/stretchr/objx v0.5.2 // indirect | ||
github.com/stretchr/testify v1.10.0 | github.com/stretchr/testify v1.10.0 | ||
golang.org/x/sync v0.11.0 | golang.org/x/sync v0.12.0 | ||
google.golang.org/grpc v1.70.0 | google.golang.org/grpc v1.70.0 | ||
google.golang.org/protobuf v1.36.5 | google.golang.org/protobuf v1.36.5 | ||
gopkg.in/yaml.v3 v3.0.1 | gopkg.in/yaml.v3 v3.0.1 | ||
... | @@ -78,11 +78,11 @@ require ( | ... | @@ -78,11 +78,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.35.0 | golang.org/x/crypto v0.36.0 | ||
golang.org/x/net v0.35.0 | golang.org/x/net v0.35.0 | ||
golang.org/x/sys v0.30.0 // indirect | golang.org/x/sys v0.31.0 // indirect | ||
golang.org/x/term v0.29.0 // indirect | golang.org/x/term v0.30.0 // indirect | ||
golang.org/x/text v0.22.0 // indirect | golang.org/x/text v0.23.0 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | gopkg.in/ini.v1 v1.67.0 // indirect | ||
) | ) | ||
... | ... |
Please register or sign in to comment