diff options
| author | Feuerfuchs <git@feuerfuchs.dev> | 2019-11-12 10:54:47 +0100 |
|---|---|---|
| committer | Feuerfuchs <git@feuerfuchs.dev> | 2019-11-12 10:54:47 +0100 |
| commit | fadf666704b098b37f9c6a0b6aed8a43c9ab213d (patch) | |
| tree | 79d35bc4e748d11d01d13678fcecc8190dcbc182 /go.mod | |
| parent | Add setting to use proportional font (diff) | |
| download | gopherproxy-fadf666704b098b37f9c6a0b6aed8a43c9ab213d.tar.gz gopherproxy-fadf666704b098b37f9c6a0b6aed8a43c9ab213d.tar.bz2 gopherproxy-fadf666704b098b37f9c6a0b6aed8a43c9ab213d.zip | |
Enable compression with brotli
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -1,6 +1,7 @@ | |||
| 1 | module git.feuerfuchs.dev/Feuerfuchs/gopherproxy | 1 | module git.feuerfuchs.dev/Feuerfuchs/gopherproxy |
| 2 | 2 | ||
| 3 | require ( | 3 | require ( |
| 4 | github.com/NYTimes/gziphandler v1.1.1 | ||
| 4 | github.com/davidbyttow/govips v0.0.0-20190304175058-d272f04c0fea | 5 | github.com/davidbyttow/govips v0.0.0-20190304175058-d272f04c0fea |
| 5 | github.com/gobuffalo/packr/v2 v2.1.0 | 6 | github.com/gobuffalo/packr/v2 v2.1.0 |
| 6 | github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 | 7 | github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 |
