From 148606ac40c32dd38ce8c86ff6385b3bc7551918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Sun, 11 Feb 2024 19:47:41 -0800 Subject: [PATCH] remove the last remnant of mage --- go.mod | 1 - 1 file changed, 1 deletion(-) diff --git a/go.mod b/go.mod index 487625e..234482f 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,6 @@ go 1.21.5 require ( github.com/charmbracelet/huh v0.3.0 github.com/charmbracelet/log v0.3.1 - github.com/magefile/mage v1.15.0 github.com/urfave/cli/v2 v2.27.1 )