diff options
| author | Shulhan <ms@kilabit.info> | 2022-05-17 22:23:56 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-05-17 22:23:56 +0700 |
| commit | be96c68a070474364690f0655b26dc8823eea293 (patch) | |
| tree | 865be014b691df971415ed413762a1c3109fd9ae /go.mod | |
| parent | b81cdaa1ea100424baa41c002969ab9060d0b1b8 (diff) | |
| download | rescached-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.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.37.1-0.20220515185109-7ba32baf0f1a +require github.com/shuLhan/share v0.37.1-0.20220517151646-345ee16b214a //replace github.com/shuLhan/share => ../share |
