module github.com/atomix/dragonboat-raft-storage go 1.12 require ( github.com/atomix/api v0.0.0-20200211005812-591fe8b07ea8 github.com/atomix/go-framework v0.0.0-20200326224656-5401b72ffe96 github.com/cockroachdb/pebble v0.0.0-20200124143148-ea43a1af0543 // indirect github.com/gogo/protobuf v1.3.1 github.com/lni/dragonboat/v3 v3.1.5 github.com/onosproject/onos-test v0.0.0-20200114235320-ec5e1c74a5d2 // indirect github.com/sirupsen/logrus v1.4.2 github.com/stretchr/testify v1.4.0 google.golang.org/grpc v1.27.0 )