From 7f4e10cbe40ade15a213c793f4d35ea7b53a962f Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Tue, 20 Apr 2021 17:48:02 -0400 Subject: [PATCH] bump go-waku version in chat2 example --- examples/chat2/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/chat2/go.mod b/examples/chat2/go.mod index 95299f2c..eaa2827c 100644 --- a/examples/chat2/go.mod +++ b/examples/chat2/go.mod @@ -10,6 +10,6 @@ require ( github.com/ipfs/go-log/v2 v2.1.1 github.com/libp2p/go-libp2p-core v0.8.5 github.com/rivo/tview v0.0.0-20210312174852-ae9464cc3598 - github.com/status-im/go-waku v0.0.0-20210419000316-ef67ff356f7e + github.com/status-im/go-waku v0.0.0-20210420214635-287a54aca716 google.golang.org/protobuf v1.25.0 )