diff options
| author | Shulhan <ms@kilabit.info> | 2023-10-14 11:32:21 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-10-14 11:32:21 +0700 |
| commit | fa8f6829e59467d042c00d35964bb805b3e8c05d (patch) | |
| tree | 5adf6b83950e4408a4a8a393b55c9ef486255817 /go.mod | |
| parent | a1084b36db923f54bc1e0047ec4681626164260a (diff) | |
| download | asciidoctor-go-fa8f6829e59467d042c00d35964bb805b3e8c05d.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.47.0 +require github.com/shuLhan/share v0.50.0 //replace github.com/shuLhan/share => ../share |
