vendor in containers/storage v1.24.1 containers/image v5.8,1

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2020-11-19 16:29:39 -05:00
parent 0f4dc80c99
commit 901f7e9c47
14 changed files with 389 additions and 285 deletions

View File

@@ -26,6 +26,7 @@ func HomeDir() (string, error) {
return
}
homeDir, homeDirErr = usr.HomeDir, nil
return
}
homeDir, homeDirErr = home, nil
})