diff options
| author | Shulhan <ms@kilabit.info> | 2023-03-03 00:50:09 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-03-03 00:50:09 +0700 |
| commit | aa557e46911e5d565ff161e665fb6a17caee717e (patch) | |
| tree | fa38fa5f16ddff7e7b6f3618825c45d0ca2efb74 /go.mod | |
| parent | 4af06e28b881ffcf660e9817ce24cb56c562134b (diff) | |
| download | rescached-aa557e46911e5d565ff161e665fb6a17caee717e.tar.xz | |
go.mod: update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,8 +6,8 @@ module github.com/shuLhan/rescached-go/v4 go 1.16 require ( - git.sr.ht/~shulhan/ciigo v0.9.0 - github.com/shuLhan/share v0.40.0 + git.sr.ht/~shulhan/ciigo v0.9.3 + github.com/shuLhan/share v0.44.0 ) //replace github.com/shuLhan/share => ../share |
