diff options
| author | Shulhan <ms@kilabit.info> | 2021-01-22 02:50:19 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-01-22 02:50:19 +0700 |
| commit | 2a1e1c368ce9c3a6105aa85192cbaa8fdcbd28bb (patch) | |
| tree | 4721d843e52c7c6dad28a83b50db4c4a808a7540 /go.mod | |
| parent | 4f51cd8d9dee4fe57bf060ae66b9dd180e2625d3 (diff) | |
| download | rescached-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
