go.mod 181 B

123456789
  1. module bloat
  2. require (
  3. github.com/enescakir/emoji v1.0.0 // indirect
  4. github.com/gorilla/mux v1.7.3
  5. github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
  6. )
  7. go 1.11