aboutsummaryrefslogtreecommitdiff
path: root/common_test.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-07-06 16:19:22 +0700
committerShulhan <ms@kilabit.info>2025-07-06 16:19:22 +0700
commit76e44f0c738325ec7c1a64b2302a08320a8102b3 (patch)
tree9df3b5851c20d062815329b1463bfffbe8a80fff /common_test.go
parentbae56a2010ece755e3fb664b2428d0aaf73b4a9b (diff)
downloadbeku-76e44f0c738325ec7c1a64b2302a08320a8102b3.tar.xz
all: replace module github.com/shuLhan/share with pakakeh.go
Diffstat (limited to 'common_test.go')
-rw-r--r--common_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common_test.go b/common_test.go
index 0ca0fea..d774f54 100644
--- a/common_test.go
+++ b/common_test.go
@@ -7,7 +7,7 @@ package beku
import (
"testing"
- "github.com/shuLhan/share/lib/test"
+ "git.sr.ht/~shulhan/pakakeh.go/lib/test"
)
func TestGetCompareURL(t *testing.T) {