module github.com/atomix/atomix-raft-storage-dragonboat go 1.12 require ( github.com/atomix/atomix-api/go v0.4.4 github.com/atomix/atomix-go-framework v0.6.11 github.com/gogo/protobuf v1.3.1 github.com/lni/dragonboat/v3 v3.1.1-0.20201211124920-79d5e54396f7 github.com/stretchr/testify v1.6.1 google.golang.org/grpc v1.33.2 )