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

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