From 7d0d21ba8663ab7ff777a06f4b113337fa717ff3 Mon Sep 17 00:00:00 2001 From: T Date: Wed, 13 Aug 2025 16:48:58 -0600 Subject: go module in git.tjp.lol --- internal/commands/helpers.go | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'internal/commands/helpers.go') diff --git a/internal/commands/helpers.go b/internal/commands/helpers.go index a0c572b..cf2747d 100644 --- a/internal/commands/helpers.go +++ b/internal/commands/helpers.go @@ -3,8 +3,9 @@ package commands import ( "context" "errors" - "punchcard/internal/actions" - "punchcard/internal/queries" + + "git.tjp.lol/punchcard/internal/actions" + "git.tjp.lol/punchcard/internal/queries" ) // ErrNoActiveTimer is returned when trying to punch out but no timer is active @@ -29,4 +30,5 @@ func findProject(ctx context.Context, q *queries.Queries, projectRef string) (qu return queries.Project{}, err } return *project, nil -} \ No newline at end of file +} + -- cgit v1.2.3