weakdeps

package
v1.36.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2025 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Overview

Package weakdeps exists to add weak module dependencies.

We want to ensure that this module is used with a minimum version of certain other modules, without actually importing those modules in normal builds. We do that by adding an import of a package in the module under a build constraint that is never satisfied in normal usage.