diff options
Diffstat (limited to 'modules/gzip/gzip_test.go')
-rw-r--r-- | modules/gzip/gzip_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gzip/gzip_test.go b/modules/gzip/gzip_test.go index d131e240af..5fc56cc7f0 100644 --- a/modules/gzip/gzip_test.go +++ b/modules/gzip/gzip_test.go @@ -12,9 +12,9 @@ import ( "net/http/httptest" "testing" + "gitea.com/macaron/macaron" gzipp "github.com/klauspost/compress/gzip" "github.com/stretchr/testify/assert" - macaron "gopkg.in/macaron.v1" ) func setup(sampleResponse []byte) (*macaron.Macaron, *[]byte) { |