-
Notifications
You must be signed in to change notification settings - Fork 6
/
go.mod
47 lines (42 loc) · 1.62 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
module github.com/jrapoport/chestnut
go 1.23
toolchain go1.23.2
require (
github.com/btcsuite/btcd/btcec/v2 v2.3.4
github.com/google/uuid v1.6.0
github.com/hashicorp/go-version v1.7.0
github.com/ipfs/boxo v0.24.2
github.com/json-iterator/go v1.1.12
github.com/klauspost/compress v1.17.11
github.com/libp2p/go-libp2p v0.37.0
github.com/modern-go/reflect2 v1.0.2
github.com/nutsdb/nutsdb v1.0.4
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.9.0
go.etcd.io/bbolt v1.3.11
go.uber.org/zap v1.27.0
golang.org/x/crypto v0.28.0
)
replace github.com/json-iterator/go => github.com/jrapoport/jsoniter v0.0.0-20241027074812-b8ebffc46abb
require (
github.com/antlabs/stl v0.0.2 // indirect
github.com/antlabs/timer v0.1.4 // indirect
github.com/bwmarrin/snowflake v0.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
github.com/gofrs/flock v0.12.1 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/ipfs/go-log/v2 v2.5.1 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.13.1 // indirect
github.com/tidwall/btree v1.7.0 // indirect
github.com/xujiajun/mmap-go v1.0.1 // indirect
github.com/xujiajun/utils v0.0.0-20220904132955-5f7c5b914235 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/sys v0.26.0 // indirect
google.golang.org/protobuf v1.35.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)