diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-11-23 00:35:57 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-11-23 00:36:37 +0700 |
| commit | f14e27f9be408ae34ac7f3d6d15eaa9fbede8cee (patch) | |
| tree | 00bddb2720d8e090c57c7da561bafcc51483ddfd /go.mod | |
| parent | f1c0969da998942ea3ef77d041b276b46ec685a6 (diff) | |
| download | asciidoctor-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
