From b0b73434f082183f2561a8514ef539a1c498caf3 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Thu, 27 Jul 2023 16:41:20 +0200 Subject: [PATCH] feat: without my own shuttle Signed-off-by: kjuulh --- actions/go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/actions/go.mod b/actions/go.mod index 11c47ae..ae900de 100644 --- a/actions/go.mod +++ b/actions/go.mod @@ -2,8 +2,6 @@ module actions go 1.20 -replace github.com/lunarway/shuttle => github.com/kjuulh/shuttle v0.0.0-20230407180512-4877329375cb - require ( dagger.io/dagger v0.6.0 github.com/containerd/containerd v1.7.0