From b35fdc996af71d02d181a8ce6974163d5656b9ad Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2020 08:12:18 +0000 Subject: [PATCH] Bump github.com/ipfs/go-log from 1.0.2 to 1.0.3 Bumps [github.com/ipfs/go-log](https://github.com/ipfs/go-log) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/ipfs/go-log/releases) - [Commits](https://github.com/ipfs/go-log/compare/v1.0.2...v1.0.3) Signed-off-by: dependabot-preview[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index cce8a49..a0c16e9 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/libp2p/go-libp2p-pubsub require ( github.com/gogo/protobuf v1.3.1 - github.com/ipfs/go-log v1.0.2 + github.com/ipfs/go-log v1.0.3 github.com/libp2p/go-libp2p-blankhost v0.1.4 github.com/libp2p/go-libp2p-core v0.5.1 github.com/libp2p/go-libp2p-discovery v0.2.0 -- GitLab