aboutsummaryrefslogtreecommitdiff
path: root/src/go.mod
diff options
context:
space:
mode:
authorCherry Zhang <cherryyz@google.com>2020-09-25 13:24:08 -0400
committerCherry Zhang <cherryyz@google.com>2020-09-25 18:07:42 +0000
commit74c3b508ec8bc5643ba0e6a45f2b399d3c7a34ba (patch)
treece62e01bb6319e044f7810245b801eadb8729a43 /src/go.mod
parent989ab8a7d67c4111d71bd3a8bb2acbe38e16ff5b (diff)
downloadgo-74c3b508ec8bc5643ba0e6a45f2b399d3c7a34ba.tar.gz
go-74c3b508ec8bc5643ba0e6a45f2b399d3c7a34ba.zip
vendor, cmd/vendor: update vendored x/sys and x/net
Pick up GOOS=ios changes. This is done by cd $GOROOT/src go get -d golang.org/x/net@latest go mod tidy go mod vendor go get -d golang.org/x/sys@latest go mod tidy go mod vendor cd $GOROOT/src/cmd go get -d golang.org/x/sys@latest go mod tidy go mod vendor Updates #38485. Change-Id: Ic2b54febb1f851814c9d76c4b55a8837ac4779f8 Reviewed-on: https://go-review.googlesource.com/c/go/+/257618 Trust: Cherry Zhang <cherryyz@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to 'src/go.mod')
-rw-r--r--src/go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/go.mod b/src/go.mod
index b7de1ff5a4..86e3c8c5b7 100644
--- a/src/go.mod
+++ b/src/go.mod
@@ -4,7 +4,7 @@ go 1.16
require (
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
- golang.org/x/net v0.0.0-20200904194848-62affa334b73
- golang.org/x/sys v0.0.0-20200918174421-af09f7315aff // indirect
+ golang.org/x/net v0.0.0-20200925080053-05aa5d4ee321
+ golang.org/x/sys v0.0.0-20200923182605-d9f96fdee20d // indirect
golang.org/x/text v0.3.4-0.20200826142016-a8b467125457 // indirect
)