aboutsummaryrefslogtreecommitdiff
path: root/src/vendor
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2019-04-30 16:04:50 -0400
committerRuss Cox <rsc@golang.org>2019-05-09 00:01:25 +0000
commit856b57e0d42f104e762b5df7701133c0aef4dc5f (patch)
treeae5b89e9db1d484a454a38a5baf086c7e0d8734b /src/vendor
parent41df5aeb7f02a47ff7ccf5002140b70b04a4fd46 (diff)
downloadgo-856b57e0d42f104e762b5df7701133c0aef4dc5f.tar.gz
go-856b57e0d42f104e762b5df7701133c0aef4dc5f.zip
cmd/go: diagnose go.mod and vendor out of sync in std and cmd
The most common failure mode of the current std/cmd setup is going to be people running "go get m@latest" and then not running "go mod vendor" and being confused about getting the old m. Diagnose and report what to do. Also, having done the check, when in the standard library, switch the go command to -mod=vendor mode. This avoids some network accesses I saw when running 'go clean -modcache' before doing some work in cmd. Change-Id: I0ba4a66637b67225a9b97a1c89f26f9015b41673 Reviewed-on: https://go-review.googlesource.com/c/go/+/174528 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Bryan C. Mills <bcmills@google.com>
Diffstat (limited to 'src/vendor')
-rw-r--r--src/vendor/modules.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/vendor/modules.txt b/src/vendor/modules.txt
index 75eb2a6e8d..9c4dee7bea 100644
--- a/src/vendor/modules.txt
+++ b/src/vendor/modules.txt
@@ -1,26 +1,26 @@
# golang.org/x/crypto v0.0.0-20190424203555-c05e17bb3b2d
golang.org/x/crypto/chacha20poly1305
golang.org/x/crypto/cryptobyte
+golang.org/x/crypto/cryptobyte/asn1
golang.org/x/crypto/curve25519
golang.org/x/crypto/hkdf
-golang.org/x/crypto/cryptobyte/asn1
golang.org/x/crypto/internal/chacha20
golang.org/x/crypto/internal/subtle
golang.org/x/crypto/poly1305
# golang.org/x/net v0.0.0-20190424112056-4829fb13d2c6
golang.org/x/net/dns/dnsmessage
-golang.org/x/net/lif
-golang.org/x/net/route
golang.org/x/net/http/httpguts
golang.org/x/net/http/httpproxy
golang.org/x/net/http2/hpack
golang.org/x/net/idna
+golang.org/x/net/lif
golang.org/x/net/nettest
+golang.org/x/net/route
# golang.org/x/sys v0.0.0-20190425145619-16072639606e
golang.org/x/sys/cpu
golang.org/x/sys/unix
# golang.org/x/text v0.3.2
golang.org/x/text/secure/bidirule
+golang.org/x/text/transform
golang.org/x/text/unicode/bidi
golang.org/x/text/unicode/norm
-golang.org/x/text/transform