diff options
| author | Shulhan <ms@kilabit.info> | 2022-02-06 02:08:35 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-02-06 02:08:35 +0700 |
| commit | 94a061f0e433b1855cbbefd8bc22602c5febe6cd (patch) | |
| tree | 42353315561205f7d8c1accd2c2b8d79bb7d5bb3 /go.mod | |
| parent | 6c55e3320c38d00e765386af861a3456ee5617bc (diff) | |
| download | asciidoctor-go-94a061f0e433b1855cbbefd8bc22602c5febe6cd.tar.xz | |
go.mod: update share module to v0.34.0
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/asciidoctor-go go 1.16 -require github.com/shuLhan/share v0.32.0 +require github.com/shuLhan/share v0.34.0 //replace github.com/shuLhan/share => ../share |
