diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-09-06 23:09:55 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-09-06 23:41:01 +0700 |
| commit | 0394f3e56bb7387596c5fd6523bcabf2783ef2e7 (patch) | |
| tree | 5f59233ba718c3660dc364ca4b76a7bf370b49b3 /go.mod | |
| parent | c122ae88063cb2034b9097f3c2c4ccf21f33869b (diff) | |
| download | rescached-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
