From 20b9aaca30f7caa5a7cdd05fe0c2e18f64b04a16 Mon Sep 17 00:00:00 2001 From: zhouguangyuan Date: Mon, 6 Dec 2021 09:16:24 +0800 Subject: all: update vendored golang.org/x/sys MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Ian Lance Taylor Reviewed-by: Tobias Klauser Reviewed-by: Keith Randall Run-TryBot: Ian Lance Taylor TryBot-Result: Gopher Robot --- src/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/go.mod') 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 ) -- cgit v1.2.1