diff --git a/module/locator.go b/module/locator.go index e6ad536f9a..e00d46d1c7 100644 --- a/module/locator.go +++ b/module/locator.go @@ -6,9 +6,9 @@ import ( ) type Locator struct { - Fetcher string - Project string - Revision string + Fetcher string `json:"fetcher"` + Project string `json:"package"` + Revision string `json:"revision"` } func (l Locator) String() string {