From be96c68a070474364690f0655b26dc8823eea293 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Tue, 17 May 2022 22:23:56 +0700 Subject: 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 --- go.mod | 2 +- go.sum | 4 ++-- 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= -- cgit v1.3