aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-11-23 00:35:57 +0700
committerShulhan <m.shulhan@gmail.com>2020-11-23 00:36:37 +0700
commitf14e27f9be408ae34ac7f3d6d15eaa9fbede8cee (patch)
tree00bddb2720d8e090c57c7da561bafcc51483ddfd /go.mod
parentf1c0969da998942ea3ef77d041b276b46ec685a6 (diff)
downloadasciidoctor-go-f14e27f9be408ae34ac7f3d6d15eaa9fbede8cee.tar.xz
go.mod: update with latest share module
Support the new improvement on test.Assert() function.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 205d98b..51b55ad 100644
--- a/go.mod
+++ b/go.mod
@@ -2,6 +2,6 @@ module git.sr.ht/~shulhan/asciidoctor-go
go 1.13
-require github.com/shuLhan/share v0.20.2-0.20201115083351-06c798790997
+require github.com/shuLhan/share v0.20.2-0.20201122173411-e8b3bf5ee6e9
//replace github.com/shuLhan/share => ../share