diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,10 +1,10 @@ module git.sr.ht/~shulhan/ciigo -go 1.13 +go 1.14 require ( - git.sr.ht/~shulhan/asciidoctor-go v0.0.0-20201123200439-ea961ec7d812 - github.com/shuLhan/share v0.20.2-0.20201122173411-e8b3bf5ee6e9 + git.sr.ht/~shulhan/asciidoctor-go v0.0.0-20201205130914-be765f32b57b + github.com/shuLhan/share v0.20.2-0.20201205202022-66069b9e49fe ) //replace git.sr.ht/~shulhan/asciidoctor-go => ../asciidoctor-go |
