diff options
| author | Shulhan <ms@kilabit.info> | 2024-03-21 17:39:02 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-03-21 17:39:02 +0700 |
| commit | 570b2f04afb2d78d3ddf4fe850988ce98bccac2f (patch) | |
| tree | e480542e32b491495fa2fe77ae295ca23376be17 /cmd/resolver | |
| parent | 842206eacafa273b63beee4ab8a7de3b000dfa73 (diff) | |
| download | rescached-570b2f04afb2d78d3ddf4fe850988ce98bccac2f.tar.xz | |
all: move repository to SourceHut
Diffstat (limited to 'cmd/resolver')
| -rw-r--r-- | cmd/resolver/main.go | 2 | ||||
| -rw-r--r-- | cmd/resolver/resolver.go | 3 |
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 ( |
