bloat/go.mod

7 lines
125 B
Modula-2
Raw Normal View History

2020-01-01 15:58:27 +00:00
module bloat
2019-12-13 18:08:26 +00:00
require (
github.com/gorilla/mux v1.7.3
2020-02-01 11:31:44 +00:00
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
2019-12-13 18:08:26 +00:00
)