Skip to content

Commit be562be

Browse files
chore: bump github.com/libp2p/go-tcp-transport from 0.2.8 to 0.6.1
Bumps [github.com/libp2p/go-tcp-transport](https://github.com/libp2p/go-tcp-transport) from 0.2.8 to 0.6.1. - [Release notes](https://github.com/libp2p/go-tcp-transport/releases) - [Commits](libp2p/go-tcp-transport@v0.2.8...v0.6.1) --- updated-dependencies: - dependency-name: github.com/libp2p/go-tcp-transport dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a3f17ab commit be562be

File tree

2 files changed

+155
-128
lines changed

2 files changed

+155
-128
lines changed

go.mod

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@ require (
99
github.com/google/uuid v1.3.0
1010
github.com/hashicorp/go-version v1.4.0
1111
github.com/ipdata/go v0.7.2
12-
github.com/libp2p/go-libp2p v0.15.1
13-
github.com/libp2p/go-libp2p-core v0.9.0
12+
github.com/ipfs/go-log v1.0.5 // indirect
13+
github.com/koron/go-ssdp v0.0.2 // indirect
14+
github.com/libp2p/go-libp2p v0.20.0
15+
github.com/libp2p/go-libp2p-core v0.16.1
1416
github.com/libp2p/go-libp2p-noise v0.2.2
15-
github.com/libp2p/go-tcp-transport v0.2.8
17+
github.com/libp2p/go-tcp-transport v0.6.1
18+
github.com/libp2p/go-yamux v1.4.1 // indirect
1619
github.com/multiformats/go-multiaddr v0.5.0
1720
github.com/protolambda/zrnt v0.25.0
1821
github.com/protolambda/ztyp v0.2.1
@@ -21,5 +24,10 @@ require (
2124
github.com/stretchr/testify v1.7.0
2225
github.com/vektah/gqlparser/v2 v2.2.0
2326
go.mongodb.org/mongo-driver v1.8.3
27+
go.uber.org/atomic v1.9.0 // indirect
28+
go.uber.org/multierr v1.7.0 // indirect
29+
golang.org/x/text v0.3.7 // indirect
30+
google.golang.org/grpc v1.40.0 // indirect
31+
google.golang.org/protobuf v1.27.1 // indirect
2432
gopkg.in/yaml.v2 v2.4.0
2533
)

0 commit comments

Comments
 (0)