aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-09-02 02:29:59 +0700
committerShulhan <m.shulhan@gmail.com>2020-09-02 02:29:59 +0700
commitcaa995dad66a13723eeb5819eb0195e3b8ae828e (patch)
tree0a7d66775db3d2b0a778f073ce004de6ee42b348 /go.mod
parent32599e4c923886ef8fcd2b48eb0f84b0c53608b2 (diff)
downloadrescached-caa995dad66a13723eeb5819eb0195e3b8ae828e.tar.xz
go.mod: update with latest share module
Fix hostname not converted to lowercase when parsing hosts files.
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 d351252..96ed6af 100644
--- a/go.mod
+++ b/go.mod
@@ -2,6 +2,6 @@ module github.com/shuLhan/rescached-go/v3
go 1.13
-require github.com/shuLhan/share v0.18.1-0.20200825154056-1a09e8f2cc9b
+require github.com/shuLhan/share v0.18.1-0.20200901192627-2a7ed071ae68
//replace github.com/shuLhan/share => ../share