diff options
| author | Shulhan <ms@kilabit.info> | 2023-03-02 23:02:01 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-03-02 23:02:01 +0700 |
| commit | 7059665463bd648321fbd8c4b9227ead65767975 (patch) | |
| tree | 96160468d8b5260ec31f20c15f946af1b044bf69 | |
| parent | 35c7edc6cb26bf63fc8cf1f61d5e33fc9ee620ef (diff) | |
| download | asciidoctor-go-7059665463bd648321fbd8c4b9227ead65767975.tar.xz | |
all: update share modules
| -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.43.0 +require github.com/shuLhan/share v0.44.0 //replace github.com/shuLhan/share => ../share @@ -1,2 +1,2 @@ -github.com/shuLhan/share v0.43.0 h1:WEaMg7WIX6YAvDphQjbPSZqz/ubuotRtD7Fq4zGO8Wc= -github.com/shuLhan/share v0.43.0/go.mod h1:nus6RSASS+5P1ZUe89ciJZyp3v+IY1xqLdKwtnuGsaA= +github.com/shuLhan/share v0.44.0 h1:Afom8pQrzNYtUZM53y+eqlZw5lkFm7bgl3QjZ3ARsgg= +github.com/shuLhan/share v0.44.0/go.mod h1:BnjohSsgDFMeYQ0/ws7kzb1oABZdVbEwDNGbUhOLee4= |
