build: fix freebsd/aarch64

by updating golang:sys dependency

This was original reported here:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242456

And originally fixed upstream here:
https://go.googlesource.com/sys/+/33540a1f6037
This commit is contained in:
Ben Woods
2020-02-01 13:23:47 +08:00
committed by Christian Schwarz
parent 4ba85c40cc
commit e2b9c16959
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -32,6 +32,6 @@ require (
github.com/zrepl/yaml-config v0.0.0-20190928121844-af7ca3f8448f
golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/sys v0.0.0-20191010194322-b09406accb47
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
google.golang.org/grpc v1.17.0
)