From 8cf48e9602be031e04eb0097da6c76360beadf18 Mon Sep 17 00:00:00 2001 From: Luke Yang Date: Tue, 2 Jan 2024 11:45:43 -0500 Subject: [PATCH] wip --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 19e80e8a8d..4cec1557b2 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/containers/skopeo go 1.19 -replace github.com/containers/image/v5 v5.29.0 => github.com/lukewarmtemp/image/v5@dev +replace github.com/containers/image/v5 v5.29.0 => github.com/lukewarmtemp/image/v5 dev require ( github.com/containers/common v0.57.1