kubo/thirdparty
Steven Allen 3eba14aa24 gx update
Updates:

* go-kad-dht: Query performance improvements, DHT client fixes, validates
  records on *local* put.
* go-libp2p-swarm/go-libp2p-transport: Timeout improvements.
* go-multiaddr-net: Exposes useful Conn methods (CloseWrite, CloseRead, etc.)
* go-log: fixes possible panic when enabling/disabling events.
* go-multiaddr: fixes possible panic when stringifying malformed multiaddrs,
  adds support for consuming /p2p/ multiaddrs.

fixes #5113
unblocks #4895

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-06-26 17:11:33 -07:00
..
assert add False method 2015-01-23 19:06:29 -08:00
dir misc: Fix a few typos 2018-03-30 09:47:22 +02:00
math2 move generic packages to thirdparty (see thirdparty/README.md) 2015-01-18 14:04:45 -08:00
notifier fix govet warnings 2018-03-22 17:31:22 +01:00
pollEndpoint gx update 2018-06-26 17:11:33 -07:00
unit golint util/, thirdparty/ 2015-06-18 10:03:57 +07:00
verifbs gx update 2018-06-26 17:11:33 -07:00
verifcid gx update go-log, sys, go-crypto 2018-06-08 22:36:24 -07:00
README.md Reorged imports from jbenet/go-ipfs to ipfs/go-ipfs 2015-03-31 12:52:25 -07:00

thirdparty consists of Golang packages that contain no go-ipfs dependencies and may be vendored ipfs/go-ipfs at a later date.

packages in under this directory must not import packages under ipfs/go-ipfs that are not also under thirdparty.