mirror of
https://github.com/go-gitea/gitea.git
synced 2024-10-31 08:37:35 -04:00
10 lines
190 B
Modula-2
10 lines
190 B
Modula-2
|
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
|
||
|
)
|