diff options
| author | Shulhan <ms@kilabit.info> | 2021-12-06 16:39:24 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-12-06 16:39:24 +0700 |
| commit | 674f4d404ec30d363433b72b1c6fd5ffe8a4d1b6 (patch) | |
| tree | 632d1a17465c17d8adc10159a63ded9e9e0e68b4 /go.mod | |
| parent | 1c48dfa11a1ba94d08b9fa9a0708e83f4597e40b (diff) | |
| download | asciidoctor-go-674f4d404ec30d363433b72b1c6fd5ffe8a4d1b6.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
@@ -2,6 +2,6 @@ module git.sr.ht/~shulhan/asciidoctor-go go 1.16 -require github.com/shuLhan/share v0.30.0 +require github.com/shuLhan/share v0.32.0 //replace github.com/shuLhan/share => ../share |
