diff options
| author | Shulhan <ms@kilabit.info> | 2021-10-09 02:46:15 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-10-09 02:46:15 +0700 |
| commit | f48d930a6baec91815fe63e01cb16c4a71867922 (patch) | |
| tree | d86a95606540ce2a686d97eb56746b90d2252286 /go.mod | |
| parent | f4dba0f8bbdee869e64f1ff33b56329080f3a20d (diff) | |
| download | ciigo-f48d930a6baec91815fe63e01cb16c4a71867922.tar.xz | |
go.mod: update share module to latest commits
This update fix HTTP server caching using ETag.
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.20211004182124-1c48dfa11a1b - github.com/shuLhan/share v0.30.1-0.20211008160752-cfd80fef36a1 + github.com/shuLhan/share v0.30.1-0.20211008193820-792ba17ac1f1 ) //replace git.sr.ht/~shulhan/asciidoctor-go => ../asciidoctor-go |
