From 7574bb6ebff609b9a2889fc573ce3edce256e030 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 18 May 2020 21:47:45 +0700 Subject: all: implement the user interface to change configuration This is the first web UI (wui) where user can change configuration on the fly. The wui is implemented using svelte.dev and can be accessed on http://127.0.0.1:5380. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 529f86e..3945da1 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.0 +require github.com/shuLhan/share v0.15.1-0.20200516135503-9e0bd9a6fefc //replace github.com/shuLhan/share => ../share -- cgit v1.3