aboutsummaryrefslogtreecommitdiff
path: root/config_test.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 /config_test.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 'config_test.go')
-rw-r--r--config_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config_test.go b/config_test.go
index be61e5c..51b3020 100644
--- a/config_test.go
+++ b/config_test.go
@@ -6,7 +6,7 @@ package gotp
import (
"testing"
- "github.com/shuLhan/share/lib/test"
+ "git.sr.ht/~shulhan/pakakeh.go/lib/test"
)
func TestNewConfig(t *testing.T) {