go.mod 410 B

1234567891011121314
  1. module git.sr.ht/~mjorgensen/gof
  2. go 1.13
  3. require (
  4. github.com/SlyMarbo/rss v1.0.1
  5. github.com/gorilla/websocket v1.4.1 // indirect
  6. github.com/mattn/go-runewidth v0.0.6
  7. github.com/microcosm-cc/bluemonday v1.0.2
  8. github.com/pkg/errors v0.8.1 // indirect
  9. github.com/sendgrid/rest v2.4.1+incompatible // indirect
  10. golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
  11. gopkg.in/yaml.v2 v2.2.5
  12. )