bump containerd/zfs and dependencies
temporarily adds both pborman/uuid and google/uuid, pending mistifyio/go-zfs#72 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
2
vendor/github.com/mistifyio/go-zfs/utils.go
generated
vendored
2
vendor/github.com/mistifyio/go-zfs/utils.go
generated
vendored
@@ -48,7 +48,7 @@ func (c *command) Run(arg ...string) ([][]string, error) {
|
||||
if err != nil {
|
||||
return nil, &Error{
|
||||
Err: err,
|
||||
Debug: strings.Join([]string{cmd.Path, joinedArgs}, " "),
|
||||
Debug: strings.Join([]string{cmd.Path, joinedArgs[1:]}, " "),
|
||||
Stderr: stderr.String(),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user