Update install script for interop

And adjust the structure of go packages for interop
This commit is contained in:
mhchia
2019-09-03 17:41:17 +08:00
parent 749ff275ed
commit 5280f3965c
6 changed files with 23 additions and 1 deletions

View File

@ -0,0 +1,11 @@
module interop
go 1.12
require (
github.com/ipfs/go-log v0.0.1
github.com/libp2p/go-libp2p v0.3.1
github.com/libp2p/go-libp2p-core v0.2.2
github.com/multiformats/go-multiaddr v0.0.4
github.com/whyrusleeping/go-logging v0.0.0-20170515211332-0457bb6b88fc
)