diff options
| author | Shulhan <ms@kilabit.info> | 2021-01-14 00:24:24 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-01-20 02:14:39 +0700 |
| commit | 4f51cd8d9dee4fe57bf060ae66b9dd180e2625d3 (patch) | |
| tree | aa5a131727ac33e3ebf1835d4045f2577fab98f6 /go.mod | |
| parent | 312d77f0905c7c98d9c76c99946b2cf1e24353c4 (diff) | |
| download | rescached-4f51cd8d9dee4fe57bf060ae66b9dd180e2625d3.tar.xz | |
all: rewrite the web user interface and the APIs
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ module github.com/shuLhan/rescached-go/v3 -go 1.13 +go 1.14 -require github.com/shuLhan/share v0.22.1-0.20210111194332-8df2d3ff4b02 +require github.com/shuLhan/share v0.22.1-0.20210119183627-da9256c28c9c //replace github.com/shuLhan/share => ../share |
