diff options
| author | Shulhan <ms@kilabit.info> | 2021-07-09 12:25:44 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-07-09 12:25:44 +0700 |
| commit | cd7bd3f1999a6c1f2efa8cb94ac5d351f59ba8a5 (patch) | |
| tree | 1cafbcea9f89b4f7110cb7d027ead48964276012 /go.mod | |
| parent | 464b9974e775ae2b430349064e14972f58201c12 (diff) | |
| download | ciigo-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
