aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--go.mod2
-rw-r--r--go.sum4
2 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 8ced675..a35463b 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
module github.com/shuLhan/rescached-go
-require github.com/shuLhan/share v0.0.0-20181001045232-2aec82b746fe
+require github.com/shuLhan/share v0.1.0
diff --git a/go.sum b/go.sum
index 73f9a1b..d82f6cd 100644
--- a/go.sum
+++ b/go.sum
@@ -1,3 +1,3 @@
-github.com/shuLhan/share v0.0.0-20181001045232-2aec82b746fe h1:5j1SFKntKiU6jIyTAraaFpbb7FYCT+fxUmZPKtt3Bhg=
-github.com/shuLhan/share v0.0.0-20181001045232-2aec82b746fe/go.mod h1:L4OhM+hxrUdsb+Im+o06N/wz4hzfu29/R9lqueL4HJI=
+github.com/shuLhan/share v0.1.0 h1:sX3zCgH6Xwj/7SW/WxLAH35gVQPRfN2OkmBSt16bgF0=
+github.com/shuLhan/share v0.1.0/go.mod h1:L4OhM+hxrUdsb+Im+o06N/wz4hzfu29/R9lqueL4HJI=
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=