-
- Downloads
chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 (#1276)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.36.0. - [Commits](https://github.com/golang/net/compare/v0.33.0...v0.36.0 ) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by:dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
... | ... | @@ -10,6 +10,7 @@ require ( |
github.com/onsi/ginkgo/v2 v2.22.2 | ||
github.com/onsi/gomega v1.36.2 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/prometheus/client_golang v1.19.0 | ||
github.com/redis/go-redis/v9 v9.7.0 | ||
github.com/spf13/cobra v1.7.0 | ||
github.com/stretchr/testify v1.10.0 | ||
... | ... | @@ -56,7 +57,6 @@ require ( |
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/prometheus/client_golang v1.19.0 // indirect | ||
github.com/prometheus/client_model v0.6.0 // indirect | ||
github.com/prometheus/common v0.51.1 // indirect | ||
github.com/prometheus/procfs v0.13.0 // indirect | ||
... | ... | @@ -64,11 +64,11 @@ require ( |
go.uber.org/multierr v1.11.0 // indirect | ||
go.uber.org/zap v1.26.0 // indirect | ||
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect | ||
golang.org/x/net v0.33.0 // indirect | ||
golang.org/x/net v0.36.0 // indirect | ||
golang.org/x/oauth2 v0.18.0 // indirect | ||
golang.org/x/sys v0.28.0 // indirect | ||
golang.org/x/term v0.27.0 // indirect | ||
golang.org/x/text v0.21.0 // indirect | ||
golang.org/x/sys v0.30.0 // indirect | ||
golang.org/x/term v0.29.0 // indirect | ||
golang.org/x/text v0.22.0 // indirect | ||
golang.org/x/time v0.5.0 // indirect | ||
golang.org/x/tools v0.28.0 // indirect | ||
google.golang.org/appengine v1.6.8 // indirect | ||
... | ... |
Please sign in to comment