Commit dbc47d5c authored by tavit ohanian's avatar tavit ohanian

fix name and dependency

parent 4c0851e4
Pipeline #21 failed with stages
in 0 seconds
...@@ -2,6 +2,5 @@ use this code to test bring up and exercise libp2p nodes. ...@@ -2,6 +2,5 @@ use this code to test bring up and exercise libp2p nodes.
usage: usage:
go build -o libp2p-node go build
chmod +x libp2p-node ./hello-libp2p
./libp2p-node
module example.com/hello module example.com/hello-libp2p
go 1.15 go 1.15
...@@ -21,4 +21,4 @@ require ( ...@@ -21,4 +21,4 @@ require (
mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b // indirect mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b // indirect
) )
replace github.com/libp2p/go-libp2p v0.8.1 => /home/tavit/Work/dapp/gospace/go1.15.2/src/go-libp2p replace github.com/libp2p/go-libp2p v0.8.1 => gitlab.dms3.io/dms3/public/go-libp2p v0.0.1
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment