@@ -3,44 +3,45 @@ module github.com/filecoin-project/boost/extern/boostd-data
3
3
go 1.18
4
4
5
5
require (
6
- contrib.go.opencensus.io/exporter/prometheus v0.4.0
6
+ contrib.go.opencensus.io/exporter/prometheus v0.4.2
7
7
github.com/ethereum/go-ethereum v1.11.5
8
8
github.com/filecoin-project/boost v1.4.0
9
- github.com/filecoin-project/go-address v1.0 .0
10
- github.com/filecoin-project/go-jsonrpc v0.1.8
11
- github.com/filecoin-project/go-state-types v0.1.10
9
+ github.com/filecoin-project/go-address v1.1 .0
10
+ github.com/filecoin-project/go-jsonrpc v0.3.1
11
+ github.com/filecoin-project/go-state-types v0.12.8
12
12
github.com/google/uuid v1.3.0
13
13
github.com/gorilla/mux v1.8.0
14
14
github.com/influxdata/influxdb v1.8.3
15
- github.com/ipfs/go-cid v0.3.2
15
+ github.com/ipfs/go-cid v0.4.1
16
16
github.com/ipfs/go-datastore v0.6.0
17
17
github.com/ipfs/go-ds-leveldb v0.5.0
18
18
github.com/ipfs/go-ipfs-blocksutil v0.0.1
19
19
github.com/ipfs/go-log/v2 v2.5.1
20
- github.com/ipld/go-car/v2 v2.5 .1
20
+ github.com/ipld/go-car/v2 v2.10 .1
21
21
github.com/jackc/pgtype v1.10.0
22
22
github.com/lib/pq v1.10.9
23
23
github.com/mitchellh/go-homedir v1.1.0
24
- github.com/multiformats/go-multicodec v0.6 .0
25
- github.com/multiformats/go-multihash v0.2.1
24
+ github.com/multiformats/go-multicodec v0.9 .0
25
+ github.com/multiformats/go-multihash v0.2.3
26
26
github.com/pressly/goose/v3 v3.14.0
27
27
github.com/prometheus/client_golang v1.14.0
28
- github.com/stretchr/testify v1.8.3
28
+ github.com/stretchr/testify v1.8.4
29
29
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
30
- github.com/urfave/cli/v2 v2.24.4
30
+ github.com/urfave/cli/v2 v2.25.5
31
31
github.com/yugabyte/gocql v0.0.0-20230831121436-1e2272bb6bb6
32
32
github.com/yugabyte/pgx/v4 v4.14.5
33
- go.opencensus.io v0.23 .0
33
+ go.opencensus.io v0.24 .0
34
34
go.opentelemetry.io/otel v1.16.0
35
- go.opentelemetry.io/otel/exporters/jaeger v1.13 .0
36
- go.opentelemetry.io/otel/sdk v1.13 .0
35
+ go.opentelemetry.io/otel/exporters/jaeger v1.14 .0
36
+ go.opentelemetry.io/otel/sdk v1.16 .0
37
37
go.opentelemetry.io/otel/trace v1.16.0
38
- golang.org/x/net v0.11 .0
38
+ golang.org/x/net v0.14 .0
39
39
golang.org/x/sync v0.3.0
40
40
)
41
41
42
42
require (
43
43
github.com/StackExchange/wmi v1.2.1 // indirect
44
+ github.com/benbjohnson/clock v1.3.5 // indirect
44
45
github.com/beorn7/perks v1.0.1 // indirect
45
46
github.com/btcsuite/btcd v0.22.1 // indirect
46
47
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
@@ -49,7 +50,7 @@ require (
49
50
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
50
51
github.com/crackcomm/go-gitignore v0.0.0-20170627025303-887ab5e44cc3 // indirect
51
52
github.com/davecgh/go-spew v1.1.1 // indirect
52
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1 .0 // indirect
53
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2 .0 // indirect
53
54
github.com/go-kit/log v0.2.1 // indirect
54
55
github.com/go-logfmt/logfmt v0.5.1 // indirect
55
56
github.com/go-logr/logr v1.2.4 // indirect
@@ -62,29 +63,30 @@ require (
62
63
github.com/golang/snappy v0.0.4 // indirect
63
64
github.com/gorilla/websocket v1.5.0 // indirect
64
65
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
65
- github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
66
+ github.com/hashicorp/golang-lru v0.6.0 // indirect
66
67
github.com/ipfs/bbloom v0.0.4 // indirect
67
- github.com/ipfs/go-block-format v0.0.3 // indirect
68
- github.com/ipfs/go-blockservice v0.3.0 // indirect
68
+ github.com/ipfs/go-block-format v0.1.2 // indirect
69
+ github.com/ipfs/go-blockservice v0.5.1 // indirect
69
70
github.com/ipfs/go-cidutil v0.1.0 // indirect
70
- github.com/ipfs/go-ipfs-blockstore v1.2 .0 // indirect
71
+ github.com/ipfs/go-ipfs-blockstore v1.3 .0 // indirect
71
72
github.com/ipfs/go-ipfs-chunker v0.0.5 // indirect
72
73
github.com/ipfs/go-ipfs-ds-help v1.1.0 // indirect
73
- github.com/ipfs/go-ipfs-exchange-interface v0.1 .0 // indirect
74
- github.com/ipfs/go-ipfs-exchange-offline v0.2 .0 // indirect
74
+ github.com/ipfs/go-ipfs-exchange-interface v0.2 .0 // indirect
75
+ github.com/ipfs/go-ipfs-exchange-offline v0.3 .0 // indirect
75
76
github.com/ipfs/go-ipfs-files v0.1.1 // indirect
76
77
github.com/ipfs/go-ipfs-posinfo v0.0.1 // indirect
77
- github.com/ipfs/go-ipfs-util v0.0.2 // indirect
78
+ github.com/ipfs/go-ipfs-util v0.0.3 // indirect
78
79
github.com/ipfs/go-ipld-cbor v0.0.6 // indirect
79
- github.com/ipfs/go-ipld-format v0.4 .0 // indirect
80
- github.com/ipfs/go-ipld-legacy v0.1 .1 // indirect
80
+ github.com/ipfs/go-ipld-format v0.5 .0 // indirect
81
+ github.com/ipfs/go-ipld-legacy v0.2 .1 // indirect
81
82
github.com/ipfs/go-log v1.0.5 // indirect
82
- github.com/ipfs/go-merkledag v0.6 .0 // indirect
83
+ github.com/ipfs/go-merkledag v0.11 .0 // indirect
83
84
github.com/ipfs/go-metrics-interface v0.0.1 // indirect
85
+ github.com/ipfs/go-peertaskqueue v0.8.1 // indirect
84
86
github.com/ipfs/go-unixfs v0.3.1 // indirect
85
- github.com/ipfs/go-verifcid v0.0.1 // indirect
86
- github.com/ipld/go-codec-dagpb v1.3.2 // indirect
87
- github.com/ipld/go-ipld-prime v0.18 .0 // indirect
87
+ github.com/ipfs/go-verifcid v0.0.2 // indirect
88
+ github.com/ipld/go-codec-dagpb v1.6.0 // indirect
89
+ github.com/ipld/go-ipld-prime v0.20 .0 // indirect
88
90
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
89
91
github.com/jackc/pgconn v1.11.0 // indirect
90
92
github.com/jackc/pgio v1.0.0 // indirect
@@ -94,52 +96,53 @@ require (
94
96
github.com/jackc/puddle v1.2.1 // indirect
95
97
github.com/jbenet/go-random v0.0.0-20190219211222-123a90aedc0c // indirect
96
98
github.com/jbenet/goprocess v0.1.4 // indirect
97
- github.com/klauspost/cpuid/v2 v2.1.1 // indirect
99
+ github.com/klauspost/cpuid/v2 v2.2.5 // indirect
98
100
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
101
+ github.com/libp2p/go-libp2p v0.30.0 // indirect
99
102
github.com/libp2p/go-libp2p-core v0.16.1 // indirect
100
103
github.com/libp2p/go-openssl v0.1.0 // indirect
101
104
github.com/mattn/go-isatty v0.0.19 // indirect
102
105
github.com/mattn/go-pointer v0.0.1 // indirect
103
106
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
104
107
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
105
- github.com/minio/sha256-simd v1.0.0 // indirect
108
+ github.com/minio/sha256-simd v1.0.1 // indirect
106
109
github.com/mr-tron/base58 v1.2.0 // indirect
107
110
github.com/multiformats/go-base32 v0.1.0 // indirect
108
- github.com/multiformats/go-base36 v0.1 .0 // indirect
109
- github.com/multiformats/go-multiaddr v0.7 .0 // indirect
110
- github.com/multiformats/go-multibase v0.1.1 // indirect
111
- github.com/multiformats/go-varint v0.0.6 // indirect
111
+ github.com/multiformats/go-base36 v0.2 .0 // indirect
112
+ github.com/multiformats/go-multiaddr v0.11 .0 // indirect
113
+ github.com/multiformats/go-multibase v0.2.0 // indirect
114
+ github.com/multiformats/go-varint v0.0.7 // indirect
112
115
github.com/opentracing/opentracing-go v1.2.0 // indirect
113
116
github.com/petar/GoLLRB v0.0.0-20210522233825-ae3b015fd3e9 // indirect
114
117
github.com/pmezard/go-difflib v1.0.0 // indirect
115
- github.com/polydawn/refmt v0.0.0-20201211092308-30ac6d18308e // indirect
116
- github.com/prometheus/client_model v0.3 .0 // indirect
117
- github.com/prometheus/common v0.39 .0 // indirect
118
+ github.com/polydawn/refmt v0.89.0 // indirect
119
+ github.com/prometheus/client_model v0.4 .0 // indirect
120
+ github.com/prometheus/common v0.42 .0 // indirect
118
121
github.com/prometheus/procfs v0.11.0 // indirect
119
- github.com/prometheus/statsd_exporter v0.21.0 // indirect
122
+ github.com/prometheus/statsd_exporter v0.22.7 // indirect
123
+ github.com/quic-go/qtls-go1-20 v0.3.3 // indirect
120
124
github.com/russross/blackfriday/v2 v2.1.0 // indirect
121
125
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
122
126
github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572 // indirect
123
127
github.com/spaolacci/murmur3 v1.1.0 // indirect
124
128
github.com/tklauser/go-sysconf v0.3.5 // indirect
125
129
github.com/tklauser/numcpus v0.2.2 // indirect
126
130
github.com/whyrusleeping/cbor v0.0.0-20171005072247-63513f603b11 // indirect
127
- github.com/whyrusleeping/cbor-gen v0.0.0-20220323183124-98fa8256a799 // indirect
131
+ github.com/whyrusleeping/cbor-gen v0.0.0-20230923211252-36a87e1ba72f // indirect
128
132
github.com/whyrusleeping/chunker v0.0.0-20181014151217-fe64bd25879f // indirect
129
133
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
130
134
go.opentelemetry.io/otel/metric v1.16.0 // indirect
131
- go.uber.org/atomic v1.10.0 // indirect
132
- go.uber.org/multierr v1.8.0 // indirect
133
- go.uber.org/zap v1.23.0 // indirect
134
- golang.org/x/crypto v0.10.0 // indirect
135
- golang.org/x/exp v0.0.0-20230206171751-46f607a40771 // indirect
136
- golang.org/x/sys v0.10.0 // indirect
137
- golang.org/x/text v0.11.0 // indirect
138
- golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
139
- google.golang.org/grpc v1.56.3 // indirect
135
+ go.uber.org/atomic v1.11.0 // indirect
136
+ go.uber.org/multierr v1.11.0 // indirect
137
+ go.uber.org/zap v1.25.0 // indirect
138
+ golang.org/x/crypto v0.12.0 // indirect
139
+ golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect
140
+ golang.org/x/sys v0.11.0 // indirect
141
+ golang.org/x/text v0.12.0 // indirect
142
+ golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
140
143
google.golang.org/protobuf v1.30.0 // indirect
141
144
gopkg.in/inf.v0 v0.9.1 // indirect
142
145
gopkg.in/yaml.v2 v2.4.0 // indirect
143
146
gopkg.in/yaml.v3 v3.0.1 // indirect
144
- lukechampine.com/blake3 v1.1.7 // indirect
147
+ lukechampine.com/blake3 v1.2.1 // indirect
145
148
)
0 commit comments