aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2018-09-27 10:41:35 +0700
committerShulhan <ms@kilabit.info>2018-09-27 12:41:48 +0700
commit76435b74028f4d87781f4c2ff71eba396d27f027 (patch)
tree31407107b37f4b32b44beea696685a6a48d5fb01
parent4f07ef170198f092b0f137d4674aa58e69bfe5d4 (diff)
downloadrescached-76435b74028f4d87781f4c2ff71eba396d27f027.tar.xz
go.mod: update dependency
-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 c1efbeb..9495f4f 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-20180927011243-599ff9596eff
+require github.com/shuLhan/share v0.0.0-20180927054111-72b646c76eed
diff --git a/go.sum b/go.sum
index 04893b3..bca6af9 100644
--- a/go.sum
+++ b/go.sum
@@ -1,3 +1,3 @@
-github.com/shuLhan/share v0.0.0-20180927011243-599ff9596eff h1:pvCF5bqwxqAqoKYaKzXHfOFn2aXWi7xZVIEQExG9dD4=
-github.com/shuLhan/share v0.0.0-20180927011243-599ff9596eff/go.mod h1:L4OhM+hxrUdsb+Im+o06N/wz4hzfu29/R9lqueL4HJI=
+github.com/shuLhan/share v0.0.0-20180927054111-72b646c76eed h1:peZm4+MRR6JKiPiY8VB7FYgl8KiMb0K2h8y9DUgIVXk=
+github.com/shuLhan/share v0.0.0-20180927054111-72b646c76eed/go.mod h1:L4OhM+hxrUdsb+Im+o06N/wz4hzfu29/R9lqueL4HJI=
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=