Update hcsshim to v0.8.9
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
2
vendor/github.com/Microsoft/hcsshim/internal/runhcs/BUILD
generated
vendored
2
vendor/github.com/Microsoft/hcsshim/internal/runhcs/BUILD
generated
vendored
@@ -12,7 +12,7 @@ go_library(
|
||||
visibility = ["//vendor/github.com/Microsoft/hcsshim:__subpackages__"],
|
||||
deps = [
|
||||
"//vendor/github.com/Microsoft/go-winio:go_default_library",
|
||||
"//vendor/github.com/Microsoft/hcsshim/internal/guid:go_default_library",
|
||||
"//vendor/github.com/Microsoft/go-winio/pkg/guid:go_default_library",
|
||||
],
|
||||
)
|
||||
|
||||
|
2
vendor/github.com/Microsoft/hcsshim/internal/runhcs/container.go
generated
vendored
2
vendor/github.com/Microsoft/hcsshim/internal/runhcs/container.go
generated
vendored
@@ -10,7 +10,7 @@ import (
|
||||
"syscall"
|
||||
"time"
|
||||
|
||||
"github.com/Microsoft/hcsshim/internal/guid"
|
||||
"github.com/Microsoft/go-winio/pkg/guid"
|
||||
)
|
||||
|
||||
// ContainerState represents the platform agnostic pieces relating to a
|
||||
|
Reference in New Issue
Block a user