diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -5,6 +5,9 @@ module github.com/shuLhan/rescached-go/v4 go 1.16 -require github.com/shuLhan/share v0.37.1-0.20220517151646-345ee16b214a +require ( + git.sr.ht/~shulhan/ciigo v0.8.1 + github.com/shuLhan/share v0.37.1-0.20220517151646-345ee16b214a +) //replace github.com/shuLhan/share => ../share |
