Skip to content

Commit dc4ed86

Browse files
committed
chore: update deps
1 parent 8936ad7 commit dc4ed86

File tree

3 files changed

+13
-236
lines changed

3 files changed

+13
-236
lines changed

go.mod

+3-218
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/filecoin-project/lotus
22

3-
go 1.17
3+
go 1.16
44

55
retract v1.14.0 // Accidentally force-pushed tag, use v1.14.1+ instead.
66

@@ -11,6 +11,7 @@ require (
1111
github.com/GeertJohan/go.rice v1.0.2
1212
github.com/Gurpartap/async v0.0.0-20180927173644-4f7f499dd9ee
1313
github.com/Kubuxu/imtui v0.0.0-20210401140320-41663d68d0fa
14+
github.com/StackExchange/wmi v1.2.1 // indirect
1415
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
1516
github.com/alecthomas/jsonschema v0.0.0-20200530073317-71f438968921
1617
github.com/buger/goterm v1.0.3
@@ -58,7 +59,7 @@ require (
5859
github.com/filecoin-project/specs-actors/v8 v8.0.0
5960
github.com/filecoin-project/specs-storage v0.4.1
6061
github.com/filecoin-project/test-vectors/schema v0.0.5
61-
github.com/filecoin-project/venus-auth v1.3.2
62+
github.com/filecoin-project/venus-auth v1.6.0
6263
github.com/gbrlsnchs/jwt/v3 v3.0.1
6364
github.com/gdamore/tcell/v2 v2.2.0
6465
github.com/go-kit/kit v0.12.0
@@ -170,222 +171,6 @@ require (
170171
gotest.tools v2.2.0+incompatible
171172
)
172173

173-
require (
174-
contrib.go.opencensus.io/exporter/jaeger v0.2.1 // indirect
175-
github.com/GeertJohan/go.incremental v1.0.0 // indirect
176-
github.com/PuerkitoBio/purell v1.1.1 // indirect
177-
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
178-
github.com/StackExchange/wmi v1.2.1 // indirect
179-
github.com/Stebalien/go-bitfield v0.0.1 // indirect
180-
github.com/akavel/rsrc v0.8.0 // indirect
181-
github.com/alecthomas/units v0.0.0-20210927113745-59d0afb8317a // indirect
182-
github.com/benbjohnson/clock v1.3.0 // indirect
183-
github.com/beorn7/perks v1.0.1 // indirect
184-
github.com/bep/debounce v1.2.0 // indirect
185-
github.com/btcsuite/btcd v0.22.0-beta // indirect
186-
github.com/cespare/xxhash v1.1.0 // indirect
187-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
188-
github.com/cheekybits/genny v1.0.0 // indirect
189-
github.com/cilium/ebpf v0.4.0 // indirect
190-
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
191-
github.com/crackcomm/go-gitignore v0.0.0-20170627025303-887ab5e44cc3 // indirect
192-
github.com/cskr/pubsub v1.0.2 // indirect
193-
github.com/daaku/go.zipexe v1.0.0 // indirect
194-
github.com/davecgh/go-spew v1.1.1 // indirect
195-
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
196-
github.com/deepmap/oapi-codegen v1.3.13 // indirect
197-
github.com/dgraph-io/badger/v3 v3.2011.1 // indirect
198-
github.com/dgraph-io/ristretto v0.1.0 // indirect
199-
github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2 // indirect
200-
github.com/drand/kyber-bls12381 v0.2.1 // indirect
201-
github.com/elastic/go-windows v1.0.0 // indirect
202-
github.com/etclabscore/go-jsonschema-walk v0.0.6 // indirect
203-
github.com/filecoin-project/go-amt-ipld/v2 v2.1.0 // indirect
204-
github.com/filecoin-project/go-amt-ipld/v3 v3.1.0 // indirect
205-
github.com/filecoin-project/go-amt-ipld/v4 v4.0.0 // indirect
206-
github.com/filecoin-project/go-ds-versioning v0.1.1 // indirect
207-
github.com/filecoin-project/go-hamt-ipld v0.1.5 // indirect
208-
github.com/filecoin-project/go-hamt-ipld/v2 v2.0.0 // indirect
209-
github.com/filecoin-project/go-hamt-ipld/v3 v3.1.0 // indirect
210-
github.com/filecoin-project/storetheindex v0.3.5 // indirect
211-
github.com/flynn/noise v1.0.0 // indirect
212-
github.com/francoispqt/gojay v1.2.13 // indirect
213-
github.com/fsnotify/fsnotify v1.5.1 // indirect
214-
github.com/gdamore/encoding v1.0.0 // indirect
215-
github.com/gin-contrib/sse v0.1.0 // indirect
216-
github.com/gin-gonic/gin v1.7.0 // indirect
217-
github.com/go-kit/log v0.2.0 // indirect
218-
github.com/go-logfmt/logfmt v0.5.1 // indirect
219-
github.com/go-logr/logr v1.2.1 // indirect
220-
github.com/go-logr/stdr v1.2.0 // indirect
221-
github.com/go-ole/go-ole v1.2.5 // indirect
222-
github.com/go-openapi/jsonpointer v0.19.3 // indirect
223-
github.com/go-openapi/jsonreference v0.19.4 // indirect
224-
github.com/go-openapi/spec v0.19.11 // indirect
225-
github.com/go-openapi/swag v0.19.11 // indirect
226-
github.com/go-playground/locales v0.13.0 // indirect
227-
github.com/go-playground/universal-translator v0.17.0 // indirect
228-
github.com/go-playground/validator/v10 v10.4.1 // indirect
229-
github.com/go-redis/redis/v7 v7.0.0-beta // indirect
230-
github.com/go-redis/redis_rate/v7 v7.0.1 // indirect
231-
github.com/go-resty/resty/v2 v2.4.0 // indirect
232-
github.com/go-sql-driver/mysql v1.6.0 // indirect
233-
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
234-
github.com/godbus/dbus/v5 v5.1.0 // indirect
235-
github.com/gogo/protobuf v1.3.2 // indirect
236-
github.com/golang/glog v1.0.0 // indirect
237-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
238-
github.com/golang/protobuf v1.5.2 // indirect
239-
github.com/golang/snappy v0.0.3 // indirect
240-
github.com/google/flatbuffers v1.12.0 // indirect
241-
github.com/google/go-cmp v0.5.7 // indirect
242-
github.com/google/gopacket v1.1.19 // indirect
243-
github.com/hannahhoward/cbor-gen-for v0.0.0-20200817222906-ea96cece81f1 // indirect
244-
github.com/hashicorp/errwrap v1.0.0 // indirect
245-
github.com/hashicorp/hcl v1.0.0 // indirect
246-
github.com/huin/goupnp v1.0.3 // indirect
247-
github.com/iancoleman/orderedmap v0.1.0 // indirect
248-
github.com/influxdata/influxdb-client-go/v2 v2.2.2 // indirect
249-
github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839 // indirect
250-
github.com/ipfs-force-community/metrics v1.0.0 // indirect
251-
github.com/ipfs/go-bitfield v1.0.0 // indirect
252-
github.com/ipfs/go-filestore v1.1.0 // indirect
253-
github.com/ipfs/go-ipfs-cmds v0.6.0 // indirect
254-
github.com/ipfs/go-ipfs-delay v0.0.1 // indirect
255-
github.com/ipfs/go-ipfs-posinfo v0.0.1 // indirect
256-
github.com/ipfs/go-ipfs-pq v0.0.2 // indirect
257-
github.com/ipfs/go-ipld-legacy v0.1.1 // indirect
258-
github.com/ipfs/go-ipns v0.1.2 // indirect
259-
github.com/ipfs/go-log v1.0.5 // indirect
260-
github.com/ipfs/go-path v0.2.1 // indirect
261-
github.com/ipfs/go-peertaskqueue v0.7.1 // indirect
262-
github.com/ipfs/go-verifcid v0.0.1 // indirect
263-
github.com/ipsn/go-secp256k1 v0.0.0-20180726113642-9d62b9f0bc52 // indirect
264-
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
265-
github.com/jbenet/go-random v0.0.0-20190219211222-123a90aedc0c // indirect
266-
github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
267-
github.com/jbenet/goprocess v0.1.4 // indirect
268-
github.com/jessevdk/go-flags v1.4.0 // indirect
269-
github.com/jinzhu/inflection v1.0.0 // indirect
270-
github.com/jinzhu/now v1.1.2 // indirect
271-
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 // indirect
272-
github.com/jonboulle/clockwork v0.2.2 // indirect
273-
github.com/josharian/intern v1.0.0 // indirect
274-
github.com/jpillora/backoff v1.0.0 // indirect
275-
github.com/json-iterator/go v1.1.12 // indirect
276-
github.com/kilic/bls12-381 v0.0.0-20200820230200-6b2c19996391 // indirect
277-
github.com/klauspost/compress v1.15.1 // indirect
278-
github.com/klauspost/cpuid/v2 v2.0.12 // indirect
279-
github.com/koron/go-ssdp v0.0.2 // indirect
280-
github.com/leodido/go-urn v1.2.1 // indirect
281-
github.com/libp2p/go-cidranger v1.1.0 // indirect
282-
github.com/libp2p/go-conn-security-multistream v0.3.0 // indirect
283-
github.com/libp2p/go-flow-metrics v0.0.3 // indirect
284-
github.com/libp2p/go-libp2p-asn-util v0.1.0 // indirect
285-
github.com/libp2p/go-libp2p-blankhost v0.3.0 // indirect
286-
github.com/libp2p/go-libp2p-gostream v0.3.1 // indirect
287-
github.com/libp2p/go-libp2p-kbucket v0.4.7 // indirect
288-
github.com/libp2p/go-libp2p-loggables v0.1.0 // indirect
289-
github.com/libp2p/go-libp2p-nat v0.1.0 // indirect
290-
github.com/libp2p/go-libp2p-pnet v0.2.0 // indirect
291-
github.com/libp2p/go-libp2p-testing v0.9.2 // indirect
292-
github.com/libp2p/go-libp2p-transport-upgrader v0.7.1 // indirect
293-
github.com/libp2p/go-msgio v0.2.0 // indirect
294-
github.com/libp2p/go-nat v0.1.0 // indirect
295-
github.com/libp2p/go-netroute v0.2.0 // indirect
296-
github.com/libp2p/go-openssl v0.0.7 // indirect
297-
github.com/libp2p/go-reuseport v0.1.0 // indirect
298-
github.com/libp2p/go-reuseport-transport v0.1.0 // indirect
299-
github.com/libp2p/go-stream-muxer-multistream v0.4.0 // indirect
300-
github.com/libp2p/go-tcp-transport v0.5.1 // indirect
301-
github.com/libp2p/go-ws-transport v0.6.0 // indirect
302-
github.com/libp2p/go-yamux/v3 v3.1.2 // indirect
303-
github.com/lucas-clemente/quic-go v0.27.1 // indirect
304-
github.com/lucasb-eyer/go-colorful v1.0.3 // indirect
305-
github.com/magefile/mage v1.11.0 // indirect
306-
github.com/magiconair/properties v1.8.0 // indirect
307-
github.com/mailru/easyjson v0.7.6 // indirect
308-
github.com/marten-seemann/qtls-go1-16 v0.1.5 // indirect
309-
github.com/marten-seemann/qtls-go1-17 v0.1.1 // indirect
310-
github.com/marten-seemann/qtls-go1-18 v0.1.1 // indirect
311-
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd // indirect
312-
github.com/mattn/go-colorable v0.1.9 // indirect
313-
github.com/mattn/go-runewidth v0.0.10 // indirect
314-
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
315-
github.com/miekg/dns v1.1.48 // indirect
316-
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect
317-
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
318-
github.com/minio/sha256-simd v1.0.0 // indirect
319-
github.com/mitchellh/mapstructure v1.4.2 // indirect
320-
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
321-
github.com/modern-go/reflect2 v1.0.2 // indirect
322-
github.com/mr-tron/base58 v1.2.0 // indirect
323-
github.com/multiformats/go-base36 v0.1.0 // indirect
324-
github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect
325-
github.com/multiformats/go-multicodec v0.4.1 // indirect
326-
github.com/multiformats/go-multistream v0.3.0 // indirect
327-
github.com/nikkolasg/hexjson v0.0.0-20181101101858-78e39397e00c // indirect
328-
github.com/nkovacs/streamquote v1.0.0 // indirect
329-
github.com/nxadm/tail v1.4.8 // indirect
330-
github.com/onsi/ginkgo v1.16.5 // indirect
331-
github.com/opencontainers/runtime-spec v1.0.2 // indirect
332-
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
333-
github.com/pelletier/go-toml v1.2.0 // indirect
334-
github.com/petar/GoLLRB v0.0.0-20210522233825-ae3b015fd3e9 // indirect
335-
github.com/pkg/errors v0.9.1 // indirect
336-
github.com/pmezard/go-difflib v1.0.0 // indirect
337-
github.com/prometheus/client_model v0.2.0 // indirect
338-
github.com/prometheus/common v0.33.0 // indirect
339-
github.com/prometheus/procfs v0.7.3 // indirect
340-
github.com/prometheus/statsd_exporter v0.21.0 // indirect
341-
github.com/rivo/uniseg v0.1.0 // indirect
342-
github.com/rs/cors v1.7.0 // indirect
343-
github.com/russross/blackfriday/v2 v2.0.1 // indirect
344-
github.com/shirou/gopsutil v2.18.12+incompatible // indirect
345-
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
346-
github.com/sirupsen/logrus v1.8.1 // indirect
347-
github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572 // indirect
348-
github.com/spaolacci/murmur3 v1.1.0 // indirect
349-
github.com/spf13/afero v1.1.2 // indirect
350-
github.com/spf13/cast v1.3.0 // indirect
351-
github.com/spf13/jwalterweatherman v1.0.0 // indirect
352-
github.com/spf13/pflag v1.0.3 // indirect
353-
github.com/spf13/viper v1.3.2 // indirect
354-
github.com/uber/jaeger-client-go v2.25.0+incompatible // indirect
355-
github.com/ugorji/go/codec v1.2.4 // indirect
356-
github.com/valyala/bytebufferpool v1.0.0 // indirect
357-
github.com/valyala/fasttemplate v1.1.0 // indirect
358-
github.com/whyrusleeping/cbor v0.0.0-20171005072247-63513f603b11 // indirect
359-
github.com/whyrusleeping/chunker v0.0.0-20181014151217-fe64bd25879f // indirect
360-
github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1 // indirect
361-
github.com/whyrusleeping/go-logging v0.0.1 // indirect
362-
github.com/whyrusleeping/timecache v0.0.0-20160911033111-cfcb2f1abfee // indirect
363-
github.com/zondax/hid v0.9.0 // indirect
364-
github.com/zondax/ledger-go v0.12.1 // indirect
365-
go.opentelemetry.io/otel/metric v0.25.0 // indirect
366-
go.opentelemetry.io/otel/sdk/export/metric v0.25.0 // indirect
367-
go.opentelemetry.io/otel/trace v1.3.0 // indirect
368-
go.uber.org/atomic v1.9.0 // indirect
369-
go.uber.org/dig v1.12.0 // indirect
370-
go4.org v0.0.0-20200411211856-f5505b9728dd // indirect
371-
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
372-
golang.org/x/exp v0.0.0-20210715201039-d37aa40e8013 // indirect
373-
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
374-
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
375-
golang.org/x/text v0.3.7 // indirect
376-
google.golang.org/api v0.30.0 // indirect
377-
google.golang.org/genproto v0.0.0-20210917145530-b395a37504d4 // indirect
378-
google.golang.org/grpc v1.45.0 // indirect
379-
google.golang.org/protobuf v1.28.0 // indirect
380-
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
381-
gopkg.in/yaml.v2 v2.4.0 // indirect
382-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
383-
gorm.io/driver/mysql v1.1.1 // indirect
384-
gorm.io/gorm v1.21.12 // indirect
385-
howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
386-
lukechampine.com/blake3 v1.1.7 // indirect
387-
)
388-
389174
replace github.com/filecoin-project/filecoin-ffi => ./extern/filecoin-ffi
390175

391176
replace github.com/filecoin-project/test-vectors => ./extern/test-vectors

go.sum

+7-14
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,8 @@ github.com/dgraph-io/badger/v3 v3.2011.1 h1:Hmyof0WMEF/QtutX5SQHzIMnJQxb/IrSzhjc
259259
github.com/dgraph-io/badger/v3 v3.2011.1/go.mod h1:0rLLrQpKVQAL0or/lBLMQznhr6dWWX7h5AKnmnqx268=
260260
github.com/dgraph-io/ristretto v0.0.2/go.mod h1:KPxhHT9ZxKefz+PCeOGsrHpl1qZ7i70dGTu2u+Ahh6E=
261261
github.com/dgraph-io/ristretto v0.0.3-0.20200630154024-f66de99634de/go.mod h1:KPxhHT9ZxKefz+PCeOGsrHpl1qZ7i70dGTu2u+Ahh6E=
262+
github.com/dgraph-io/ristretto v0.0.4-0.20210122082011-bb5d392ed82d h1:eQYOG6A4td1tht0NdJB9Ls6DsXRGb2Ft6X9REU/MbbE=
262263
github.com/dgraph-io/ristretto v0.0.4-0.20210122082011-bb5d392ed82d/go.mod h1:tv2ec8nA7vRpSYX7/MbP52ihrUMXIHit54CQMq8npXQ=
263-
github.com/dgraph-io/ristretto v0.1.0 h1:Jv3CGQHp9OjuMBSne1485aDpUkTKEcUqF+jm/LuerPI=
264-
github.com/dgraph-io/ristretto v0.1.0/go.mod h1:fux0lOrBhrVCJd3lcTHsIJhq1T2rokOu6v9Vcb3Q9ug=
265264
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
266265
github.com/dgryski/go-farm v0.0.0-20190104051053-3adb47b1fb0f/go.mod h1:SqUrOPUnsFjfmXRMNPybcSiG0BgUW2AuFH8PAnS2iTw=
267266
github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2 h1:tdlZCpZ/P9DhczCTSixgIKmwPv6+wP5DGjqLYw5SUiA=
@@ -428,8 +427,8 @@ github.com/filecoin-project/storetheindex v0.3.5 h1:KoS9TvjPm6zIZfUH8atAHJbVHOO7
428427
github.com/filecoin-project/storetheindex v0.3.5/go.mod h1:0r3d0kSpK63O6AvLr1CjAINLi+nWD49clzcnKV+GLpI=
429428
github.com/filecoin-project/test-vectors/schema v0.0.5 h1:w3zHQhzM4pYxJDl21avXjOKBLF8egrvwUwjpT8TquDg=
430429
github.com/filecoin-project/test-vectors/schema v0.0.5/go.mod h1:iQ9QXLpYWL3m7warwvK1JC/pTri8mnfEmKygNDqqY6E=
431-
github.com/filecoin-project/venus-auth v1.3.2 h1:MDiXZAKB8cj1f1se8xzVH7eukHxL1NvMO2vmC2xwUl4=
432-
github.com/filecoin-project/venus-auth v1.3.2/go.mod h1:m5Jog2GYxztwP7w3m/iJdv/V1/bTcAVU9rm/CbhxRQU=
430+
github.com/filecoin-project/venus-auth v1.6.0 h1:DLl7q5g1eh6UTpp98MLpRWAI79k6TUw1Myh/RLeaFpU=
431+
github.com/filecoin-project/venus-auth v1.6.0/go.mod h1:x/Cv3zz9z5O+/uqIKgYtk5UsL7nYu+CtiPjyVQ8Lywg=
433432
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568/go.mod h1:xEzjJPgXI435gkrCt3MPfRiAkVrwSbHsst4LCFVfpJc=
434433
github.com/flynn/noise v0.0.0-20180327030543-2492fe189ae6/go.mod h1:1i71OnUq3iUe1ma7Lr6yG6/rjvM3emb6yoL7xLFzcVQ=
435434
github.com/flynn/noise v1.0.0 h1:DlTHqmzmvcEiKj+4RYo/imoswx/4r6iBlCMfVtrMXpQ=
@@ -556,8 +555,6 @@ github.com/gogo/status v1.1.0/go.mod h1:BFv9nrluPLmrS0EmGVvLaPNmRosr9KapBYd5/hpY
556555
github.com/golang-jwt/jwt/v4 v4.0.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg=
557556
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0/go.mod h1:E/TSTwGwJL78qG/PmXZO1EjYhfJinVAhrmmHX6Z8B9k=
558557
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
559-
github.com/golang/glog v1.0.0 h1:nfP3RFugxnNRyKgeWd4oI1nYvXpxrx8ck8ZrcizshdQ=
560-
github.com/golang/glog v1.0.0/go.mod h1:EWib/APOK0SL3dFbYqvxE3UYd8E6s1ouQ7iEp/0LWV4=
561558
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
562559
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
563560
github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
@@ -903,9 +900,8 @@ github.com/ipfs/go-ipld-format v0.0.2/go.mod h1:4B6+FM2u9OJ9zCV+kSbgFAZlOrv1Hqbf
903900
github.com/ipfs/go-ipld-format v0.2.0 h1:xGlJKkArkmBvowr+GMCX0FEZtkro71K1AwiKnL37mwA=
904901
github.com/ipfs/go-ipld-format v0.2.0/go.mod h1:3l3C1uKoadTPbeNfrDi+xMInYKlx2Cvg1BuydPSdzQs=
905902
github.com/ipfs/go-ipld-git v0.1.1/go.mod h1:+VyMqF5lMcJh4rwEppV0e6g4nCCHXThLYYDpKUkJubI=
903+
github.com/ipfs/go-ipld-legacy v0.1.0 h1:wxkkc4k8cnvIGIjPO0waJCe7SHEyFgl+yQdafdjGrpA=
906904
github.com/ipfs/go-ipld-legacy v0.1.0/go.mod h1:86f5P/srAmh9GcIcWQR9lfFLZPrIyyXQeVlOWeeWEuI=
907-
github.com/ipfs/go-ipld-legacy v0.1.1 h1:BvD8PEuqwBHLTKqlGFTHSwrwFOMkVESEvwIYwR2cdcc=
908-
github.com/ipfs/go-ipld-legacy v0.1.1/go.mod h1:8AyKFCjgRPsQFf15ZQgDB8Din4DML/fOmKZkkFkrIEg=
909905
github.com/ipfs/go-ipns v0.1.2 h1:O/s/0ht+4Jl9+VoxoUo0zaHjnZUS+aBQIKTuzdZ/ucI=
910906
github.com/ipfs/go-ipns v0.1.2/go.mod h1:ioQ0j02o6jdIVW+bmi18f4k2gRf0AV3kZ9KeHYHICnQ=
911907
github.com/ipfs/go-log v0.0.1/go.mod h1:kL1d2/hzSpI0thNYjiKfjanbVNU+IIGA/WnNESY9leM=
@@ -1040,9 +1036,8 @@ github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfC
10401036
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 h1:rp+c0RAYOWj8l6qbCUTSiRLG/iKnW3K3/QfPPuSsBt4=
10411037
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901/go.mod h1:Z86h9688Y0wesXCyonoVr47MasHilkuLMqGhRZ4Hpak=
10421038
github.com/jonboulle/clockwork v0.1.0/go.mod h1:Ii8DK3G1RaLaWxj9trq07+26W01tbo22gdxWY5EU2bo=
1039+
github.com/jonboulle/clockwork v0.1.1-0.20190114141812-62fb9bc030d1 h1:qBCV/RLV02TSfQa7tFmxTihnG+u+7JXByOkhlkR5rmQ=
10431040
github.com/jonboulle/clockwork v0.1.1-0.20190114141812-62fb9bc030d1/go.mod h1:Ii8DK3G1RaLaWxj9trq07+26W01tbo22gdxWY5EU2bo=
1044-
github.com/jonboulle/clockwork v0.2.2 h1:UOGuzwb1PwsrDAObMuhUnj0p5ULPj8V/xJ7Kx9qUBdQ=
1045-
github.com/jonboulle/clockwork v0.2.2/go.mod h1:Pkfl5aHPm1nk2H9h0bjmnJD/BcgbGXUBGnn1kMkgxc8=
10461041
github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=
10471042
github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y=
10481043
github.com/jpillora/backoff v1.0.0 h1:uvFg412JmmHBHw7iwprIxkPMI+sGQ4kzOWsMeHnm2EA=
@@ -2027,13 +2022,11 @@ github.com/uber/jaeger-client-go v2.25.0+incompatible/go.mod h1:WVhlPFC8FDjOFMMW
20272022
github.com/uber/jaeger-lib v1.5.1-0.20181102163054-1fc5c315e03c/go.mod h1:ComeNDZlWwrWnDv8aPp0Ba6+uUTzImX/AauajbLI56U=
20282023
github.com/uber/jaeger-lib v2.2.0+incompatible h1:MxZXOiR2JuoANZ3J6DE/U0kSFv/eJ/GfSYVCjK7dyaw=
20292024
github.com/uber/jaeger-lib v2.2.0+incompatible/go.mod h1:ComeNDZlWwrWnDv8aPp0Ba6+uUTzImX/AauajbLI56U=
2025+
github.com/ugorji/go v1.1.7 h1:/68gy2h+1mWMrwZFeD1kQialdSzAb432dtpeJ42ovdo=
20302026
github.com/ugorji/go v1.1.7/go.mod h1:kZn38zHttfInRq0xu/PH0az30d+z6vm202qpg1oXVMw=
2031-
github.com/ugorji/go v1.2.4 h1:cTciPbZ/VSOzCLKclmssnfQ/jyoVyOcJ3aoJyUV1Urc=
2032-
github.com/ugorji/go v1.2.4/go.mod h1:EuaSCk8iZMdIspsu6HXH7X2UGKw1ezO4wCfGszGmmo4=
20332027
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0=
2028+
github.com/ugorji/go/codec v1.1.7 h1:2SvQaVZ1ouYrrKKwoSk2pzd4A9evlKJb9oTL+OaLUSs=
20342029
github.com/ugorji/go/codec v1.1.7/go.mod h1:Ax+UKWsSmolVDwsd+7N3ZtXu+yMGCf907BLYF3GoBXY=
2035-
github.com/ugorji/go/codec v1.2.4 h1:C5VurWRRCKjuENsbM6GYVw8W++WVW9rSxoACKIvxzz8=
2036-
github.com/ugorji/go/codec v1.2.4/go.mod h1:bWBu1+kIRWcF8uMklKaJrR6fTWQOwAlrIzX22pHwryA=
20372030
github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA=
20382031
github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0=
20392032
github.com/urfave/cli v1.22.2 h1:gsqYFH8bb9ekPA12kRo0hfjngWQjkJPlN9R0N78BoUo=

0 commit comments

Comments
 (0)