2020-03-03 19:32:07 +00:00
|
|
|
module rocksdb-api
|
2020-03-03 10:31:48 +00:00
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/Pallinder/go-randomdata v1.2.0
|
|
|
|
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
|
|
|
|
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
|
|
|
|
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
|
|
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
|
|
|
github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c
|
|
|
|
golang.org/x/text v0.3.2 // indirect
|
|
|
|
)
|