aboutsummaryrefslogtreecommitdiff
path: root/cli.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-03-26 16:05:13 +0700
committerShulhan <ms@kilabit.info>2024-03-26 16:05:13 +0700
commitbd4157bbd951d7207d5398006c98cebe483e459f (patch)
tree15a870ec9b7ffca2b29bd3c307bb905ada43b021 /cli.go
parentb1607d5902efab63c6dc5177f78268f69a66c2fc (diff)
downloadgotp-bd4157bbd951d7207d5398006c98cebe483e459f.tar.xz
all: replace module "share" with "pakakeh.go"
The "share" module has been moved to moved from github, to sourcehut.
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".