Skip to content

Commit 1aa5b35

Browse files
committed
deps: downgrade to v0.14.8 go.mod
1 parent 14d2937 commit 1aa5b35

File tree

4 files changed

+530
-387
lines changed

4 files changed

+530
-387
lines changed

go.mod

Lines changed: 30 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ipfs/go-graphsync
22

3-
go 1.20
3+
go 1.19
44

55
require (
66
github.com/google/go-cmp v0.5.9
@@ -30,45 +30,39 @@ require (
3030
github.com/ipld/go-codec-dagpb v1.6.0
3131
github.com/ipld/go-ipld-prime v0.21.0
3232
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
3434
github.com/libp2p/go-libp2p-testing v0.12.0
3535
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
3737
github.com/multiformats/go-multihash v0.2.3
38-
github.com/stretchr/testify v1.8.4
38+
github.com/stretchr/testify v1.8.2
3939
go.opentelemetry.io/otel v1.13.0
4040
go.opentelemetry.io/otel/sdk v1.2.0
4141
go.opentelemetry.io/otel/trace v1.13.0
42-
golang.org/x/sync v0.3.0
42+
golang.org/x/sync v0.1.0
4343
)
4444

4545
require (
4646
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
4747
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
4949
github.com/beorn7/perks v1.0.1 // indirect
5050
github.com/cespare/xxhash v1.1.0 // indirect
5151
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
5353
github.com/crackcomm/go-gitignore v0.0.0-20170627025303-887ab5e44cc3 // indirect
5454
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
5756
github.com/dgraph-io/badger v1.6.2 // indirect
5857
github.com/dgraph-io/ristretto v0.0.2 // indirect
5958
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
6360
github.com/go-logr/stdr v1.2.2 // indirect
64-
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
6561
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
6863
github.com/google/gopacket v1.1.19 // indirect
69-
github.com/google/pprof v0.0.0-20230817174616-7a8ec2ada47b // indirect
7064
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
7266
github.com/ipfs/bbloom v0.0.4 // indirect
7367
github.com/ipfs/go-bitfield v1.1.0 // indirect
7468
github.com/ipfs/go-ipfs-ds-help v1.1.0 // indirect
@@ -80,61 +74,52 @@ require (
8074
github.com/ipfs/go-metrics-interface v0.0.1 // indirect
8175
github.com/ipfs/go-verifcid v0.0.2 // indirect
8276
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
83-
github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
8477
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
8880
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
8981
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
9183
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
9385
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
9587
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
9890
github.com/mr-tron/base58 v1.2.0 // indirect
9991
github.com/multiformats/go-base32 v0.1.0 // indirect
10092
github.com/multiformats/go-base36 v0.2.0 // indirect
10193
github.com/multiformats/go-multiaddr-dns v0.3.1 // indirect
10294
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
10496
github.com/multiformats/go-multicodec v0.9.0 // indirect
10597
github.com/multiformats/go-multistream v0.4.1 // indirect
10698
github.com/multiformats/go-varint v0.0.7 // indirect
107-
github.com/onsi/ginkgo/v2 v2.11.0 // indirect
10899
github.com/opentracing/opentracing-go v1.2.0 // indirect
109100
github.com/pkg/errors v0.9.1 // indirect
110101
github.com/pmezard/go-difflib v1.0.0 // indirect
111102
github.com/polydawn/refmt v0.89.0 // indirect
112103
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
114105
github.com/prometheus/common v0.37.0 // indirect
115106
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
120107
github.com/russross/blackfriday/v2 v2.0.1 // indirect
121108
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
122109
github.com/spaolacci/murmur3 v1.1.0 // indirect
123110
github.com/urfave/cli/v2 v2.0.0 // indirect
124111
github.com/whyrusleeping/cbor-gen v0.0.0-20230126041949-52956bd4c9aa // indirect
125112
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
136121
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
138123
gopkg.in/yaml.v3 v3.0.1 // indirect
139-
lukechampine.com/blake3 v1.2.1 // indirect
124+
lukechampine.com/blake3 v1.1.7 // indirect
140125
)

0 commit comments

Comments
 (0)