diff options
| author | Shulhan <ms@kilabit.info> | 2022-09-04 22:33:29 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-09-04 22:33:29 +0700 |
| commit | 42cc6b8a786b02ee8147400a80f2ef4fb5379a01 (patch) | |
| tree | 972649f49528a807411aacbdcb2a6b143fb9b720 | |
| parent | b8e20a54ac6fab854dcf508e7fa645d927dba892 (diff) | |
| download | asciidoctor-go-42cc6b8a786b02ee8147400a80f2ef4fb5379a01.tar.xz | |
all: update share module to v0.41.0
| -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.40.0 +require github.com/shuLhan/share v0.41.0 //replace github.com/shuLhan/share => ../share @@ -1,2 +1,2 @@ -github.com/shuLhan/share v0.40.0 h1:C0c1lfKLzogUStIiYJecoTTP9TrEDMz64la1Y1l8Wl0= -github.com/shuLhan/share v0.40.0/go.mod h1:hb3Kis5s4jPume4YD15JELE67naFybtuALshhh9TlOg= +github.com/shuLhan/share v0.41.0 h1:l6kdC+9g7HWnoxIDbE8uDgwjWLw2uKgNKrowB6D8DTc= +github.com/shuLhan/share v0.41.0/go.mod h1:cC9WPeieVTmmqASTwNRdYl6F5PEQdkR2ox7xY1pS6LI= |
