module gopkg.in/src-d/go-mysql-server.v0 require ( github.com/boltdb/bolt v1.3.1 github.com/cespare/xxhash v1.1.0 // indirect github.com/gogo/protobuf v1.1.1 // indirect github.com/mitchellh/hashstructure v1.0.0 github.com/opentracing/opentracing-go v1.0.2 github.com/pilosa/pilosa v1.1.0 github.com/pkg/errors v0.8.0 // indirect github.com/satori/go.uuid v1.2.0 // indirect github.com/sirupsen/logrus v1.1.0 github.com/spf13/cast v1.2.0 golang.org/x/net v0.0.0-20180926154720-4dfa2610cdf3 // indirect google.golang.org/grpc v1.15.0 // indirect gopkg.in/src-d/go-errors.v1 v1.0.0 gopkg.in/src-d/go-vitess.v1 v1.1.0 gopkg.in/yaml.v2 v2.2.1 )