Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Commit

Permalink
refactor transports to be fully featured
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Mar 9, 2018
1 parent 7f67e6a commit 5f6acae
Show file tree
Hide file tree
Showing 5 changed files with 193 additions and 246 deletions.
53 changes: 0 additions & 53 deletions fallback.go

This file was deleted.

96 changes: 0 additions & 96 deletions fallback_test.go

This file was deleted.

30 changes: 18 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,6 @@
"dvcsimport": "github.com/libp2p/go-libp2p-transport"
},
"gxDependencies": [
{
"author": "jbenet",
"hash": "QmRK2LxanhK2gZq6k6R7vk5ZoYZk8ULSSTB7FzDsMUX6CB",
"name": "go-multiaddr-net",
"version": "1.5.7"
},
{
"author": "whyrusleeping",
"hash": "QmTy17Jm1foTnvUS9JXRhLbRQ3XuC64jPTjUfpB4mHz2QM",
"name": "mafmt",
"version": "1.2.5"
},
{
"hash": "QmRb5jh8z2E8hMGN2tkvs1yHynUanqnZ3UeKwgN1i9P1F8",
"name": "go-log",
Expand All @@ -29,6 +17,24 @@
"hash": "QmWWQ2Txc2c6tqjsBpzg5Ar652cHPGNsQQp2SejkNmkUMb",
"name": "go-multiaddr",
"version": "1.2.6"
},
{
"author": "whyrusleeping",
"hash": "QmaLYQ5eJt3GUg9NjGfNVRbAC7qVYdtpxSaznY5Zrzieja",
"name": "go-libp2p-net",
"version": "3.0.0"
},
{
"author": "whyrusleeping",
"hash": "QmY9JXR3FupnYAYJWK9aMr9bCpqWKcToQ1tz8DVGTrHpHw",
"name": "go-stream-muxer",
"version": "3.0.0"
},
{
"author": "whyrusleeping",
"hash": "QmZoWKhxUmZ2seW4BzX6fJkNR8hh9PsGModr7q171yq2SS",
"name": "go-libp2p-peer",
"version": "2.2.3"
}
],
"gxVersion": "0.4.0",
Expand Down
Loading

0 comments on commit 5f6acae

Please sign in to comment.