diff options
| author | Shulhan <ms@kilabit.info> | 2023-11-05 12:27:33 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-11-05 12:27:33 +0700 |
| commit | 3d54e38bac45dfe2e33dd0860e4eb49702d9d52e (patch) | |
| tree | 5e72f2642447561992f5c7b6a390181b973a07ad /go.mod | |
| parent | fa8f6829e59467d042c00d35964bb805b3e8c05d (diff) | |
| download | asciidoctor-go-3d54e38bac45dfe2e33dd0860e4eb49702d9d52e.tar.xz | |
go.mod: update all dependencies
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.50.0 +require github.com/shuLhan/share v0.50.1 //replace github.com/shuLhan/share => ../share |
