aboutsummaryrefslogtreecommitdiff
path: root/src/go.mod
diff options
context:
space:
mode:
authorBryan C. Mills <bcmills@google.com>2020-02-03 11:38:49 -0500
committerBryan C. Mills <bcmills@google.com>2020-02-19 21:26:10 +0000
commit729930869064b1c6989b70ef8517a101d42c7f9b (patch)
treeae556c5e411ab0c56fc9aa4482c188a8c05bcaec /src/go.mod
parent2f2e97c00cf7da51ed692ff9b3f214eea4df4090 (diff)
downloadgo-729930869064b1c6989b70ef8517a101d42c7f9b.tar.gz
go-729930869064b1c6989b70ef8517a101d42c7f9b.zip
all: update module dependencies
Updates #36905 Updates #36907 Change-Id: I293dcef67800d5c81ff3a254bbd49309c5880710 Reviewed-on: https://go-review.googlesource.com/c/go/+/217517 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to 'src/go.mod')
-rw-r--r--src/go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/go.mod b/src/go.mod
index a003f71b5a..c1741d2505 100644
--- a/src/go.mod
+++ b/src/go.mod
@@ -3,8 +3,8 @@ module std
go 1.14
require (
- golang.org/x/crypto v0.0.0-20200128174031-69ecbb4d6d5d
- golang.org/x/net v0.0.0-20191126235420-ef20fe5d7933
- golang.org/x/sys v0.0.0-20200201011859-915c9c3d4ccf // indirect
+ golang.org/x/crypto v0.0.0-20200214034016-1d94cc7ab1c6
+ golang.org/x/net v0.0.0-20200219183655-46282727080f
+ golang.org/x/sys v0.0.0-20200219091948-cb0a6d8edb6c // indirect
golang.org/x/text v0.3.3-0.20191031172631-4b67af870c6f // indirect
)