1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Move modules/gzip to gitea.com/macaron/gzip (#9058)

* Move modules/gzip to gitea.com/macaron/gzip

* Fix vendor
This commit is contained in:
Lunny Xiao
2019-11-18 13:18:33 +08:00
committed by GitHub
parent ba4e8f221b
commit 9ff6312627
54 changed files with 2972 additions and 5163 deletions

9
vendor/gitea.com/macaron/gzip/go.mod generated vendored Normal file
View File

@@ -0,0 +1,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
)