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

12345678910111213141516
  1. module github.com/irccloud/irccat
  2. go 1.13
  3. require (
  4. github.com/deckarep/golang-set v1.8.0
  5. github.com/fsnotify/fsnotify v1.7.0
  6. github.com/juju/loggo v1.0.0
  7. github.com/pelletier/go-toml/v2 v2.1.1 // indirect
  8. github.com/spf13/viper v1.18.2
  9. github.com/thoj/go-ircevent v0.0.0-20210723090443-73e444401d64
  10. go.uber.org/multierr v1.11.0 // indirect
  11. golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
  12. golang.org/x/net v0.22.0 // indirect
  13. gopkg.in/go-playground/webhooks.v5 v5.17.0
  14. )