diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-08-17 23:07:31 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-08-17 23:07:31 +0700 |
| commit | ce1e52067f417342b99d8cc19f3585e058647b45 (patch) | |
| tree | edec2082937156bc0d0b6b5d61584bdbeadaf960 /go.sum | |
| parent | ca66000dc47ebd2e1bdb922f7b8970dc343af134 (diff) | |
| download | rescached-ce1e52067f417342b99d8cc19f3585e058647b45.tar.xz | |
all: implement web UI to manage master zone files
Currently, it allow user to add or remove new resource record from the
master zone file.
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.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= +github.com/shuLhan/share v0.18.1-0.20200817155128-38202b175d85 h1:iT2PU8J2qc0pdTb6X9oFYXWptjDykUTlkIn61LxJp+U= +github.com/shuLhan/share v0.18.1-0.20200817155128-38202b175d85/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= |
