diff options
| author | Shulhan <ms@kilabit.info> | 2021-04-06 19:32:50 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-04-06 19:45:04 +0700 |
| commit | 3a5ca1ea9d097b7c101d76301b6077c20bb8ad44 (patch) | |
| tree | 5454c1c9d9362284e1481664b93319e4ee862e0a /go.mod | |
| parent | 4c1ded163e57698b227cbee36ae7cad105e34af5 (diff) | |
| download | asciidoctor-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.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
