aboutsummaryrefslogtreecommitdiff
path: root/src/go.mod
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/go.mod
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/go.mod')
-rw-r--r--src/go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/go.mod b/src/go.mod
index 90af2a7ea0..8d8c89b5fb 100644
--- a/src/go.mod
+++ b/src/go.mod
@@ -1,6 +1,6 @@
module std
-go 1.12
+go 1.14
require (
golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8