2019-04-06 15:47:28 +00:00
|
|
|
module github.com/libp2p/go-libp2p-webrtc-direct/examples/standalone
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2019-06-02 10:20:25 +00:00
|
|
|
github.com/libp2p/go-libp2p-core/transport v0.0.4
|
2019-04-06 15:47:28 +00:00
|
|
|
github.com/libp2p/go-libp2p-webrtc-direct v0.0.0-00010101000000-000000000000
|
2019-06-02 10:20:25 +00:00
|
|
|
github.com/libp2p/go-libp2p-core/mux v0.0.1
|
2019-04-06 15:47:28 +00:00
|
|
|
github.com/multiformats/go-multiaddr v0.0.2
|
|
|
|
github.com/pion/webrtc/v2 v2.0.5
|
|
|
|
github.com/whyrusleeping/go-smux-multiplex v3.0.16+incompatible
|
|
|
|
)
|
|
|
|
|
|
|
|
replace github.com/libp2p/go-libp2p-webrtc-direct => ../../
|