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 | |
| parent | 1469a3cae77976a36462b2d990f6deca0fe352ac (diff) | |
| download | asciidoctor-go-511b22c4f4d46e5ece3d346d15b11d54edf25a0e.tar.xz | |
go.mod: update share module to v0.43.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.41.2 +require github.com/shuLhan/share v0.43.0 //replace github.com/shuLhan/share => ../share @@ -1,2 +1,2 @@ -github.com/shuLhan/share v0.41.2 h1:8fWCDqnQQJLeGt9FCv/wD+M1ypjAApYQez8xkHTMKpo= -github.com/shuLhan/share v0.41.2/go.mod h1:nus6RSASS+5P1ZUe89ciJZyp3v+IY1xqLdKwtnuGsaA= +github.com/shuLhan/share v0.43.0 h1:WEaMg7WIX6YAvDphQjbPSZqz/ubuotRtD7Fq4zGO8Wc= +github.com/shuLhan/share v0.43.0/go.mod h1:nus6RSASS+5P1ZUe89ciJZyp3v+IY1xqLdKwtnuGsaA= |
