diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-06-02 01:31:30 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-07-26 03:48:51 +0700 |
| commit | e643e59ae5aaac660682b04b2b09e3bf3c399fac (patch) | |
| tree | d5dfa732ba8ac1628de7869e625f4f9740d4ac3b /go.mod | |
| parent | b1b190cfb830305e4fddd2b8bf8264984b41f3e3 (diff) | |
| download | rescached-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.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.15.1-0.20200516135503-9e0bd9a6fefc +require github.com/shuLhan/share v0.15.1-0.20200601173406-840f49c04de3 //replace github.com/shuLhan/share => ../share |
