| module github.com/dgraph-io/badger/v4 |
| |
| go 1.21 |
| |
| toolchain go1.23.2 |
| |
| require ( |
| github.com/cespare/xxhash/v2 v2.3.0 |
| github.com/dgraph-io/ristretto/v2 v2.1.0 |
| github.com/dustin/go-humanize v1.0.1 |
| github.com/google/flatbuffers v25.1.21+incompatible |
| github.com/klauspost/compress v1.17.11 |
| github.com/pkg/errors v0.9.1 |
| github.com/spf13/cobra v1.8.1 |
| github.com/stretchr/testify v1.10.0 |
| go.opencensus.io v0.24.0 |
| golang.org/x/net v0.34.0 |
| golang.org/x/sys v0.29.0 |
| google.golang.org/protobuf v1.36.3 |
| ) |
| |
| require ( |
| github.com/davecgh/go-spew v1.1.1 // indirect |
| github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect |
| github.com/golang/protobuf v1.5.4 // indirect |
| github.com/inconshreveable/mousetrap v1.1.0 // indirect |
| github.com/pmezard/go-difflib v1.0.0 // indirect |
| github.com/spf13/pflag v1.0.5 // indirect |
| google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect |
| google.golang.org/grpc v1.56.3 // indirect |
| gopkg.in/yaml.v3 v3.0.1 // indirect |
| ) |
| |
| retract v4.0.0 // see #1888 and #1889 |
| |
| retract v4.3.0 // see #2113 and #2121 |