aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-05-17 22:23:56 +0700
committerShulhan <ms@kilabit.info>2022-05-17 22:23:56 +0700
commitbe96c68a070474364690f0655b26dc8823eea293 (patch)
tree865be014b691df971415ed413762a1c3109fd9ae /go.mod
parentb81cdaa1ea100424baa41c002969ab9060d0b1b8 (diff)
downloadrescached-be96c68a070474364690f0655b26dc8823eea293.tar.xz
all: update share module
345ee16 lib/dns: return the removed record on caches RemoveCachesByRR a44f87f lib/dns: disable JSON marshaling Zone Records field 3f8e9c6 lib/dns: print the field Value on ResourceRecord Stringer instead of rdlen
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 e755623..3a3d110 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.37.1-0.20220515185109-7ba32baf0f1a
+require github.com/shuLhan/share v0.37.1-0.20220517151646-345ee16b214a
//replace github.com/shuLhan/share => ../share