summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2021-01-21 01:03:41 +0700
committerShulhan <ms@kilabit.info>2021-01-21 01:03:41 +0700
commit40f7537d5ae64cb8ab49ca2378298df09bdcb396 (patch)
tree65f8f5181d728a364770673ef0e21f5d50ac2415 /go.mod
parent8d78e329735cd759f2172fba270c21ec4422f9de (diff)
downloadciigo-0.4.1.tar.xz
Release ciigo v0.4.1 (2021-01-21)v0.4.1
Update to latest share module. Fix the HTTP server not auto-reload the new changes if DEBUG value is non-zero.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index add4db7..7f68117 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,7 @@ go 1.14
require (
git.sr.ht/~shulhan/asciidoctor-go v0.0.0-20201226102329-36285ff15434
- github.com/shuLhan/share v0.22.1-0.20210109185915-0490a19341d9
+ github.com/shuLhan/share v0.22.1-0.20210119190757-af448011d167
)
//replace git.sr.ht/~shulhan/asciidoctor-go => ../asciidoctor-go