aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-08-25 22:45:56 +0700
committerShulhan <m.shulhan@gmail.com>2020-08-25 22:46:25 +0700
commit0e957523760faf1aa44b7128a30ccd4cf6c6bc17 (patch)
tree9cd332111eccd227752cbd1da22846aa90e92be5 /go.mod
parent02eb7ad85df4e9d390e9ce13a62237f9934f762f (diff)
downloadrescached-0e957523760faf1aa44b7128a30ccd4cf6c6bc17.tar.xz
go.mod: update with latest share package
Add second parameter to method PopulateCachesByXxx for clearity.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 02fc61e..d351252 100644
--- a/go.mod
+++ b/go.mod
@@ -2,6 +2,6 @@ module github.com/shuLhan/rescached-go/v3
go 1.13
-require github.com/shuLhan/share v0.18.1-0.20200823145520-86dabdd111c2
+require github.com/shuLhan/share v0.18.1-0.20200825154056-1a09e8f2cc9b
//replace github.com/shuLhan/share => ../share