-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathgo.mod
26 lines (23 loc) · 830 Bytes
/
go.mod
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.23
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
)