aboutsummaryrefslogtreecommitdiff
path: root/cli.go
diff options
context:
space:
mode:
Diffstat (limited to 'cli.go')
-rw-r--r--cli.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli.go b/cli.go
index f3c675f..a28f40a 100644
--- a/cli.go
+++ b/cli.go
@@ -12,8 +12,8 @@ import (
"sort"
"strings"
- libos "github.com/shuLhan/share/lib/os"
- "github.com/shuLhan/share/lib/totp"
+ libos "git.sr.ht/~shulhan/pakakeh.go/lib/os"
+ "git.sr.ht/~shulhan/pakakeh.go/lib/totp"
)
// Readme embed the README.md, rendered in "gotp help".