diff options
| author | Shulhan <ms@kilabit.info> | 2023-02-12 13:19:33 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-02-12 13:19:33 +0700 |
| commit | 511b22c4f4d46e5ece3d346d15b11d54edf25a0e (patch) | |
| tree | 567996e56ee151b1366f2484d496c3012b773bc3 /go.mod | |
| parent | 1469a3cae77976a36462b2d990f6deca0fe352ac (diff) | |
| download | asciidoctor-go-511b22c4f4d46e5ece3d346d15b11d54edf25a0e.tar.xz | |
go.mod: update share module to v0.43.0
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.2 +require github.com/shuLhan/share v0.43.0 //replace github.com/shuLhan/share => ../share |
