aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2021-10-08 23:34:30 +0700
committerShulhan <ms@kilabit.info>2021-10-08 23:44:26 +0700
commitf4dba0f8bbdee869e64f1ff33b56329080f3a20d (patch)
tree2b56a2650f7669238bf9fbd63423fac7c7249f90 /go.mod
parentcd7bd3f1999a6c1f2efa8cb94ac5d351f59ba8a5 (diff)
downloadciigo-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.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 0ed1c2c..beb2abf 100644
--- a/go.mod
+++ b/go.mod
@@ -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