mirror of
https://github.com/waku-org/go-multiaddr.git
synced 2025-02-22 19:18:14 +00:00
Note that we're using codependencies to depend on packages that have been merged in to this package. Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>
This package allows us to depend on other modules, to force these other modules to upgrade to some minimum version. This allows us to express "co dependency" requirements in cases where this module doesn't strictly speaking depend on another module, but conflicts with some version of that module. We are using this here to depend on deprecated modules that have been merged into this package.
In practice, this means:
- Packages imported here will not end up in the final binary as nothing imports this package.
- Modules containing these packages will, unfortunately, be downloaded as "dependencies" of this package.
- Anyone using this module will be forced to upgrade all co-dependencies.