Versions in this module Expand all Collapse all v0 v0.0.2 Apr 15, 2024 Changes in this version + type Config struct + DependencyModuleReferences []bufmoduleref.ModuleReference + RootToExcludes map[string][]string + func NewConfigV1(externalConfig ExternalConfigV1, deps ...string) (*Config, error) + func NewConfigV1Beta1(externalConfig ExternalConfigV1Beta1, deps ...string) (*Config, error) + type ExternalConfigV1 struct + Excludes []string + type ExternalConfigV1Beta1 struct + Excludes []string + Roots []string