diff options
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/rescached/main.go | 2 | ||||
| -rw-r--r-- | cmd/resolver/main.go | 2 | ||||
| -rw-r--r-- | cmd/resolver/resolver.go | 3 |
3 files changed, 4 insertions, 3 deletions
diff --git a/cmd/rescached/main.go b/cmd/rescached/main.go index 58bcf57..2eba5c9 100644 --- a/cmd/rescached/main.go +++ b/cmd/rescached/main.go @@ -23,7 +23,7 @@ import ( "git.sr.ht/~shulhan/pakakeh.go/lib/debug" "git.sr.ht/~shulhan/pakakeh.go/lib/memfs" - "github.com/shuLhan/rescached-go/v4" + "git.sr.ht/~shulhan/rescached" ) const ( 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 ( |
