Simplify Utsname string conversion (#716)

* Update golang.org/x/sys/unix

This allows to use simplified string conversion of Utsname members.

* Simplify Utsname string conversion

Use Utsname from golang.org/x/sys/unix which contains byte array
instead of int8/uint8 array members. This allows to simplify the string
conversions of these members.
This commit is contained in:
Tobias Klauser 2017-11-02 11:57:14 +01:00 committed by Johannes 'fish' Ziemke
commit d73f1e60c4
123 changed files with 1958 additions and 538 deletions

6
vendor/vendor.json vendored
View file

@ -231,10 +231,10 @@
"revisionTime": "2017-10-03T05:09:24Z"
},
{
"checksumSHA1": "uggjqMBFNJd11oNco2kbkAT641w=",
"checksumSHA1": "fGI0otWWIlwqEhJDgXdhdLlUJzM=",
"path": "golang.org/x/sys/unix",
"revision": "314a259e304ff91bd6985da2a7149bbf91237993",
"revisionTime": "2017-07-19T03:44:26Z"
"revision": "95c6576299259db960f6c5b9b69ea52422860fce",
"revisionTime": "2017-10-30T10:08:44Z"
},
{
"checksumSHA1": "pBPFzDGt3AVSRffB7ffiUnruFUk=",