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 522B

12345678910111213141516
  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/pflag v1.0.5 // indirect
  8. github.com/spf13/viper v1.5.0
  9. github.com/stretchr/testify v1.3.0 // indirect
  10. github.com/thoj/go-ircevent v0.0.0-20190807115034-8e7ce4b5a1eb
  11. golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e // indirect
  12. gopkg.in/go-playground/webhooks.v5 v5.13.0
  13. gopkg.in/yaml.v2 v2.2.7 // indirect
  14. )