summaryrefslogtreecommitdiff
path: root/src/go.mod
diff options
context:
space:
mode:
authorzhouguangyuan <zhouguangyuan.xian@gmail.com>2021-12-06 09:16:24 +0800
committerIan Lance Taylor <iant@golang.org>2021-12-06 14:32:58 +0000
commit20b9aaca30f7caa5a7cdd05fe0c2e18f64b04a16 (patch)
tree47471e2bcd0570b5665872c0ff50e65216cff7eb /src/go.mod
parentecf6b52b7f4ba6e8c98f25adf9e83773fe908829 (diff)
downloadgo-git-20b9aaca30f7caa5a7cdd05fe0c2e18f64b04a16.tar.gz
all: update vendored golang.org/x/sys
Update the vendored x/sys to pick up CL 368994, which remove the declaration of function darwinSupportsAVX512 in cpu/cpu_gc_x86.go. The following commands were used:   go get -d golang.org/x/sys@97ca703d548df069cb02aacea9efc3093ffdc3c4   go mod tidy   go mod vendor Fixes #49942 Change-Id: I05162a051f572bf8599be198a6033384b7d19445 Reviewed-on: https://go-review.googlesource.com/c/go/+/369454 Trust: Emmanuel Odeke <emmanuel@orijtech.com> Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Keith Randall <khr@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
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 d26e4960b3..24d034b810 100644
--- a/src/go.mod
+++ b/src/go.mod
@@ -8,6 +8,6 @@ require (
)
require (
- golang.org/x/sys v0.0.0-20211109065445-02f5c0300f6e // indirect
+ golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
golang.org/x/text v0.3.8-0.20211105212822-18b340fc7af2 // indirect
)