module github.com/Allenxuxu/gev go 1.14 require ( github.com/Allenxuxu/eviop v0.0.0-20190901123806-035c218f739a github.com/Allenxuxu/ringbuffer v0.0.9 github.com/Allenxuxu/toolkit v0.0.1 github.com/RussellLuo/timingwheel v0.0.0-20201029015908-64de9d088c74 github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee github.com/gobwas/pool v0.2.0 github.com/golang/protobuf v1.4.3 github.com/libp2p/go-reuseport v0.0.1 github.com/panjf2000/gnet v1.4.0 github.com/pkg/errors v0.9.1 // indirect github.com/stretchr/testify v1.7.0 github.com/tidwall/evio v1.0.2 golang.org/x/net v0.0.0-20200625001655-4c5254603344 golang.org/x/sys v0.0.0-20201214210602-f9fddec55a1e golang.org/x/tools v0.0.0-20200103221440-774c71fcf114 // indirect google.golang.org/protobuf v1.23.0 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/yaml.v2 v2.3.0 // indirect )