Skip to content

Commit

Permalink
Add main module information to modules integration
Browse files Browse the repository at this point in the history
  • Loading branch information
wingyplus committed Apr 15, 2020
1 parent a1cdb3d commit d331cc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ func extractModules() map[string]string {
return nil
}
modules := make(map[string]string)
modules[info.Main.Path] = info.Main.Version
for _, dep := range info.Deps {
ver := dep.Version
if dep.Replace != nil {
Expand Down

0 comments on commit d331cc6

Please sign in to comment.