mirror of
https://github.com/logos-messaging/go-multiaddr.git
synced 2026-01-02 13:03:11 +00:00
9 lines
173 B
Go
9 lines
173 B
Go
|
|
package codependencies
|
||
|
|
|
||
|
|
import (
|
||
|
|
// Packages imported into this package.
|
||
|
|
|
||
|
|
// go-maddr-filter < 0.1.0 conflicts with this package.
|
||
|
|
_ "github.com/libp2p/go-maddr-filter"
|
||
|
|
)
|