bloat/go.mod

10 lines
181 B
Modula-2
Raw Normal View History

2020-01-01 17:58:27 +02:00
module bloat
2019-12-13 20:08:26 +02:00
require (
github.com/enescakir/emoji v1.0.0 // indirect
2019-12-13 20:08:26 +02:00
github.com/gorilla/mux v1.7.3
2020-02-01 13:31:44 +02:00
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
2019-12-13 20:08:26 +02:00
)
2020-03-04 17:59:59 +02:00
go 1.13