Codebase list golang-github-go-macaron-gzip / fresh-snapshots/main go.mod
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

go.mod @fresh-snapshots/mainraw · history · blame

1
2
3
4
5
6
7
8
9
module github.com/go-macaron/gzip

go 1.13

require (
	github.com/klauspost/compress v1.10.3
	github.com/smartystreets/goconvey v1.6.4
	gopkg.in/macaron.v1 v1.3.5
)