From 20b5f6135ad7622f0125690aed84f64e1302f97d Mon Sep 17 00:00:00 2001 From: Patrick Dewey <57921252+ptdewey@users.noreply.github.com> Date: Fri, 5 Dec 2025 15:49:24 -0500 Subject: [PATCH] fix: tui go.mod package path fix --- cmd/shutter/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/shutter/go.mod b/cmd/shutter/go.mod index 0f5f3a8..ecfdf20 100644 --- a/cmd/shutter/go.mod +++ b/cmd/shutter/go.mod @@ -1,4 +1,4 @@ -module github.com/ptdewey/shutter/cmd/tui +module github.com/ptdewey/shutter/cmd/shutter go 1.25.2 -- 2.51.2