From 4eed3e4100d8f218511d63b850585e7789ab2e62 Mon Sep 17 00:00:00 2001 From: Sean Yen Date: Mon, 16 Oct 2023 09:50:03 -0700 Subject: [PATCH] go mod tidy. --- go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 14c44a62c117..c661fca9a2ec 100644 --- a/go.mod +++ b/go.mod @@ -86,7 +86,7 @@ replace ( ) require ( - github.com/Microsoft/hcsshim v0.11.0 + github.com/Microsoft/hcsshim v0.11.1 github.com/Mirantis/cri-dockerd v0.0.0-00010101000000-000000000000 github.com/blang/semver/v4 v4.0.0 github.com/cloudnativelabs/kube-router/v2 v2.0.0-00010101000000-000000000000 @@ -185,7 +185,6 @@ require ( github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab // indirect github.com/MakeNowJust/heredoc v1.0.0 // indirect github.com/Microsoft/go-winio v0.6.1 // indirect - github.com/Microsoft/hcsshim v0.11.1 // indirect github.com/NYTimes/gziphandler v1.1.1 // indirect github.com/Rican7/retry v0.1.0 // indirect github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect