blob: e66cacaa3053dbaf56b5555a6c79695cfec6d819 (
plain)
1
2
3
4
5
6
7
8
9
|
module gitea.com/macaron/gzip
go 1.12
require (
gitea.com/macaron/macaron v1.3.3-0.20190821202302-9646c0587edb
github.com/klauspost/compress v1.9.2
github.com/stretchr/testify v1.4.0
)
|