2019-11-18 05:18:33 +00:00
|
|
|
module gitea.com/macaron/gzip
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2020-08-28 02:47:17 +00:00
|
|
|
gitea.com/macaron/macaron v1.5.0
|
2019-11-18 05:18:33 +00:00
|
|
|
github.com/klauspost/compress v1.9.2
|
|
|
|
github.com/stretchr/testify v1.4.0
|
2020-08-28 02:47:17 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
|
|
|
|
gopkg.in/ini.v1 v1.60.1 // indirect
|
2019-11-18 05:18:33 +00:00
|
|
|
)
|