File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/ipfs/go-cid v0.0.7
7
7
github.com/libp2p/go-maddr-filter v0.1.0
8
- github.com/multiformats/go-multiaddr-net v0.2.0
9
8
github.com/multiformats/go-multihash v0.0.14
10
9
github.com/multiformats/go-varint v0.0.6
11
10
)
Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ github.com/multiformats/go-base32 v0.0.3/go.mod h1:pLiuGC8y0QR3Ue4Zug5UzK9LjgbkL
14
14
github.com/multiformats/go-base36 v0.1.0 h1:JR6TyF7JjGd3m6FbLU2cOxhC0Li8z8dLNGQ89tUg4F4 =
15
15
github.com/multiformats/go-base36 v0.1.0 /go.mod h1:kFGE83c6s80PklsHO9sRn2NCoffoRdUUOENyW/Vv6sM =
16
16
github.com/multiformats/go-multiaddr v0.2.2 /go.mod h1:NtfXiOtHvghW9KojvtySjH5y0u0xW5UouOmQQrn6a3Y =
17
- github.com/multiformats/go-multiaddr v0.3.0 /go.mod h1:dF9kph9wfJ+3VLAaeBqo9Of8x4fJxp6ggJGteB8HQTI =
18
- github.com/multiformats/go-multiaddr-net v0.2.0 h1:MSXRGN0mFymt6B1yo/6BPnIRpLPEnKgQNvVfCX5VDJk =
19
- github.com/multiformats/go-multiaddr-net v0.2.0 /go.mod h1:gGdH3UXny6U3cKKYCvpXI5rnK7YaOIEOPVDI9tsJbEA =
20
17
github.com/multiformats/go-multibase v0.0.3 h1:l/B6bJDQjvQ5G52jw4QGSYeOTZoAwIO77RblWplfIqk =
21
18
github.com/multiformats/go-multibase v0.0.3 /go.mod h1:5+1R4eQrT3PkYZ24C3W2Ue2tPwIdYQD509ZjSb5y9Oc =
22
19
github.com/multiformats/go-multihash v0.0.13 /go.mod h1:VdAWLKTwram9oKAatUcLxBNUjdtcVwxObEQBtRfuyjc =
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ package codependencies
3
3
import (
4
4
// Packages imported into this package.
5
5
6
- // go-multiaddr-net < 0.2.0 conflict with this package.
7
- _ "github.com/multiformats/go-multiaddr-net"
8
6
// go-maddr-filter < 0.1.0 conflicts with this package.
9
7
_ "github.com/libp2p/go-maddr-filter"
10
8
)
You can’t perform that action at this time.
0 commit comments