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 | |
| parent | c06ee9cee05df478b00d5605f9432f23ce6d40f9 (diff) | |
| download | asciidoctor-go-dc6f1e2a3e720b706dbf945ae6b608199f630fb4.tar.xz | |
go.mod: update the share module
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | go.sum | 4 |
2 files changed, 3 insertions, 3 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 @@ -1,2 +1,2 @@ -github.com/shuLhan/share v0.41.0 h1:l6kdC+9g7HWnoxIDbE8uDgwjWLw2uKgNKrowB6D8DTc= -github.com/shuLhan/share v0.41.0/go.mod h1:cC9WPeieVTmmqASTwNRdYl6F5PEQdkR2ox7xY1pS6LI= +github.com/shuLhan/share v0.41.2 h1:8fWCDqnQQJLeGt9FCv/wD+M1ypjAApYQez8xkHTMKpo= +github.com/shuLhan/share v0.41.2/go.mod h1:nus6RSASS+5P1ZUe89ciJZyp3v+IY1xqLdKwtnuGsaA= |
