aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-09-06 23:09:55 +0700
committerShulhan <m.shulhan@gmail.com>2020-09-06 23:41:01 +0700
commit0394f3e56bb7387596c5fd6523bcabf2783ef2e7 (patch)
tree5f59233ba718c3660dc364ca4b76a7bf370b49b3 /go.mod
parentc122ae88063cb2034b9097f3c2c4ccf21f33869b (diff)
downloadrescached-0394f3e56bb7387596c5fd6523bcabf2783ef2e7.tar.xz
all: various changes
* Add function to search and remove non-local caches * Refactoring no how to create and remove record from hosts file
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 8dec8ed..31e4989 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.20200905152302-5cbbdcafdf1a
+require github.com/shuLhan/share v0.18.1-0.20200906162730-4535334330cf
//replace github.com/shuLhan/share => ../share