From 5087803ef84e95e4e208dbc90db0f9af89dd1b9a Mon Sep 17 00:00:00 2001 From: ewy Date: Sat, 2 May 2026 15:14:15 +0200 Subject: update module path --- run/run.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'run/run.go') diff --git a/run/run.go b/run/run.go index efbd01b..c6de62c 100644 --- a/run/run.go +++ b/run/run.go @@ -2,11 +2,11 @@ package run import ( "fmt" + "git.ewy.one/pik/env" + "git.ewy.one/pik/flags" + "git.ewy.one/pik/menu" + "git.ewy.one/pik/model" "os" - "pik/env" - "pik/flags" - "pik/menu" - "pik/model" "slices" ) -- cgit v1.3.1