Update go mod path and gitignore
This commit is contained in:
parent
5319078504
commit
df99ec981d
|
@ -21,6 +21,6 @@ bin/wakunode2
|
|||
*.out
|
||||
|
||||
# Dependency directories (remove the comment below to include it)
|
||||
# vendor/
|
||||
vendor/
|
||||
|
||||
.lock
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue