diff options
| author | Shulhan <ms@kilabit.info> | 2021-01-18 19:39:43 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-01-18 19:39:43 +0700 |
| commit | c4a4648f7176c90107a826d63ff27e27cbca98c4 (patch) | |
| tree | fae6abb99a0672ebfa247b7fac84aa8032171edd /go.mod | |
| parent | 69377243701b705787e7fa00f75fbf1c0a63fbdb (diff) | |
| download | awwan-0.2.1.tar.xz | |
go.mod: update with latest share modulev0.2.1
This fix the "#put" command on script.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,6 +2,6 @@ module git.sr.ht/~shulhan/awwan go 1.13 -require github.com/shuLhan/share v0.17.0 +require github.com/shuLhan/share v0.22.1-0.20210117183346-6c9e0f88f879 //replace github.com/shuLhan/share => ../share |
