aboutsummaryrefslogtreecommitdiff
path: root/go.sum
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2018-09-08 12:45:44 +0700
committerShulhan <ms@kilabit.info>2018-09-08 12:45:44 +0700
commitd7a4ca4bba4d037ca1afd7b524f5d7a86c2980d0 (patch)
tree12b303572fd9c636cd5a57b8763147661e5bfeb7 /go.sum
parent5e4e1820ef21eed9a261a97627b2498527df61fd (diff)
downloadrescached-d7a4ca4bba4d037ca1afd7b524f5d7a86c2980d0.tar.xz
Update response TTL every time message is requested by client
Previously, when a message is requested for the second time, the TTL does not updated, which make the TTL values are same with first request.
Diffstat (limited to 'go.sum')
-rw-r--r--go.sum4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.sum b/go.sum
index 758587c..ce8431f 100644
--- a/go.sum
+++ b/go.sum
@@ -1,3 +1,3 @@
-github.com/shuLhan/share v0.0.0-20180906145933-210f1d0bafee h1:ILTRXzWn3MhQsUG2SJSg+3qWhh1XH6db1PX2AFVBBdk=
-github.com/shuLhan/share v0.0.0-20180906145933-210f1d0bafee/go.mod h1:iFVEXaCAWMpiS3yOJySqq5kCyTCuIxO849OcEATHi7E=
+github.com/shuLhan/share v0.0.0-20180908053539-b391610a0968 h1:9l5yzn9RQQ+mn2NjQNsGRdTZfj4wNHaRNjpUoswa9EE=
+github.com/shuLhan/share v0.0.0-20180908053539-b391610a0968/go.mod h1:iFVEXaCAWMpiS3yOJySqq5kCyTCuIxO849OcEATHi7E=
golang.org/x/sys v0.0.0-20180906133057-8cf3aee42992/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=