Skip to content

Commit

Permalink
Bump golang.org/x/net from 0.10.0 to 0.17.0
Browse files Browse the repository at this point in the history
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.17.0.
- [Commits](golang/net@v0.10.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 19, 2023
1 parent 1129560 commit fdebd9b
Show file tree
Hide file tree
Showing 7 changed files with 483 additions and 11 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ require (
github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect
github.com/prometheus/common v0.44.0 // indirect
github.com/prometheus/procfs v0.11.1 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/term v0.13.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
Expand Down
474 changes: 473 additions & 1 deletion go.sum

Large diffs are not rendered by default.

Binary file modified vendor/golang.org/x/net/publicsuffix/data/children
Binary file not shown.
Binary file modified vendor/golang.org/x/net/publicsuffix/data/nodes
Binary file not shown.
2 changes: 1 addition & 1 deletion vendor/golang.org/x/net/publicsuffix/data/text

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions vendor/golang.org/x/net/publicsuffix/table.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ github.com/sirupsen/logrus
# golang.org/x/crypto v0.14.0
## explicit; go 1.17
golang.org/x/crypto/ssh/terminal
# golang.org/x/net v0.10.0
# golang.org/x/net v0.17.0
## explicit; go 1.17
golang.org/x/net/publicsuffix
# golang.org/x/sys v0.13.0
Expand Down

0 comments on commit fdebd9b

Please sign in to comment.