Unverified Commit f05ddbf4 authored by Matt Joiner's avatar Matt Joiner Committed by GitHub

Upgrade go.mod yamux to 1.1.5 (#257)

Fixes race conditions in the tests when using go modules.
parent 7e68ac3c
......@@ -70,6 +70,6 @@ require (
github.com/whyrusleeping/go-smux-yamux v2.0.8+incompatible // indirect
github.com/whyrusleeping/mafmt v1.2.8 // indirect
github.com/whyrusleeping/multiaddr-filter v0.0.0-20160516205228-e903e4adabd7 // indirect
github.com/whyrusleeping/yamux v1.1.2 // indirect
github.com/whyrusleeping/yamux v1.1.5 // indirect
golang.org/x/net v0.0.0-20190119204137-ed066c81e75e // indirect
)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment