aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2021-04-06 19:32:50 +0700
committerShulhan <ms@kilabit.info>2021-04-06 19:45:04 +0700
commit3a5ca1ea9d097b7c101d76301b6077c20bb8ad44 (patch)
tree5454c1c9d9362284e1481664b93319e4ee862e0a /go.mod
parent4c1ded163e57698b227cbee36ae7cad105e34af5 (diff)
downloadasciidoctor-go-3a5ca1ea9d097b7c101d76301b6077c20bb8ad44.tar.xz
go.mod: set minimum Go version to 1.16 and update module share to v0.25.1
The latest update on share v0.25.1 remove the last boolean parameter on lib/test.Assert().
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 76b739b..a58b376 100644
--- a/go.mod
+++ b/go.mod
@@ -1,7 +1,7 @@
module git.sr.ht/~shulhan/asciidoctor-go
-go 1.15
+go 1.16
-require github.com/shuLhan/share v0.24.0
+require github.com/shuLhan/share v0.25.1
//replace github.com/shuLhan/share => ../share