blob: 7dc8fccda2b5fc5615e0e09b7ed0c3acfba601e8 [file] [log] [blame]
package module
// Module represents the metadata for a single module.
type Module struct {
Name string
Source string
Version string
Providers map[string]string
}