diff options
| author | Shulhan <ms@kilabit.info> | 2021-10-08 23:34:30 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-10-08 23:44:26 +0700 |
| commit | f4dba0f8bbdee869e64f1ff33b56329080f3a20d (patch) | |
| tree | 2b56a2650f7669238bf9fbd63423fac7c7249f90 /go.mod | |
| parent | cd7bd3f1999a6c1f2efa8cb94ac5d351f59ba8a5 (diff) | |
| download | ciigo-f4dba0f8bbdee869e64f1ff33b56329080f3a20d.tar.xz | |
all: update share module to latest version
This update affect the Watcher due to changes on FileState.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ module git.sr.ht/~shulhan/ciigo go 1.16 require ( - git.sr.ht/~shulhan/asciidoctor-go v0.1.1-0.20210406124504-3a5ca1ea9d09 - github.com/shuLhan/share v0.28.1-0.20210709045022-0cd813b8ae8a + git.sr.ht/~shulhan/asciidoctor-go v0.1.1-0.20211004182124-1c48dfa11a1b + github.com/shuLhan/share v0.30.1-0.20211008160752-cfd80fef36a1 ) //replace git.sr.ht/~shulhan/asciidoctor-go => ../asciidoctor-go |
