Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Jan 8, 2024
1 parent b5086dc commit 9569afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ type PackageDescription struct {
// of the package repository, in case Source is 'Repository'.
Repository string `json:"Repository,omitempty"`
// Dependencies contains the list of package dependencies.
Dependencies []Dependency
Dependencies []Dependency `json:"Dependencies,omitempty"`
// When processing packages stored in package repositories, the Remote* fields below are empty.
// These fields are documented in the DescriptionFile struct.
RemoteType string `json:"RemoteType,omitempty"`
Expand Down

0 comments on commit 9569afc

Please sign in to comment.