mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-22 14:00:14 -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
|