diff options
| author | Shulhan <ms@kilabit.info> | 2024-03-26 16:05:13 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-03-26 16:05:13 +0700 |
| commit | bd4157bbd951d7207d5398006c98cebe483e459f (patch) | |
| tree | 15a870ec9b7ffca2b29bd3c307bb905ada43b021 /gotp_test.go | |
| parent | b1607d5902efab63c6dc5177f78268f69a66c2fc (diff) | |
| download | gotp-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 'gotp_test.go')
| -rw-r--r-- | gotp_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gotp_test.go b/gotp_test.go index 7743867..89bc18b 100644 --- a/gotp_test.go +++ b/gotp_test.go @@ -9,7 +9,7 @@ import ( "testing" "time" - "github.com/shuLhan/share/lib/test/mock" + "git.sr.ht/~shulhan/pakakeh.go/lib/test/mock" ) // Mock the termrw for reading passphrase. |
