diff options
author | Matthew Heon <mheon@redhat.com> | 2021-05-20 13:15:00 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2021-05-20 13:30:25 -0400 |
commit | 902507513cdddbf121cc4d2c751c9a429ffbe286 (patch) | |
tree | 9e4dac83d19bd79396bfb8a1dd79591eda6fabc4 /vendor/github.com/Microsoft/hcsshim/interface.go | |
parent | fe0595683a05c0f0307e07f0cce29f6ae0b3d310 (diff) | |
download | podman-902507513cdddbf121cc4d2c751c9a429ffbe286.tar.gz podman-902507513cdddbf121cc4d2c751c9a429ffbe286.tar.bz2 podman-902507513cdddbf121cc4d2c751c9a429ffbe286.zip |
Updated vendors of c/image, c/storage, Buildah
Last PR before 3.2.0-RC2
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'vendor/github.com/Microsoft/hcsshim/interface.go')
-rw-r--r-- | vendor/github.com/Microsoft/hcsshim/interface.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/Microsoft/hcsshim/interface.go b/vendor/github.com/Microsoft/hcsshim/interface.go index 5b91e0cc5..300eb5996 100644 --- a/vendor/github.com/Microsoft/hcsshim/interface.go +++ b/vendor/github.com/Microsoft/hcsshim/interface.go @@ -4,7 +4,7 @@ import ( "io" "time" - "github.com/Microsoft/hcsshim/internal/schema1" + "github.com/Microsoft/hcsshim/internal/hcs/schema1" ) // ProcessConfig is used as both the input of Container.CreateProcess |