module github.com/mattermost/gziphandler

go 1.11

require (
	github.com/klauspost/compress v1.13.1
	github.com/stretchr/testify v1.3.0
)
