summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 2 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index 0a6fc71..eb95635 100644
--- a/go.mod
+++ b/go.mod
@@ -1,11 +1,7 @@
module github.com/shuLhan/rescached-go/v4
-go 1.14
+go 1.16
-require (
- github.com/shuLhan/share v0.22.1-0.20210124101421-f76dc891e371
- golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
- golang.org/x/sys v0.0.0-20210123111255-9b0068b26619 // indirect
-)
+require github.com/shuLhan/share v0.28.0
//replace github.com/shuLhan/share => ../share