diff options
author | Jake Gold <52801504+Jacob2161@users.noreply.github.com> | 2023-06-01 08:22:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-01 10:22:02 -0500 |
commit | 49840f3a2739ea0c6134f1801dd843ec4771bccb (patch) | |
tree | 3db04e095a5cbf2cf1d1e2bc57f6a9f002a4716b /bskyweb/go.mod | |
parent | 8fde55b59b21525a13362d91415d565ea18560f7 (diff) | |
download | voidsky-49840f3a2739ea0c6134f1801dd843ec4771bccb.tar.zst |
bskyweb: gzip HTTP responses + some other minor improvements (#826)
* bskyweb: gzip HTTP responses + JSON logging + minor refactoring * reduce timeout and max header size * add a security.txt
Diffstat (limited to 'bskyweb/go.mod')
-rw-r--r-- | bskyweb/go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bskyweb/go.mod b/bskyweb/go.mod index b2d49a92b..5f06bfc45 100644 --- a/bskyweb/go.mod +++ b/bskyweb/go.mod @@ -7,6 +7,7 @@ require ( github.com/flosch/pongo2/v6 v6.0.0 github.com/ipfs/go-log v1.0.5 github.com/joho/godotenv v1.5.1 + github.com/klauspost/compress v1.16.5 github.com/labstack/echo/v4 v4.10.2 github.com/urfave/cli/v2 v2.25.3 ) |