Skip to content

Commit

Permalink
[release/2.8] vendor: golang.org/x/net v0.17.0 (#4118)
Browse files Browse the repository at this point in the history
  • Loading branch information
milosgajdos committed Oct 19, 2023
2 parents d85b88a + 80cc199 commit 3c82e8a
Show file tree
Hide file tree
Showing 106 changed files with 101,965 additions and 11,621 deletions.
5 changes: 4 additions & 1 deletion script/validate/vendor
Expand Up @@ -3,7 +3,10 @@
set -eu -o pipefail

rm -rf vendor/
vndr |& grep -v -i clone
# Prevent the data directory from being pruned; this directory does not contain
# go source files (causing vndr to prune it), however these files are used by
# golang.org/x/net/publicsuffix through go:embed.
vndr -whitelist golang.org/x/net/publicsuffix/data |& grep -v -i clone

DIFF_PATH="vendor/"
DIFF=$(git status --porcelain -- "$DIFF_PATH")
Expand Down
3 changes: 2 additions & 1 deletion vendor.conf
Expand Up @@ -37,7 +37,8 @@ github.com/yvasiyarov/go-metrics 57bccd1ccd43f94bb17fdd8bf3007059b802f85e
github.com/yvasiyarov/gorelic a9bba5b9ab508a086f9a12b8c51fab68478e2128
github.com/yvasiyarov/newrelic_platform_go b21fdbd4370f3717f3bbd2bf41c223bc273068e6
golang.org/x/crypto c10c31b5e94b6f7a0283272dc2bb27163dcea24b
golang.org/x/net 4876518f9e71663000c348837735820161a42df7
golang.org/x/net b225e7ca6dde1ef5a5ae5ce922861bda011cfabd # v0.17.0
golang.org/x/text f488e191e67ed95a5b9b7b39024e5a5f5f1ffd02 # v0.13.0
golang.org/x/oauth2 045497edb6234273d67dbc25da3f2ddbc4c4cacf
golang.org/x/time a4bde12657593d5e90d0533a3e4fd95e635124cb
google.golang.org/api 9bf6e6e569ff057f75d9604a46c52928f17d2b54
Expand Down
3 changes: 0 additions & 3 deletions vendor/golang.org/x/net/README

This file was deleted.

18 changes: 18 additions & 0 deletions vendor/golang.org/x/net/README.md

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

0 comments on commit 3c82e8a

Please sign in to comment.