diff options
| author | Shulhan <ms@kilabit.info> | 2021-12-20 17:33:26 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-12-20 17:33:26 +0700 |
| commit | 55bbd8309fd7ecb1c32d692471222c2cf08fac58 (patch) | |
| tree | 687a935c1a097458de636ef48f0ce5b4345c40ab /go.mod | |
| parent | b9320bece5c6b2c91bb75540299922b5b6d4a2f1 (diff) | |
| download | ciigo-55bbd8309fd7ecb1c32d692471222c2cf08fac58.tar.xz | |
go.mod: update to latest share module
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ go 1.16 require ( git.sr.ht/~shulhan/asciidoctor-go v0.1.1 - github.com/shuLhan/share v0.32.0 + github.com/shuLhan/share v0.32.1-0.20211220053556-5748b1b96617 ) //replace git.sr.ht/~shulhan/asciidoctor-go => ../asciidoctor-go |
