mirror of
https://github.com/turbot/steampipe.git
synced 2026-03-01 17:01:00 -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
|