diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-07-25 02:39:33 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-07-26 03:48:51 +0700 |
| commit | 954a8f071deff27d0434027e4787e72fbd7880d4 (patch) | |
| tree | 9c77cef7ba8edcaaee18b5b629ffae29ce04015c /go.sum | |
| parent | 53918e8b3fc8a68f7f88e6ece0706e1ae049a8e5 (diff) | |
| download | rescached-954a8f071deff27d0434027e4787e72fbd7880d4.tar.xz | |
all: implement UI to create, update, delete hosts file in hosts.d
The UI will update (insert or remove) the records on cache on the fly.
Diffstat (limited to 'go.sum')
| -rw-r--r-- | go.sum | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -github.com/shuLhan/share v0.16.0 h1:IldAfUlqf+csek1zpHzW2FJFuYm0tLYv8RrSyIkt5As= -github.com/shuLhan/share v0.16.0/go.mod h1:FqPloTQlDTAmMXxaWft/V5tPmxEHBJeyJMAzVm4/1og= +github.com/shuLhan/share v0.17.1-0.20200725201814-b5ac956c00fd h1:vZ4tbQWkXSrJ6d/2WfTbtnTXFmge7s1375ul5X/E8YQ= +github.com/shuLhan/share v0.17.1-0.20200725201814-b5ac956c00fd/go.mod h1:FqPloTQlDTAmMXxaWft/V5tPmxEHBJeyJMAzVm4/1og= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20200602180216-279210d13fed/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= |
