diff options
| author | Shulhan <ms@kilabit.info> | 2022-01-10 12:15:38 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-01-10 12:15:38 +0700 |
| commit | b48bc0e559cf94da8a4d270c9c28e728c5ea243b (patch) | |
| tree | a029e0d0e7b490892ad82270ccf5dd2aed5d275d /go.mod | |
| parent | 55bbd8309fd7ecb1c32d692471222c2cf08fac58 (diff) | |
| download | ciigo-b48bc0e559cf94da8a4d270c9c28e728c5ea243b.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.1-0.20211220053556-5748b1b96617 + github.com/shuLhan/share v0.33.0 ) //replace git.sr.ht/~shulhan/asciidoctor-go => ../asciidoctor-go |
