aboutsummaryrefslogtreecommitdiff
path: root/src/vendor
diff options
context:
space:
mode:
authorBryan C. Mills <bcmills@google.com>2019-10-01 15:48:17 -0400
committerBryan C. Mills <bcmills@google.com>2019-10-09 18:12:31 +0000
commit1736f3a126ce0980e2584aebb35c94e8b33b1bfb (patch)
tree4f8cc7232a36b9d4195fd3862cd539244b05ae53 /src/vendor
parentdae8e719614f6e3d2e4e66071e5c91964b404676 (diff)
downloadgo-1736f3a126ce0980e2584aebb35c94e8b33b1bfb.tar.gz
go-1736f3a126ce0980e2584aebb35c94e8b33b1bfb.zip
cmd/go: automatically check and use vendored packages
This implements the proposal described in https://golang.org/issue/33848#issuecomment-537222782. Fixes #33848 Change-Id: Ia34d6500ca396b6aa644b920233716c6b83ef729 Reviewed-on: https://go-review.googlesource.com/c/go/+/198319 Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Jay Conrod <jayconrod@google.com>
Diffstat (limited to 'src/vendor')
-rw-r--r--src/vendor/modules.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vendor/modules.txt b/src/vendor/modules.txt
index 453a312661..c0f37845b0 100644
--- a/src/vendor/modules.txt
+++ b/src/vendor/modules.txt
@@ -1,4 +1,5 @@
# golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8
+## explicit
golang.org/x/crypto/chacha20poly1305
golang.org/x/crypto/cryptobyte
golang.org/x/crypto/cryptobyte/asn1
@@ -8,6 +9,7 @@ golang.org/x/crypto/internal/chacha20
golang.org/x/crypto/internal/subtle
golang.org/x/crypto/poly1305
# golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7
+## explicit
golang.org/x/net/dns/dnsmessage
golang.org/x/net/http/httpguts
golang.org/x/net/http/httpproxy
@@ -17,8 +19,10 @@ golang.org/x/net/lif
golang.org/x/net/nettest
golang.org/x/net/route
# golang.org/x/sys v0.0.0-20190529130038-5219a1e1c5f8
+## explicit
golang.org/x/sys/cpu
# golang.org/x/text v0.3.2
+## explicit
golang.org/x/text/secure/bidirule
golang.org/x/text/transform
golang.org/x/text/unicode/bidi