-
- Downloads
[renovate] Update module golang.org/x/net to v0.26.0
parent
805781f9
No related branches found
No related tags found
... | @@ -14,8 +14,8 @@ require ( | ... | @@ -14,8 +14,8 @@ require ( |
github.com/spf13/cobra v1.8.0 | github.com/spf13/cobra v1.8.0 | ||
github.com/spf13/viper v1.18.2 | github.com/spf13/viper v1.18.2 | ||
github.com/vishvananda/netlink v1.1.0 | github.com/vishvananda/netlink v1.1.0 | ||
golang.org/x/net v0.22.0 | golang.org/x/net v0.26.0 | ||
golang.org/x/sys v0.18.0 | golang.org/x/sys v0.21.0 | ||
google.golang.org/grpc v1.62.1 | google.golang.org/grpc v1.62.1 | ||
google.golang.org/protobuf v1.33.0 | google.golang.org/protobuf v1.33.0 | ||
) | ) | ||
... | @@ -44,7 +44,7 @@ require ( | ... | @@ -44,7 +44,7 @@ require ( |
go.uber.org/atomic v1.9.0 // indirect | go.uber.org/atomic v1.9.0 // indirect | ||
go.uber.org/multierr v1.9.0 // indirect | go.uber.org/multierr v1.9.0 // indirect | ||
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect | golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect | ||
golang.org/x/text v0.14.0 // indirect | golang.org/x/text v0.16.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect | google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | gopkg.in/ini.v1 v1.67.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | gopkg.in/yaml.v3 v3.0.1 // indirect | ||
... | ... |
Please register or sign in to comment