gzip/go.mod
2019-11-18 11:39:30 +08:00

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
)