Browse Source
Merge pull request #616 from libp2p/gomod/update
update go-multistream
pull/619/head
v0.0.21
vyzo
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
1 deletions
-
go.mod
-
go.sum
|
|
@ -39,7 +39,7 @@ require ( |
|
|
|
github.com/multiformats/go-multiaddr v0.0.1 |
|
|
|
github.com/multiformats/go-multiaddr-dns v0.0.2 |
|
|
|
github.com/multiformats/go-multiaddr-net v0.0.1 |
|
|
|
github.com/multiformats/go-multistream v0.0.1 |
|
|
|
github.com/multiformats/go-multistream v0.0.2 |
|
|
|
github.com/whyrusleeping/go-smux-multiplex v3.0.16+incompatible |
|
|
|
github.com/whyrusleeping/go-smux-multistream v2.0.2+incompatible |
|
|
|
github.com/whyrusleeping/go-smux-yamux v2.0.9+incompatible |
|
|
|
|
|
@ -199,6 +199,8 @@ github.com/multiformats/go-multihash v0.0.1 h1:HHwN1K12I+XllBCrqKnhX949Orn4oawPk |
|
|
|
github.com/multiformats/go-multihash v0.0.1/go.mod h1:w/5tugSrLEbWqlcgJabL3oHFKTwfvkofsjW2Qa1ct4U= |
|
|
|
github.com/multiformats/go-multistream v0.0.1 h1:JV4VfSdY9n7ECTtY59/TlSyFCzRILvYx4T4Ws8ZgihU= |
|
|
|
github.com/multiformats/go-multistream v0.0.1/go.mod h1:fJTiDfXJVmItycydCnNx4+wSzZ5NwG2FEVAI30fiovg= |
|
|
|
github.com/multiformats/go-multistream v0.0.2 h1:uWy8f8Icfo9t/U80+CR5oqM84gSgNqh8xLB7rVslfcw= |
|
|
|
github.com/multiformats/go-multistream v0.0.2/go.mod h1:fJTiDfXJVmItycydCnNx4+wSzZ5NwG2FEVAI30fiovg= |
|
|
|
github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= |
|
|
|
github.com/onsi/ginkgo v1.7.0 h1:WSHQ+IS43OoUrWtD1/bbclrwK8TTH5hzp+umCiuxHgs= |
|
|
|
github.com/onsi/ginkgo v1.7.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= |
|
|
|