diff options
| author | Shulhan <ms@kilabit.info> | 2023-06-04 16:06:12 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-06-04 16:06:12 +0700 |
| commit | 191fe5d486492ec3b564f77d4c3708f2fa3201e5 (patch) | |
| tree | 0c69acfd55f2bc744749cfe88a35ed59b9cd989f /go.mod | |
| parent | 4e0507b62393b8461b29cda7565f685d79b58ca3 (diff) | |
| download | asciidoctor-go-191fe5d486492ec3b564f77d4c3708f2fa3201e5.tar.xz | |
go.mod: update share module to v0.47.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.19 -require github.com/shuLhan/share v0.46.0 +require github.com/shuLhan/share v0.47.0 //replace github.com/shuLhan/share => ../share |
