Skip to content

Commit

Permalink
Merge pull request google#1967 from jessfraz/vendor
Browse files Browse the repository at this point in the history
vendor: update docker import
  • Loading branch information
dashpole authored Jun 14, 2018
2 parents 198bf16 + d7df66e commit f834c0f
Show file tree
Hide file tree
Showing 236 changed files with 3,814 additions and 7,560 deletions.
144 changes: 60 additions & 84 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fs/fs.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ type CrioContext struct {
}

func NewFsInfo(context Context) (FsInfo, error) {
mounts, err := mount.GetMounts()
mounts, err := mount.GetMounts(nil)
if err != nil {
return nil, err
}
Expand Down
Loading

0 comments on commit f834c0f

Please sign in to comment.