diff options
| author | Shulhan <ms@kilabit.info> | 2022-03-04 23:00:42 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-03-04 23:10:00 +0700 |
| commit | 0d599952507e22339cd81fe2f8668aa44218ecab (patch) | |
| tree | acf235480d1987ebd491ea0358a378353c371aa4 /go.mod | |
| parent | 88478fdaa0a324569658232787d9bd96eb2ac0d6 (diff) | |
| download | ciigo-0d599952507e22339cd81fe2f8668aa44218ecab.tar.xz | |
all: update asciidoctor-go and share modules to latest version
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,8 +6,8 @@ module git.sr.ht/~shulhan/ciigo go 1.16 require ( - git.sr.ht/~shulhan/asciidoctor-go v0.1.2-0.20220216163141-be8999f3656c - github.com/shuLhan/share v0.34.1-0.20220228185459-8f0a22c2f5e9 + git.sr.ht/~shulhan/asciidoctor-go v0.2.0 + github.com/shuLhan/share v0.35.0 ) //replace git.sr.ht/~shulhan/asciidoctor-go => ../asciidoctor-go |
