module github.com/irccloud/irccat go 1.13 require ( github.com/deckarep/golang-set v1.7.1 github.com/fsnotify/fsnotify v1.4.7 github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8 github.com/spf13/pflag v1.0.5 // indirect github.com/spf13/viper v1.5.0 github.com/stretchr/testify v1.3.0 // indirect github.com/thoj/go-ircevent v0.0.0-20210723090443-73e444401d64 golang.org/x/net v0.0.0-20210929193557-e81a3d93ecf6 // indirect golang.org/x/text v0.3.7 // indirect gopkg.in/go-playground/webhooks.v5 v5.13.0 gopkg.in/yaml.v2 v2.2.7 // indirect )