From 5087803ef84e95e4e208dbc90db0f9af89dd1b9a Mon Sep 17 00:00:00 2001 From: ewy Date: Sat, 2 May 2026 15:14:15 +0200 Subject: update module path --- runner/stub.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runner/stub.go') diff --git a/runner/stub.go b/runner/stub.go index 9899b0d..e64e57f 100644 --- a/runner/stub.go +++ b/runner/stub.go @@ -3,8 +3,8 @@ package runner import ( + "git.ewy.one/pik/model" "os/exec" - "pik/model" ) // Stub is the most minimal and useless implementation of the target interface. It only panics. Use if you need a target-compliant struct. -- cgit v1.3.1