aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: caba203444aa63317a0457fd62e827650d4f0419 (plain)
1
2
3
4
5
6
7
8
module bloat

require (
	github.com/gorilla/mux v1.7.3
	github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
)

go 1.11