summaryrefslogtreecommitdiff
path: root/model/new.go
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-05-02 15:17:55 +0200
committerewy <ewy0@protonmail.com>2026-05-02 15:17:55 +0200
commit10ee69de59f3e6f9cae79746c6ab9a6eb9603400 (patch)
treed1167d840f4cd58f648e30a188684ae94c01a131 /model/new.go
parent5087803ef84e95e4e208dbc90db0f9af89dd1b9a (diff)
update module path
Diffstat (limited to 'model/new.go')
-rw-r--r--model/new.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/model/new.go b/model/new.go
index 7753f65..dbafd87 100644
--- a/model/new.go
+++ b/model/new.go
@@ -2,8 +2,8 @@ package model
import (
"errors"
- "git.ewy.one/pik/flags"
- "git.ewy.one/pik/identity"
+ "git.ewy.one/pik.git/flags"
+ "git.ewy.one/pik.git/identity"
"io/fs"
"path/filepath"
"strings"