File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/ipfs/go-detect-race v0.0.1
7
7
github.com/libp2p/go-libp2p-core v0.2.5
8
- github.com/multiformats/go-multiaddr v0.1.1
8
+ github.com/multiformats/go-multiaddr v0.1.2
9
9
github.com/pkg/errors v0.8.1 // indirect
10
10
github.com/stretchr/testify v1.3.0 // indirect
11
11
go.uber.org/atomic v1.4.0 // indirect
Original file line number Diff line number Diff line change @@ -95,13 +95,17 @@ github.com/multiformats/go-multiaddr v0.0.4 h1:WgMSI84/eRLdbptXMkMWDXPjPq7SPLIgG
95
95
github.com/multiformats/go-multiaddr v0.0.4 /go.mod h1:xKVEak1K9cS1VdmPZW3LSIb6lgmoS58qz/pzqmAxV44 =
96
96
github.com/multiformats/go-multiaddr v0.1.1 h1:rVAztJYMhCQ7vEFr8FvxW3mS+HF2eY/oPbOMeS0ZDnE =
97
97
github.com/multiformats/go-multiaddr v0.1.1 /go.mod h1:aMKBKNEYmzmDmxfX88/vz+J5IU55txyt0p4aiWVohjo =
98
+ github.com/multiformats/go-multiaddr v0.1.2 h1:HWYHNSyyllbQopmVIF5K7JKJugiah+L9/kuZKHbmNdQ =
99
+ github.com/multiformats/go-multiaddr v0.1.2 /go.mod h1:0nO36NvPpyV4QzvTLi/lafl2y95ncPj0vFwVF6k6wJ4 =
98
100
github.com/multiformats/go-multibase v0.0.1 /go.mod h1:bja2MqRZ3ggyXtZSEDKpl0uO/gviWFaSteVbWT51qgs =
99
101
github.com/multiformats/go-multihash v0.0.1 h1:HHwN1K12I+XllBCrqKnhX949Orn4oawPkegHMu2vDqQ =
100
102
github.com/multiformats/go-multihash v0.0.1 /go.mod h1:w/5tugSrLEbWqlcgJabL3oHFKTwfvkofsjW2Qa1ct4U =
101
103
github.com/multiformats/go-multihash v0.0.5 h1:1wxmCvTXAifAepIMyF39vZinRw5sbqjPs/UIi93+uik =
102
104
github.com/multiformats/go-multihash v0.0.5 /go.mod h1:lt/HCbqlQwlPBz7lv0sQCdtfcMtlJvakRUn/0Ual8po =
103
105
github.com/multiformats/go-multihash v0.0.8 h1:wrYcW5yxSi3dU07n5jnuS5PrNwyHy0zRHGVoUugWvXg =
104
106
github.com/multiformats/go-multihash v0.0.8 /go.mod h1:YSLudS+Pi8NHE7o6tb3D8vrpKa63epEDmG8nTduyAew =
107
+ github.com/multiformats/go-varint v0.0.1 h1:TR/0rdQtnNxuN2IhiB639xC3tWM4IUi7DkTBVTdGW/M =
108
+ github.com/multiformats/go-varint v0.0.1 /go.mod h1:3Ls8CIEsrijN6+B7PbrXRPxHRPuXSrVKRY101jdMZYE =
105
109
github.com/onsi/ginkgo v1.6.0 /go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE =
106
110
github.com/onsi/ginkgo v1.7.0 /go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE =
107
111
github.com/onsi/gomega v1.4.3 /go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY =
You can’t perform that action at this time.
0 commit comments