go.mod 164 B

1234567
  1. module github.com/gin-contrib/gzip
  2. require (
  3. github.com/davecgh/go-spew v1.1.1 // indirect
  4. github.com/gin-gonic/gin v1.4.0
  5. github.com/stretchr/testify v1.3.0
  6. )