diff options
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | go.sum | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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 @@ -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= |
