1
1
module github.com/ipfs/go-graphsync
2
2
3
- go 1.20
3
+ go 1.19
4
4
5
5
require (
6
6
github.com/google/go-cmp v0.5.9
@@ -30,45 +30,39 @@ require (
30
30
github.com/ipld/go-codec-dagpb v1.6.0
31
31
github.com/ipld/go-ipld-prime v0.21.0
32
32
github.com/jbenet/go-random v0.0.0-20190219211222-123a90aedc0c
33
- github.com/libp2p/go-libp2p v0.30.0
33
+ github.com/libp2p/go-libp2p v0.25.1
34
34
github.com/libp2p/go-libp2p-testing v0.12.0
35
35
github.com/libp2p/go-msgio v0.3.0
36
- github.com/multiformats/go-multiaddr v0.11 .0
36
+ github.com/multiformats/go-multiaddr v0.8 .0
37
37
github.com/multiformats/go-multihash v0.2.3
38
- github.com/stretchr/testify v1.8.4
38
+ github.com/stretchr/testify v1.8.2
39
39
go.opentelemetry.io/otel v1.13.0
40
40
go.opentelemetry.io/otel/sdk v1.2.0
41
41
go.opentelemetry.io/otel/trace v1.13.0
42
- golang.org/x/sync v0.3 .0
42
+ golang.org/x/sync v0.1 .0
43
43
)
44
44
45
45
require (
46
46
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
47
47
github.com/alecthomas/units v0.0.0-20210927113745-59d0afb8317a // indirect
48
- github.com/benbjohnson/clock v1.3.5 // indirect
48
+ github.com/benbjohnson/clock v1.3.0 // indirect
49
49
github.com/beorn7/perks v1.0.1 // indirect
50
50
github.com/cespare/xxhash v1.1.0 // indirect
51
51
github.com/cespare/xxhash/v2 v2.2.0 // indirect
52
- github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
52
+ github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
53
53
github.com/crackcomm/go-gitignore v0.0.0-20170627025303-887ab5e44cc3 // indirect
54
54
github.com/davecgh/go-spew v1.1.1 // indirect
55
- github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
56
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
55
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
57
56
github.com/dgraph-io/badger v1.6.2 // indirect
58
57
github.com/dgraph-io/ristretto v0.0.2 // indirect
59
58
github.com/dustin/go-humanize v1.0.0 // indirect
60
- github.com/flynn/noise v1.0.0 // indirect
61
- github.com/francoispqt/gojay v1.2.13 // indirect
62
- github.com/go-logr/logr v1.2.4 // indirect
59
+ github.com/go-logr/logr v1.2.3 // indirect
63
60
github.com/go-logr/stdr v1.2.2 // indirect
64
- github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
65
61
github.com/gogo/protobuf v1.3.2 // indirect
66
- github.com/golang/mock v1.6.0 // indirect
67
- github.com/golang/protobuf v1.5.3 // indirect
62
+ github.com/golang/protobuf v1.5.2 // indirect
68
63
github.com/google/gopacket v1.1.19 // indirect
69
- github.com/google/pprof v0.0.0-20230817174616-7a8ec2ada47b // indirect
70
64
github.com/hashicorp/golang-lru v0.5.4 // indirect
71
- github.com/huin/goupnp v1.2.0 // indirect
65
+ github.com/huin/goupnp v1.0.3 // indirect
72
66
github.com/ipfs/bbloom v0.0.4 // indirect
73
67
github.com/ipfs/go-bitfield v1.1.0 // indirect
74
68
github.com/ipfs/go-ipfs-ds-help v1.1.0 // indirect
@@ -80,61 +74,52 @@ require (
80
74
github.com/ipfs/go-metrics-interface v0.0.1 // indirect
81
75
github.com/ipfs/go-verifcid v0.0.2 // indirect
82
76
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
83
- github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
84
77
github.com/jbenet/goprocess v0.1.4 // indirect
85
- github.com/klauspost/compress v1.16.7 // indirect
86
- github.com/klauspost/cpuid/v2 v2.2.5 // indirect
87
- github.com/koron/go-ssdp v0.0.4 // indirect
78
+ github.com/klauspost/cpuid/v2 v2.2.3 // indirect
79
+ github.com/koron/go-ssdp v0.0.3 // indirect
88
80
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
89
81
github.com/libp2p/go-cidranger v1.1.0 // indirect
90
- github.com/libp2p/go-libp2p-asn-util v0.3 .0 // indirect
82
+ github.com/libp2p/go-libp2p-asn-util v0.2 .0 // indirect
91
83
github.com/libp2p/go-libp2p-record v0.2.0 // indirect
92
- github.com/libp2p/go-nat v0.2 .0 // indirect
84
+ github.com/libp2p/go-nat v0.1 .0 // indirect
93
85
github.com/libp2p/go-netroute v0.2.1 // indirect
94
- github.com/mattn/go-isatty v0.0.19 // indirect
86
+ github.com/mattn/go-isatty v0.0.17 // indirect
95
87
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
96
- github.com/miekg/dns v1.1.55 // indirect
97
- github.com/minio/sha256-simd v1.0.1 // indirect
88
+ github.com/miekg/dns v1.1.50 // indirect
89
+ github.com/minio/sha256-simd v1.0.0 // indirect
98
90
github.com/mr-tron/base58 v1.2.0 // indirect
99
91
github.com/multiformats/go-base32 v0.1.0 // indirect
100
92
github.com/multiformats/go-base36 v0.2.0 // indirect
101
93
github.com/multiformats/go-multiaddr-dns v0.3.1 // indirect
102
94
github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect
103
- github.com/multiformats/go-multibase v0.2.0 // indirect
95
+ github.com/multiformats/go-multibase v0.1.1 // indirect
104
96
github.com/multiformats/go-multicodec v0.9.0 // indirect
105
97
github.com/multiformats/go-multistream v0.4.1 // indirect
106
98
github.com/multiformats/go-varint v0.0.7 // indirect
107
- github.com/onsi/ginkgo/v2 v2.11.0 // indirect
108
99
github.com/opentracing/opentracing-go v1.2.0 // indirect
109
100
github.com/pkg/errors v0.9.1 // indirect
110
101
github.com/pmezard/go-difflib v1.0.0 // indirect
111
102
github.com/polydawn/refmt v0.89.0 // indirect
112
103
github.com/prometheus/client_golang v1.14.0 // indirect
113
- github.com/prometheus/client_model v0.4 .0 // indirect
104
+ github.com/prometheus/client_model v0.3 .0 // indirect
114
105
github.com/prometheus/common v0.37.0 // indirect
115
106
github.com/prometheus/procfs v0.8.0 // indirect
116
- github.com/quic-go/qpack v0.4.0 // indirect
117
- github.com/quic-go/qtls-go1-20 v0.3.2 // indirect
118
- github.com/quic-go/quic-go v0.37.6 // indirect
119
- github.com/quic-go/webtransport-go v0.5.3 // indirect
120
107
github.com/russross/blackfriday/v2 v2.0.1 // indirect
121
108
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
122
109
github.com/spaolacci/murmur3 v1.1.0 // indirect
123
110
github.com/urfave/cli/v2 v2.0.0 // indirect
124
111
github.com/whyrusleeping/cbor-gen v0.0.0-20230126041949-52956bd4c9aa // indirect
125
112
github.com/whyrusleeping/chunker v0.0.0-20181014151217-fe64bd25879f // indirect
126
- go.uber.org/atomic v1.11.0 // indirect
127
- go.uber.org/multierr v1.11.0 // indirect
128
- go.uber.org/zap v1.25.0 // indirect
129
- golang.org/x/crypto v0.12.0 // indirect
130
- golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect
131
- golang.org/x/mod v0.12.0 // indirect
132
- golang.org/x/net v0.14.0 // indirect
133
- golang.org/x/sys v0.11.0 // indirect
134
- golang.org/x/text v0.12.0 // indirect
135
- golang.org/x/tools v0.12.1-0.20230815132531-74c255bcf846 // indirect
113
+ go.uber.org/atomic v1.10.0 // indirect
114
+ go.uber.org/multierr v1.9.0 // indirect
115
+ go.uber.org/zap v1.24.0 // indirect
116
+ golang.org/x/crypto v0.6.0 // indirect
117
+ golang.org/x/mod v0.7.0 // indirect
118
+ golang.org/x/net v0.6.0 // indirect
119
+ golang.org/x/sys v0.5.0 // indirect
120
+ golang.org/x/tools v0.3.0 // indirect
136
121
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
137
- google.golang.org/protobuf v1.30.0 // indirect
122
+ google.golang.org/protobuf v1.28.1 // indirect
138
123
gopkg.in/yaml.v3 v3.0.1 // indirect
139
- lukechampine.com/blake3 v1.2.1 // indirect
124
+ lukechampine.com/blake3 v1.1.7 // indirect
140
125
)
0 commit comments