aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2021-01-22 02:50:19 +0700
committerShulhan <ms@kilabit.info>2021-01-22 02:50:19 +0700
commit2a1e1c368ce9c3a6105aa85192cbaa8fdcbd28bb (patch)
tree4721d843e52c7c6dad28a83b50db4c4a808a7540 /go.mod
parent4f51cd8d9dee4fe57bf060ae66b9dd180e2625d3 (diff)
downloadrescached-2a1e1c368ce9c3a6105aa85192cbaa8fdcbd28bb.tar.xz
_www: display the list of caches in front page
When user open the rescached web interface, the front page will render and refresh the list of non-local caches per 10 seconds.
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 2c383a0..669d368 100644
--- a/go.mod
+++ b/go.mod
@@ -2,6 +2,6 @@ module github.com/shuLhan/rescached-go/v3
go 1.14
-require github.com/shuLhan/share v0.22.1-0.20210119183627-da9256c28c9c
+require github.com/shuLhan/share v0.22.1-0.20210121194620-62d4a5af43bb
//replace github.com/shuLhan/share => ../share