diff options
| author | Shulhan <ms@kilabit.info> | 2022-05-29 00:50:05 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-06-09 23:50:27 +0700 |
| commit | b4e49485f815db682def487191c129f8904d85eb (patch) | |
| tree | 6b790b2e65b493682b0e10253fc028e4fce6c6c1 /go.mod | |
| parent | 5c354863c9c6fcc080f2407e6f7adea41fa4371d (diff) | |
| download | rescached-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
