aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-04-12 23:20:47 +0700
committerShulhan <ms@kilabit.info>2022-04-12 23:20:47 +0700
commitbb7ec2c3667a45f9a534b3f568cb5148f828a1a9 (patch)
tree5cd39a13b0281cf855c946d8bc63da71f2fc8e49 /go.mod
parent9e752edba9bcedfe1c1c3db98a5bc9778f220d2f (diff)
downloadrescached-bb7ec2c3667a45f9a534b3f568cb5148f828a1a9.tar.xz
cmd/resolver: use dns.NewClient to create new client
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 3d36d22..6e205b7 100644
--- a/go.mod
+++ b/go.mod
@@ -5,6 +5,6 @@ module github.com/shuLhan/rescached-go/v4
go 1.16
-require github.com/shuLhan/share v0.36.1-0.20220405193722-429a9d9205ba
+require github.com/shuLhan/share v0.36.1-0.20220411183137-8422dd7cdee8
//replace github.com/shuLhan/share => ../share