aboutsummaryrefslogtreecommitdiffstats
path: root/integrations/lfs_getobject_test.go
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2019-11-18 13:18:33 +0800
committerGitHub <noreply@github.com>2019-11-18 13:18:33 +0800
commit9ff63126274b0df6e035541eafd48970c402e61e (patch)
treea2ebe40b70d1cdd4ca9e328ad21909b7a0baff10 /integrations/lfs_getobject_test.go
parentba4e8f221bea0ab40a27da03c7fe3f0f78f6b790 (diff)
downloadgitea-9ff63126274b0df6e035541eafd48970c402e61e.tar.gz
gitea-9ff63126274b0df6e035541eafd48970c402e61e.zip
Move modules/gzip to gitea.com/macaron/gzip (#9058)
* Move modules/gzip to gitea.com/macaron/gzip * Fix vendor
Diffstat (limited to 'integrations/lfs_getobject_test.go')
-rw-r--r--integrations/lfs_getobject_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/integrations/lfs_getobject_test.go b/integrations/lfs_getobject_test.go
index 373fffa445..e9c1d1178f 100644
--- a/integrations/lfs_getobject_test.go
+++ b/integrations/lfs_getobject_test.go
@@ -15,10 +15,10 @@ import (
"testing"
"code.gitea.io/gitea/models"
- "code.gitea.io/gitea/modules/gzip"
"code.gitea.io/gitea/modules/lfs"
"code.gitea.io/gitea/modules/setting"
+ "gitea.com/macaron/gzip"
gzipp "github.com/klauspost/compress/gzip"
"github.com/stretchr/testify/assert"
)