summaryrefslogtreecommitdiff
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
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
-rw-r--r--go.mod2
-rw-r--r--go.sum4
2 files changed, 3 insertions, 3 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
diff --git a/go.sum b/go.sum
index a663e47..b592c1a 100644
--- a/go.sum
+++ b/go.sum
@@ -1,5 +1,5 @@
-github.com/shuLhan/share v0.37.1-0.20220515185109-7ba32baf0f1a h1:oPnmtXR6+fpUE6Yx4TuhVsa4AnNvFq6HbtWxCStjcbQ=
-github.com/shuLhan/share v0.37.1-0.20220515185109-7ba32baf0f1a/go.mod h1:laKGR1DNboj8+INRIC9VFYRiVEu/IIjrLurUmTHXkw0=
+github.com/shuLhan/share v0.37.1-0.20220517151646-345ee16b214a h1:ObIeMvsFoBxPX+ejNUVl/w8ziKfr9cbAB8ELN3FnlTI=
+github.com/shuLhan/share v0.37.1-0.20220517151646-345ee16b214a/go.mod h1:laKGR1DNboj8+INRIC9VFYRiVEu/IIjrLurUmTHXkw0=
golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd h1:O7DYs+zxREGLKzKoMQrtrEacpb0ZVXA5rIwylE2Xchk=