File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/containernetworking/plugins
33go 1.20
44
55require (
6- github.com/Microsoft/hcsshim v0.12.1
6+ github.com/Microsoft/hcsshim v0.12.2
77 github.com/alexflint/go-filemutex v1.3.0
88 github.com/buger/jsonparser v1.1.1
99 github.com/containernetworking/cni v1.1.2
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT
22github.com/BurntSushi/toml v0.3.1 /go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU =
33github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow =
44github.com/Microsoft/go-winio v0.6.1 /go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM =
5- github.com/Microsoft/hcsshim v0.12.1 h1:ahSMCguNOQMvTV7wWLknLhpieyqA2hUyEb3j6R+6B/c =
6- github.com/Microsoft/hcsshim v0.12.1 /go.mod h1:RZV12pcHCXQ42XnlQ3pz6FZfmrC1C+R4gaOHhRNML1g =
5+ github.com/Microsoft/hcsshim v0.12.2 h1:AcXy+yfRvrx20g9v7qYaJv5Rh+8GaHOS6b8G6Wx/nKs =
6+ github.com/Microsoft/hcsshim v0.12.2 /go.mod h1:RZV12pcHCXQ42XnlQ3pz6FZfmrC1C+R4gaOHhRNML1g =
77github.com/alexflint/go-filemutex v1.3.0 h1:LgE+nTUWnQCyRKbpoceKZsPQbs84LivvgwUymZXdOcM =
88github.com/alexflint/go-filemutex v1.3.0 /go.mod h1:U0+VA/i30mGBlLCrFPGtTe9y6wGQfNAWPBTekHQ+c8A =
99github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs =
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ github.com/Microsoft/go-winio/internal/socket
66github.com/Microsoft/go-winio/internal/stringbuffer
77github.com/Microsoft/go-winio/pkg/guid
88github.com/Microsoft/go-winio/vhd
9- # github.com/Microsoft/hcsshim v0.12.1
9+ # github.com/Microsoft/hcsshim v0.12.2
1010## explicit; go 1.21
1111github.com/Microsoft/hcsshim
1212github.com/Microsoft/hcsshim/computestorage
You can’t perform that action at this time.
0 commit comments