You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
190 B
10 lines
190 B
5 years ago
|
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
|
||
|
)
|