diff options
| author | Shulhan <ms@kilabit.info> | 2022-10-20 02:34:06 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-10-20 02:34:06 +0700 |
| commit | dc6f1e2a3e720b706dbf945ae6b608199f630fb4 (patch) | |
| tree | 8aecf0f708dad7cc2a7a0b1b3368d45bf7d3aa3e /go.mod | |
| parent | c06ee9cee05df478b00d5605f9432f23ce6d40f9 (diff) | |
| download | asciidoctor-go-dc6f1e2a3e720b706dbf945ae6b608199f630fb4.tar.xz | |
go.mod: update the share module
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,6 +5,6 @@ module git.sr.ht/~shulhan/asciidoctor-go go 1.18 -require github.com/shuLhan/share v0.41.0 +require github.com/shuLhan/share v0.41.2 //replace github.com/shuLhan/share => ../share |
