Browse Source
Merge pull request #760 from libp2p/dependabot/go_modules/github.com/multiformats/go-multiaddr-0.2.0
build(deps): bump github.com/multiformats/go-multiaddr from 0.1.2 to 0.2.0
pull/763/head
Steven Allen
5 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
|
|
@ -30,7 +30,7 @@ require ( |
|
|
|
github.com/libp2p/go-tcp-transport v0.1.1 |
|
|
|
github.com/libp2p/go-ws-transport v0.1.2 |
|
|
|
github.com/miekg/dns v1.1.12 // indirect |
|
|
|
github.com/multiformats/go-multiaddr v0.1.2 |
|
|
|
github.com/multiformats/go-multiaddr v0.2.0 |
|
|
|
github.com/multiformats/go-multiaddr-dns v0.2.0 |
|
|
|
github.com/multiformats/go-multiaddr-net v0.1.1 |
|
|
|
github.com/multiformats/go-multistream v0.1.0 |
|
|
|
|
|
@ -263,6 +263,8 @@ github.com/multiformats/go-multiaddr v0.1.1 h1:rVAztJYMhCQ7vEFr8FvxW3mS+HF2eY/oP |
|
|
|
github.com/multiformats/go-multiaddr v0.1.1/go.mod h1:aMKBKNEYmzmDmxfX88/vz+J5IU55txyt0p4aiWVohjo= |
|
|
|
github.com/multiformats/go-multiaddr v0.1.2 h1:HWYHNSyyllbQopmVIF5K7JKJugiah+L9/kuZKHbmNdQ= |
|
|
|
github.com/multiformats/go-multiaddr v0.1.2/go.mod h1:0nO36NvPpyV4QzvTLi/lafl2y95ncPj0vFwVF6k6wJ4= |
|
|
|
github.com/multiformats/go-multiaddr v0.2.0 h1:lR52sFwcTCuQb6bTfnXF6zA2XfyYvyd+5a9qECv/J90= |
|
|
|
github.com/multiformats/go-multiaddr v0.2.0/go.mod h1:0nO36NvPpyV4QzvTLi/lafl2y95ncPj0vFwVF6k6wJ4= |
|
|
|
github.com/multiformats/go-multiaddr-dns v0.0.1/go.mod h1:9kWcqw/Pj6FwxAwW38n/9403szc57zJPs45fmnznu3Q= |
|
|
|
github.com/multiformats/go-multiaddr-dns v0.0.2 h1:/Bbsgsy3R6e3jf2qBahzNHzww6usYaZ0NhNH3sqdFS8= |
|
|
|
github.com/multiformats/go-multiaddr-dns v0.0.2/go.mod h1:9kWcqw/Pj6FwxAwW38n/9403szc57zJPs45fmnznu3Q= |
|
|
|