File: go.mod

package info (click to toggle)
golang-github-gin-contrib-gzip 0.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 124 kB
  • sloc: makefile: 6
file content (8 lines) | stat: -rw-r--r-- 126 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/gin-contrib/gzip

require (
	github.com/gin-gonic/gin v1.8.1
	github.com/stretchr/testify v1.8.0
)

go 1.13