Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole committed Oct 18, 2023
1 parent e6030fa commit 1dca15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/enrichers/depsdev/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ type Project struct {
ScorecardV2 ScorecardV2 `json:"scorecardV2,omitempty"`
}

// Project is a deps.dev version
// Version is a deps.dev version, main object in the response
type Version struct {
Version string `json:"version,omitempty"`
SymbolicVersions []interface{} `json:"symbolicVersions,omitempty"`
Expand Down

0 comments on commit 1dca15f

Please sign in to comment.