Update golang.org/x/sys to add linux/ppc support

This package as recently updated to add support for Linux on
32-bit PowerPC (ppc), implemented by gccgo.

Signed-off-by: Ben Hutchings <ben.hutchings@essensium.com>
This commit is contained in:
Ben Hutchings
2021-04-29 17:53:39 +02:00
parent 8d2ce532ff
commit b538d8f1a1
59 changed files with 3389 additions and 187 deletions

2
go.mod
View File

@@ -53,7 +53,7 @@ require (
go.etcd.io/bbolt v1.3.5
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
golang.org/x/sys v0.0.0-20210324051608-47abb6519492
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887
google.golang.org/grpc v1.33.2
gotest.tools/v3 v3.0.3
k8s.io/api v0.20.6