module github.com/fluffle/goirc

require (
	github.com/golang/mock v1.5.0
	golang.org/x/net v0.0.0-20210119194325-5f4716e94777
)

go 1.13