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.

1234567891011121314151617
  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-20210723090443-73e444401d64
  11. golang.org/x/net v0.0.0-20210929193557-e81a3d93ecf6 // indirect
  12. golang.org/x/text v0.3.7 // indirect
  13. gopkg.in/go-playground/webhooks.v5 v5.13.0
  14. gopkg.in/yaml.v2 v2.2.7 // indirect
  15. )