diff options
| author | Shulhan <ms@kilabit.info> | 2018-11-30 08:54:41 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2018-11-30 08:54:41 +0700 |
| commit | 5d5d18d3ca894b3d7ef84f010f04afdb7ead3319 (patch) | |
| tree | 26f284c4730d256936e39e1e8f646303d2c8180c | |
| parent | a998c701a7d33901e1b93db3499ec5964dbbda0c (diff) | |
| download | rescached-5d5d18d3ca894b3d7ef84f010f04afdb7ead3319.tar.xz | |
go.mod: update dependencies
| -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= |
