aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/rescached/main.go4
-rw-r--r--cmd/resolver/resolver.go4
-rw-r--r--cmd/resolverbench/main.go2
3 files changed, 5 insertions, 5 deletions
diff --git a/cmd/rescached/main.go b/cmd/rescached/main.go
index 3123936..58bcf57 100644
--- a/cmd/rescached/main.go
+++ b/cmd/rescached/main.go
@@ -20,8 +20,8 @@ import (
"time"
"git.sr.ht/~shulhan/ciigo"
- "github.com/shuLhan/share/lib/debug"
- "github.com/shuLhan/share/lib/memfs"
+ "git.sr.ht/~shulhan/pakakeh.go/lib/debug"
+ "git.sr.ht/~shulhan/pakakeh.go/lib/memfs"
"github.com/shuLhan/rescached-go/v4"
)
diff --git a/cmd/resolver/resolver.go b/cmd/resolver/resolver.go
index 4b5e59a..6e1c956 100644
--- a/cmd/resolver/resolver.go
+++ b/cmd/resolver/resolver.go
@@ -16,9 +16,9 @@ import (
"strings"
"time"
+ "git.sr.ht/~shulhan/pakakeh.go/lib/dns"
+ libnet "git.sr.ht/~shulhan/pakakeh.go/lib/net"
"github.com/shuLhan/rescached-go/v4"
- "github.com/shuLhan/share/lib/dns"
- libnet "github.com/shuLhan/share/lib/net"
)
const (
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() {