aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-05-29 00:50:05 +0700
committerShulhan <ms@kilabit.info>2022-06-09 23:50:27 +0700
commitb4e49485f815db682def487191c129f8904d85eb (patch)
tree6b790b2e65b493682b0e10253fc028e4fce6c6c1 /go.mod
parent5c354863c9c6fcc080f2407e6f7adea41fa4371d (diff)
downloadrescached-b4e49485f815db682def487191c129f8904d85eb.tar.xz
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.
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 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