mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-25 05:01:06 -05:00
6 lines
157 B
Go
6 lines
157 B
Go
package versionmap
|
|
|
|
import "github.com/turbot/steampipe/pkg/steampipeconfig/modconfig"
|
|
|
|
type VersionConstraintMap map[string]*modconfig.ModVersionConstraint
|