diff options
| author | 2025-08-31 18:40:13 +0700 | |
|---|---|---|
| committer | 2025-08-31 18:40:13 +0700 | |
| commit | 6af14241ff2c8050753f1d6ac702a938a017a839 (patch) | |
| tree | 29400fa749d7bc87ed30cc924e486791f8f72867 /go.mod | |
| parent | f174579ef53fb726594a2f7064299b86c8691ea3 (diff) | |
| download | web-6af14241ff2c8050753f1d6ac702a938a017a839.tar.gz web-6af14241ff2c8050753f1d6ac702a938a017a839.zip | |
feat: add page cache
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,9 @@ require ( require ( github.com/andybalholm/brotli v1.2.0 // indirect + github.com/cespare/xxhash/v2 v2.3.0 // indirect + github.com/dgraph-io/ristretto/v2 v2.3.0 // indirect + github.com/dustin/go-humanize v1.0.1 // indirect github.com/gabriel-vasile/mimetype v1.4.10 // indirect github.com/go-playground/locales v0.14.1 // indirect github.com/go-playground/universal-translator v0.18.1 // indirect |