Update go mod path and gitignore

This commit is contained in:
Oskar Thoren 2021-06-09 15:34:29 +08:00
parent 5319078504
commit df99ec981d
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -21,6 +21,6 @@ bin/wakunode2
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
vendor/
.lock

View File

@ -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