aboutsummaryrefslogtreecommitdiff
path: root/cmd/resolverbench
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-03-21 16:51:56 +0700
committerShulhan <ms@kilabit.info>2024-03-21 16:52:51 +0700
commit842206eacafa273b63beee4ab8a7de3b000dfa73 (patch)
tree29d403e511ee52a9f9b19ca99a2a36ecb3dafe6c /cmd/resolverbench
parent1b8a3151bbb15322bd22bbff841803c6bc9cd7d0 (diff)
downloadrescached-842206eacafa273b63beee4ab8a7de3b000dfa73.tar.xz
all: replace module "share" with "pakakeh.go"
The module "share" has been moved to new repository at SourceHut and we rename it to make it more unique instead of common English words "share".
Diffstat (limited to 'cmd/resolverbench')
-rw-r--r--cmd/resolverbench/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/resolverbench/main.go b/cmd/resolverbench/main.go
index 0821d29..653573b 100644
--- a/cmd/resolverbench/main.go
+++ b/cmd/resolverbench/main.go
@@ -10,7 +10,7 @@ import (
"os"
"time"
- "github.com/shuLhan/share/lib/dns"
+ "git.sr.ht/~shulhan/pakakeh.go/lib/dns"
)
func usage() {