From b4e49485f815db682def487191c129f8904d85eb Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sun, 29 May 2022 00:50:05 +0700 Subject: go.mod: update to share module v0.38.0 This changes affect the dns Server where all caches related methods has been moved to field Caches. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index ff88ca5..16b3625 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ go 1.16 require ( git.sr.ht/~shulhan/ciigo v0.8.1 - github.com/shuLhan/share v0.37.1-0.20220517151646-345ee16b214a + github.com/shuLhan/share v0.38.0 ) //replace github.com/shuLhan/share => ../share -- cgit v1.3