This repository has been archived on 2020-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
gzip/go.mod
techknowlogick efa5e8477c
All checks were successful
continuous-integration/drone/push Build is passing
Implement Push method (#3)
Implement HTTP/2 Push

Co-authored-by: Matti R <matti@mdranta.net>
Reviewed-on: #3
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: lafriks <lafriks@noreply.gitea.io>
2020-08-27 12:00:00 +00:00

12 lines
265 B
Modula-2

module gitea.com/macaron/gzip
go 1.12
require (
gitea.com/macaron/macaron v1.5.0
github.com/klauspost/compress v1.9.2
github.com/stretchr/testify v1.4.0
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
gopkg.in/ini.v1 v1.60.1 // indirect
)