Versions in this module Expand all Collapse all v2 v2.10.1 Aug 18, 2023 v2.9.0 Aug 18, 2023 Changes in this version + func CompileVersionFilter(versionFilter string) (*vm.Program, error) + func CompileVersionFilterForTest(versionFilter string) *vm.Program + func EvaluateVersionConstraints(constraint, v, semver string) (bool, error) + func EvaluateVersionFilter(prog *vm.Program, v string) (bool, error) + type Compare struct