summaryrefslogtreecommitdiff
path: root/order
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-05-02 15:14:15 +0200
committerewy <ewy0@protonmail.com>2026-05-02 15:14:15 +0200
commit5087803ef84e95e4e208dbc90db0f9af89dd1b9a (patch)
treea2e963dd99b57d55a408ac8045d04c3cddc63c10 /order
parent43a46a1a3a50e08d5a774c73a2528b877ac29451 (diff)
update module path
Diffstat (limited to 'order')
-rw-r--r--order/order.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/order/order.go b/order/order.go
index 83c7dcb..b4bc0d2 100644
--- a/order/order.go
+++ b/order/order.go
@@ -2,11 +2,11 @@ package order
import (
"bufio"
+ "git.ewy.one/pik/describe"
+ "git.ewy.one/pik/identity"
"io"
"io/fs"
"os"
- "pik/describe"
- "pik/identity"
"strings"
)