aboutsummaryrefslogtreecommitdiff
path: root/cmd/resolver
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/resolver')
-rw-r--r--cmd/resolver/main.go2
-rw-r--r--cmd/resolver/resolver.go3
2 files changed, 3 insertions, 2 deletions
diff --git a/cmd/resolver/main.go b/cmd/resolver/main.go
index 33ae64d..fee579c 100644
--- a/cmd/resolver/main.go
+++ b/cmd/resolver/main.go
@@ -10,7 +10,7 @@ import (
"os"
"strings"
- "github.com/shuLhan/rescached-go/v4"
+ "git.sr.ht/~shulhan/rescached"
)
// List of valid commands.
diff --git a/cmd/resolver/resolver.go b/cmd/resolver/resolver.go
index 6e1c956..37564f2 100644
--- a/cmd/resolver/resolver.go
+++ b/cmd/resolver/resolver.go
@@ -18,7 +18,8 @@ import (
"git.sr.ht/~shulhan/pakakeh.go/lib/dns"
libnet "git.sr.ht/~shulhan/pakakeh.go/lib/net"
- "github.com/shuLhan/rescached-go/v4"
+
+ "git.sr.ht/~shulhan/rescached"
)
const (