aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-06-02 01:31:30 +0700
committerShulhan <m.shulhan@gmail.com>2020-07-26 03:48:51 +0700
commite643e59ae5aaac660682b04b2b09e3bf3c399fac (patch)
treed5dfa732ba8ac1628de7869e625f4f9740d4ac3b /go.mod
parentb1b190cfb830305e4fddd2b8bf8264984b41f3e3 (diff)
downloadrescached-e643e59ae5aaac660682b04b2b09e3bf3c399fac.tar.xz
all: store the loaded hosts and master files
To be able to edit the hosts or master file through web UI, we need to store it some where. This changes is premilinary commit before we add the actual UI to edit 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 3945da1..321d444 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.15.1-0.20200516135503-9e0bd9a6fefc
+require github.com/shuLhan/share v0.15.1-0.20200601173406-840f49c04de3
//replace github.com/shuLhan/share => ../share