@@ -8,7 +8,7 @@ retract v1.20.2 // Wrongfully cherry picked PR, use v1.20.2+ instead.
8
8
9
9
require (
10
10
contrib.go.opencensus.io/exporter/prometheus v0.4.2
11
- github.com/BurntSushi/toml v1.2.1
11
+ github.com/BurntSushi/toml v1.3.0
12
12
github.com/DataDog/zstd v1.4.5
13
13
github.com/GeertJohan/go.rice v1.0.3
14
14
github.com/Gurpartap/async v0.0.0-20180927173644-4f7f499dd9ee
@@ -22,14 +22,14 @@ require (
22
22
github.com/detailyang/go-fallocate v0.0.0-20180908115635-432fa640bd2e
23
23
github.com/dgraph-io/badger/v2 v2.2007.4
24
24
github.com/docker/go-units v0.5.0
25
- github.com/drand/drand v1.4.9
26
- github.com/drand/kyber v1.1.15
25
+ github.com/drand/drand v1.5.7
26
+ github.com/drand/kyber v1.2.0
27
27
github.com/dustin/go-humanize v1.0.1
28
28
github.com/elastic/go-elasticsearch/v7 v7.14.0
29
29
github.com/elastic/go-sysinfo v1.7.0
30
30
github.com/elastic/gosigar v0.14.2
31
31
github.com/etclabscore/go-openrpc-reflect v0.0.36
32
- github.com/fatih/color v1.13 .0
32
+ github.com/fatih/color v1.15 .0
33
33
github.com/filecoin-project/dagstore v0.5.2
34
34
github.com/filecoin-project/filecoin-ffi v0.30.4-0.20220519234331-bfd1f5f9fe38
35
35
github.com/filecoin-project/go-address v1.1.0
@@ -195,9 +195,9 @@ require (
195
195
github.com/davecgh/go-spew v1.1.1 // indirect
196
196
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
197
197
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
198
- github.com/dgraph-io/ristretto v0.1.0 // indirect
198
+ github.com/dgraph-io/ristretto v0.1.1 // indirect
199
199
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
200
- github.com/drand/kyber-bls12381 v0.2.3 // indirect
200
+ github.com/drand/kyber-bls12381 v0.3.1 // indirect
201
201
github.com/elastic/go-windows v1.0.0 // indirect
202
202
github.com/etclabscore/go-jsonschema-walk v0.0.6 // indirect
203
203
github.com/filecoin-project/go-amt-ipld/v2 v2.1.0 // indirect
@@ -208,10 +208,9 @@ require (
208
208
github.com/filecoin-project/go-hamt-ipld/v3 v3.1.0 // indirect
209
209
github.com/flynn/noise v1.0.0 // indirect
210
210
github.com/francoispqt/gojay v1.2.13 // indirect
211
- github.com/fsnotify/fsnotify v1.6.0 // indirect
212
211
github.com/gdamore/encoding v1.0.0 // indirect
213
212
github.com/go-kit/log v0.2.1 // indirect
214
- github.com/go-logfmt/logfmt v0.5.1 // indirect
213
+ github.com/go-logfmt/logfmt v0.6.0 // indirect
215
214
github.com/go-logr/logr v1.2.4 // indirect
216
215
github.com/go-logr/stdr v1.2.2 // indirect
217
216
github.com/go-ole/go-ole v1.2.5 // indirect
@@ -221,7 +220,7 @@ require (
221
220
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
222
221
github.com/godbus/dbus/v5 v5.1.0 // indirect
223
222
github.com/gogo/protobuf v1.3.2 // indirect
224
- github.com/golang/glog v1.1.0 // indirect
223
+ github.com/golang/glog v1.1.1 // indirect
225
224
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
226
225
github.com/golang/protobuf v1.5.3 // indirect
227
226
github.com/golang/snappy v0.0.4 // indirect
@@ -299,7 +298,7 @@ require (
299
298
github.com/petar/GoLLRB v0.0.0-20210522233825-ae3b015fd3e9 // indirect
300
299
github.com/pmezard/go-difflib v1.0.0 // indirect
301
300
github.com/prometheus/client_model v0.4.0 // indirect
302
- github.com/prometheus/common v0.42 .0 // indirect
301
+ github.com/prometheus/common v0.44 .0 // indirect
303
302
github.com/prometheus/procfs v0.10.1 // indirect
304
303
github.com/prometheus/statsd_exporter v0.22.7 // indirect
305
304
github.com/quic-go/qpack v0.4.0 // indirect
@@ -310,7 +309,7 @@ require (
310
309
github.com/rs/cors v1.7.0 // indirect
311
310
github.com/russross/blackfriday/v2 v2.1.0 // indirect
312
311
github.com/shirou/gopsutil v2.18.12+incompatible // indirect
313
- github.com/sirupsen/logrus v1.9.0 // indirect
312
+ github.com/sirupsen/logrus v1.9.2 // indirect
314
313
github.com/spaolacci/murmur3 v1.1.0 // indirect
315
314
github.com/tidwall/gjson v1.14.4 // indirect
316
315
github.com/twmb/murmur3 v1.1.6 // indirect
@@ -333,7 +332,7 @@ require (
333
332
golang.org/x/mod v0.12.0 // indirect
334
333
golang.org/x/text v0.14.0 // indirect
335
334
gonum.org/v1/gonum v0.13.0 // indirect
336
- google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
335
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
337
336
google.golang.org/grpc v1.55.0 // indirect
338
337
google.golang.org/protobuf v1.30.0 // indirect
339
338
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments