Bump golang.org/x/net from 0.17.0 to 0.19.0
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>
... | @@ -39,8 +39,8 @@ require ( | ... | @@ -39,8 +39,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.14.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 | ||
... | @@ -77,8 +77,8 @@ require ( | ... | @@ -77,8 +77,8 @@ require ( |
github.com/spf13/pflag v1.0.5 // indirect | github.com/spf13/pflag v1.0.5 // indirect | ||
golang.org/x/mod v0.12.0 // indirect | golang.org/x/mod v0.12.0 // indirect | ||
golang.org/x/oauth2 v0.12.0 // indirect | golang.org/x/oauth2 v0.12.0 // indirect | ||
golang.org/x/sys v0.13.0 // indirect | golang.org/x/sys v0.15.0 // indirect | ||
golang.org/x/term v0.13.0 // indirect | golang.org/x/term v0.15.0 // indirect | ||
golang.org/x/time v0.3.0 // indirect | golang.org/x/time v0.3.0 // indirect | ||
golang.org/x/tools v0.13.0 // indirect | golang.org/x/tools v0.13.0 // indirect | ||
google.golang.org/appengine v1.6.8 // indirect | google.golang.org/appengine v1.6.8 // indirect | ||
... | ... |
Please register or sign in to comment