aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2021-07-09 12:25:44 +0700
committerShulhan <ms@kilabit.info>2021-07-09 12:25:44 +0700
commitcd7bd3f1999a6c1f2efa8cb94ac5d351f59ba8a5 (patch)
tree1cafbcea9f89b4f7110cb7d027ead48964276012 /go.mod
parent464b9974e775ae2b430349064e14972f58201c12 (diff)
downloadciigo-cd7bd3f1999a6c1f2efa8cb94ac5d351f59ba8a5.tar.xz
go.mod: upgrade share module to v0.28.1-0.20210709045022-0cd813b8ae8a
This upgrade affect the Server due to field Memfs has been removed from lib/http.Server.
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 60d62e7..0ed1c2c 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,7 @@ go 1.16
require (
git.sr.ht/~shulhan/asciidoctor-go v0.1.1-0.20210406124504-3a5ca1ea9d09
- github.com/shuLhan/share v0.25.1
+ github.com/shuLhan/share v0.28.1-0.20210709045022-0cd813b8ae8a
)
//replace git.sr.ht/~shulhan/asciidoctor-go => ../asciidoctor-go