Bump golang.org/x/net from 0.17.0 to 0.19.0 (#2676)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.19.0. - [Commits](https://github.com/golang/net/compare/v0.17.0...v0.19.0 ) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
... | @@ -41,8 +41,8 @@ require ( | ... | @@ -41,8 +41,8 @@ require ( |
github.com/sirupsen/logrus v1.9.3 | github.com/sirupsen/logrus v1.9.3 | ||
github.com/tedsuo/rata v1.0.1-0.20170830210128-07d200713958 | github.com/tedsuo/rata v1.0.1-0.20170830210128-07d200713958 | ||
github.com/vito/go-interact v0.0.0-20171111012221-fa338ed9e9ec | github.com/vito/go-interact v0.0.0-20171111012221-fa338ed9e9ec | ||
golang.org/x/crypto v0.15.0 | golang.org/x/crypto v0.16.0 | ||
golang.org/x/net v0.17.0 | golang.org/x/net v0.19.0 | ||
golang.org/x/text v0.14.0 | golang.org/x/text v0.14.0 | ||
gopkg.in/cheggaaa/pb.v1 v1.0.28 | gopkg.in/cheggaaa/pb.v1 v1.0.28 | ||
gopkg.in/yaml.v2 v2.4.0 | gopkg.in/yaml.v2 v2.4.0 | ||
... | @@ -69,8 +69,8 @@ require ( | ... | @@ -69,8 +69,8 @@ require ( |
github.com/opencontainers/go-digest v1.0.0 // indirect | github.com/opencontainers/go-digest v1.0.0 // indirect | ||
github.com/rivo/uniseg v0.2.0 // indirect | github.com/rivo/uniseg v0.2.0 // indirect | ||
golang.org/x/mod v0.12.0 // indirect | golang.org/x/mod v0.12.0 // indirect | ||
golang.org/x/sys v0.14.0 // indirect | golang.org/x/sys v0.15.0 // indirect | ||
golang.org/x/term v0.14.0 // indirect | golang.org/x/term v0.15.0 // indirect | ||
golang.org/x/tools v0.13.0 // indirect | golang.org/x/tools v0.13.0 // indirect | ||
google.golang.org/genproto v0.0.0-20230920204549-e6e6cdab5c13 // indirect | google.golang.org/genproto v0.0.0-20230920204549-e6e6cdab5c13 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20230920204549-e6e6cdab5c13 // indirect | google.golang.org/genproto/googleapis/api v0.0.0-20230920204549-e6e6cdab5c13 // indirect | ||
... | ... |
Please register or sign in to comment