diff options
| author | Shulhan <ms@kilabit.info> | 2022-04-12 23:20:47 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-04-12 23:20:47 +0700 |
| commit | bb7ec2c3667a45f9a534b3f568cb5148f828a1a9 (patch) | |
| tree | 5cd39a13b0281cf855c946d8bc63da71f2fc8e49 /go.mod | |
| parent | 9e752edba9bcedfe1c1c3db98a5bc9778f220d2f (diff) | |
| download | rescached-bb7ec2c3667a45f9a534b3f568cb5148f828a1a9.tar.xz | |
cmd/resolver: use dns.NewClient to create new client
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
