From df99ec981dc37f7ae85986c5f4dd8a7ae492e67f Mon Sep 17 00:00:00 2001 From: Oskar Thoren Date: Wed, 9 Jun 2021 15:34:29 +0800 Subject: [PATCH] Update go mod path and gitignore --- .gitignore | 2 +- examples/chat2/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 324a1be..fa27e32 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,6 @@ bin/wakunode2 *.out # Dependency directories (remove the comment below to include it) -# vendor/ +vendor/ .lock diff --git a/examples/chat2/go.mod b/examples/chat2/go.mod index c8bc66e..11848b1 100644 --- a/examples/chat2/go.mod +++ b/examples/chat2/go.mod @@ -2,7 +2,7 @@ module chat2 go 1.15 -replace github.com/status-im/go-waku => ../.. +replace github.com/status-im/go-waku => ../../go-waku require ( github.com/ethereum/go-ethereum v1.10.1