Update x/sys/unix to fix AIX support

This commit is contained in:
Clément Chigot
2019-04-23 11:34:05 +02:00
parent 9b3cdde74f
commit 5521996833
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.2.2
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33
golang.org/x/sys v0.0.0-20190422165155-953cdadca894
)