diff options
| author | Shulhan <ms@kilabit.info> | 2024-03-21 16:51:56 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-03-21 16:52:51 +0700 |
| commit | 842206eacafa273b63beee4ab8a7de3b000dfa73 (patch) | |
| tree | 29d403e511ee52a9f9b19ca99a2a36ecb3dafe6c /cmd/resolver/resolver.go | |
| parent | 1b8a3151bbb15322bd22bbff841803c6bc9cd7d0 (diff) | |
| download | rescached-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/resolver/resolver.go')
| -rw-r--r-- | cmd/resolver/resolver.go | 4 |
1 files changed, 2 insertions, 2 deletions
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 ( |
