-
- Downloads
chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 (#89)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. - [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.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>
... | ... | @@ -17,7 +17,7 @@ require ( |
github.com/sirupsen/logrus v1.9.0 | ||
github.com/urfave/cli v1.22.5 | ||
go.mongodb.org/mongo-driver v1.11.3 | ||
golang.org/x/crypto v0.17.0 | ||
golang.org/x/crypto v0.21.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
... | ... | @@ -75,9 +75,9 @@ require ( |
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect | ||
go.opencensus.io v0.24.0 // indirect | ||
golang.org/x/arch v0.3.0 // indirect | ||
golang.org/x/net v0.17.0 // indirect | ||
golang.org/x/net v0.23.0 // indirect | ||
golang.org/x/sync v0.1.0 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | ||
golang.org/x/sys v0.18.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment