aboutsummaryrefslogtreecommitdiff
path: root/src/vendor
diff options
context:
space:
mode:
authorFilippo Valsorda <filippo@golang.org>2019-08-11 14:34:32 -0400
committerFilippo Valsorda <filippo@golang.org>2019-08-12 20:14:38 +0000
commit45504066d7eb369b5be47429806e64d2ba6eb43a (patch)
tree6882ef8bb96dc5f1b338eb78990f5ab4384e095f /src/vendor
parent8b058cfbcec5dc3002ddd6cedc7070ff946b2257 (diff)
downloadgo-45504066d7eb369b5be47429806e64d2ba6eb43a.tar.gz
go-45504066d7eb369b5be47429806e64d2ba6eb43a.zip
src/go.mod: sync golang.org/x/net with h2_bundle.go
The bundle included changes from a commit after the one referred to by the go.mod, probably due to cmd/bundle using the GOPATH source. Identified with the new go/packages based cmd/bundle from CL 189818. $ go get golang.org/x/net@461777fb6f $ go mod tidy $ go mod vendor $ go generate net/http # with CL 189818 Also, updated the socks_bundle.go generate command to drop obsolete options and match h2_bundle.go. It caused no output changes. Updates #32031 Change-Id: I0322d4e842dbfdad749455111072ca4872a62ad4 Reviewed-on: https://go-review.googlesource.com/c/go/+/189897 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to 'src/vendor')
-rw-r--r--src/vendor/modules.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vendor/modules.txt b/src/vendor/modules.txt
index f18965e405..20f261bf83 100644
--- a/src/vendor/modules.txt
+++ b/src/vendor/modules.txt
@@ -7,7 +7,7 @@ golang.org/x/crypto/hkdf
golang.org/x/crypto/internal/chacha20
golang.org/x/crypto/internal/subtle
golang.org/x/crypto/poly1305
-# golang.org/x/net v0.0.0-20190607172144-d5cec3884524
+# golang.org/x/net v0.0.0-20190607181551-461777fb6f67
golang.org/x/net/dns/dnsmessage
golang.org/x/net/http/httpguts
golang.org/x/net/http/httpproxy