summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-11-05 12:27:33 +0700
committerShulhan <ms@kilabit.info>2023-11-05 12:27:33 +0700
commit3d54e38bac45dfe2e33dd0860e4eb49702d9d52e (patch)
tree5e72f2642447561992f5c7b6a390181b973a07ad
parentfa8f6829e59467d042c00d35964bb805b3e8c05d (diff)
downloadasciidoctor-go-3d54e38bac45dfe2e33dd0860e4eb49702d9d52e.tar.xz
go.mod: update all dependencies
-rw-r--r--go.mod2
-rw-r--r--go.sum4
2 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 892e466..1c664c5 100644
--- a/go.mod
+++ b/go.mod
@@ -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
diff --git a/go.sum b/go.sum
index fa58572..2abf8b1 100644
--- a/go.sum
+++ b/go.sum
@@ -1,2 +1,2 @@
-github.com/shuLhan/share v0.50.0 h1:L1TR7jsSOv5cDMkH4CapIzDp/Yisq5Xe16GMeQRCSMs=
-github.com/shuLhan/share v0.50.0/go.mod h1:YEwLUwwBpDqPn5yxfdb0B8eFP04SKQxv5gMQwB4A+c4=
+github.com/shuLhan/share v0.50.1 h1:R4yDLdITKttJJhWJDeYvW1fA6FIEr2IMqvEn395JiaM=
+github.com/shuLhan/share v0.50.1/go.mod h1:dUE7xqEzT8HZRy8vvfFzrFJ+6a6chXwaPmC4hYB68QU=