You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

go.mod 329B

123456789101112
  1. module github.com/irccloud/irccat
  2. go 1.13
  3. require (
  4. github.com/deckarep/golang-set v1.7.1
  5. github.com/fsnotify/fsnotify v1.4.7
  6. github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8
  7. github.com/spf13/viper v1.5.0
  8. github.com/thoj/go-ircevent v0.0.0-20190807115034-8e7ce4b5a1eb
  9. gopkg.in/go-playground/webhooks.v5 v5.13.0
  10. )