diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-08-25 22:45:56 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-08-25 22:46:25 +0700 |
| commit | 0e957523760faf1aa44b7128a30ccd4cf6c6bc17 (patch) | |
| tree | 9cd332111eccd227752cbd1da22846aa90e92be5 /go.mod | |
| parent | 02eb7ad85df4e9d390e9ce13a62237f9934f762f (diff) | |
| download | rescached-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
