|
module github.com/fluffle/goirc
|
|
|
|
require (
|
|
github.com/emersion/go-sasl v0.0.0-20220912192320-0145f2c60ead
|
|
github.com/fluffle/golog/logging v0.0.0-20180928190033-7d99e85061cb
|
|
github.com/golang/glog v1.0.0
|
|
github.com/golang/mock v1.5.0
|
|
golang.org/x/net v0.18.0
|
|
)
|
|
|
|
go 1.13
|