blob: c9eac6a5fa2c3b124b84deca19acc5e906fb8524 [file] [log] [blame]
module github.com/dgraph-io/badger/v3
go 1.12
require (
github.com/cespare/xxhash/v2 v2.1.2
github.com/dgraph-io/ristretto v0.1.1
github.com/dustin/go-humanize v1.0.0
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.3.1
github.com/golang/snappy v0.0.3
github.com/google/flatbuffers v1.12.1
github.com/google/go-cmp v0.5.4 // indirect
github.com/klauspost/compress v1.12.3
github.com/kr/pretty v0.1.0 // indirect
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v0.0.5
github.com/stretchr/testify v1.4.0
go.opencensus.io v0.22.5
golang.org/x/net v0.0.0-20201021035429-f5854403a974
golang.org/x/sys v0.0.0-20221010170243-090e33056c14
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)