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 | |
| parent | a1084b36db923f54bc1e0047ec4681626164260a (diff) | |
| download | asciidoctor-go-fa8f6829e59467d042c00d35964bb805b3e8c05d.tar.xz | |
go.mod: update all dependencies
| -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.19 -require github.com/shuLhan/share v0.47.0 +require github.com/shuLhan/share v0.50.0 //replace github.com/shuLhan/share => ../share @@ -1,2 +1,2 @@ -github.com/shuLhan/share v0.47.0 h1:x4sV+k0xs58M7UVAFHDq2XLCfKtL9FgFWMYxWEeRTZE= -github.com/shuLhan/share v0.47.0/go.mod h1:6CZtyEil0G4CbeuGzS/0fj6GW+BkhkvfrkKb0QhMkuI= +github.com/shuLhan/share v0.50.0 h1:L1TR7jsSOv5cDMkH4CapIzDp/Yisq5Xe16GMeQRCSMs= +github.com/shuLhan/share v0.50.0/go.mod h1:YEwLUwwBpDqPn5yxfdb0B8eFP04SKQxv5gMQwB4A+c4= |
