mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Update install script for interop
And adjust the structure of go packages for interop
This commit is contained in:
11
tests/interop/go_pkgs/examples/go.mod
Normal file
11
tests/interop/go_pkgs/examples/go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user