From de19e2d03fe6060321cb2af56295dfdff64f3b7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 13:21:35 +0000 Subject: [PATCH] Bump github.com/libp2p/go-libp2p in /example/01-echo Bumps [github.com/libp2p/go-libp2p](https://github.com/libp2p/go-libp2p) from 0.18.0 to 0.27.8. - [Release notes](https://github.com/libp2p/go-libp2p/releases) - [Changelog](https://github.com/libp2p/go-libp2p/blob/master/CHANGELOG.md) - [Commits](https://github.com/libp2p/go-libp2p/compare/v0.18.0...v0.27.8) --- updated-dependencies: - dependency-name: github.com/libp2p/go-libp2p dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/01-echo/go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/example/01-echo/go.mod b/example/01-echo/go.mod index 28a29a215..9dfb65820 100644 --- a/example/01-echo/go.mod +++ b/example/01-echo/go.mod @@ -2,10 +2,10 @@ module github.com/libp2p/go-libp2p-examples require ( github.com/ipfs/go-log v1.0.5 - github.com/libp2p/go-libp2p v0.18.0 - github.com/libp2p/go-libp2p-core v0.14.0 + github.com/libp2p/go-libp2p v0.27.8 + github.com/libp2p/go-libp2p-core v0.19.0 github.com/libp2p/go-libp2p-noise v0.3.0 - github.com/multiformats/go-multiaddr v0.5.0 + github.com/multiformats/go-multiaddr v0.9.0 github.com/whyrusleeping/go-logging v0.0.1 )