module github.com/anycable/anycable-go go 1.14 require ( cloud.google.com/go v0.43.0 // indirect github.com/FZambia/sentinel v1.1.0 github.com/apex/log v1.1.0 github.com/davecgh/go-spew v1.1.1 // indirect github.com/golang-collections/go-datastructures v0.0.0-20150211160725-59788d5eb259 github.com/golang/protobuf v1.4.1 github.com/gomodule/redigo v2.0.0+incompatible github.com/google/pprof v0.0.0-20190723021845-34ac40c74b70 // indirect github.com/gorilla/websocket v1.4.2 github.com/hashicorp/golang-lru v0.5.3 // indirect github.com/kr/pty v1.1.8 // indirect github.com/matoous/go-nanoid v1.3.0 github.com/mattn/go-isatty v0.0.7 github.com/mitchellh/go-mruby v0.0.0-20181003231329-cd6a04a6ea57 github.com/namsral/flag v1.7.4-pre github.com/pkg/errors v0.8.1 // indirect github.com/processout/grpc-go-pool v1.2.1 // indirect github.com/stretchr/testify v1.4.0 github.com/syossan27/tebata v0.0.0-20180602121909-b283fe4bc5ba golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect golang.org/x/mobile v0.0.0-20190806162312-597adff16ade // indirect golang.org/x/net v0.0.0-20200506145744-7e3656a0809f // indirect golang.org/x/sys v0.0.0-20200511232937-7e40ca221e25 // indirect golang.org/x/tools v0.0.0-20190808195139-e713427fea3f // indirect google.golang.org/genproto v0.0.0-20200511104702-f5ebc3bea380 // indirect google.golang.org/grpc v1.29.1 honnef.co/go/tools v0.0.1-2019.2.2 // indirect )