File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
7
7
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
8
8
github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20230306123547-8075edf89bb0
9
9
github.com/Microsoft/go-winio v0.6.1
10
- github.com/Microsoft/hcsshim v0.12.0
10
+ github.com/Microsoft/hcsshim v0.12.2
11
11
github.com/checkpoint-restore/checkpointctl v1.1.0
12
12
github.com/checkpoint-restore/go-criu/v7 v7.1.0
13
13
github.com/containerd/btrfs/v2 v2.0.0
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
41
41
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 /go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo =
42
42
github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow =
43
43
github.com/Microsoft/go-winio v0.6.1 /go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM =
44
- github.com/Microsoft/hcsshim v0.12.0 h1:rbICA+XZFwrBef2Odk++0LjFvClNCJGRK+fsrP254Ts =
45
- github.com/Microsoft/hcsshim v0.12.0 /go.mod h1:RZV12pcHCXQ42XnlQ3pz6FZfmrC1C+R4gaOHhRNML1g =
44
+ github.com/Microsoft/hcsshim v0.12.2 h1:AcXy+yfRvrx20g9v7qYaJv5Rh+8GaHOS6b8G6Wx/nKs =
45
+ github.com/Microsoft/hcsshim v0.12.2 /go.mod h1:RZV12pcHCXQ42XnlQ3pz6FZfmrC1C+R4gaOHhRNML1g =
46
46
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc /go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc =
47
47
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf /go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0 =
48
48
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio =
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ github.com/Microsoft/go-winio/pkg/fs
21
21
github.com/Microsoft/go-winio/pkg/guid
22
22
github.com/Microsoft/go-winio/pkg/security
23
23
github.com/Microsoft/go-winio/vhd
24
- # github.com/Microsoft/hcsshim v0.12.0
24
+ # github.com/Microsoft/hcsshim v0.12.2
25
25
## explicit; go 1.21
26
26
github.com/Microsoft/hcsshim
27
27
github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/options
You can’t perform that action at this time.
0 commit comments