-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 830 Bytes
/
go.mod
File metadata and controls
26 lines (23 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/ipfs/go-ds-badger
go 1.25
require (
github.com/dgraph-io/badger v1.6.2
github.com/ipfs/go-datastore v0.8.2
github.com/ipfs/go-log/v2 v2.5.1
)
require (
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/dgraph-io/ristretto v0.0.2 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/golang/protobuf v1.3.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/ipfs/go-detect-race v0.0.1 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/pkg/errors v0.8.1 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.19.1 // indirect
golang.org/x/net v0.35.0 // indirect
golang.org/x/sys v0.30.0 // indirect
)