-
Notifications
You must be signed in to change notification settings - Fork 380
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`go mod download` returns a different error structure than `go list`, as documented at https://go.dev/ref/mod#go-mod-download and https://go.dev/ref/mod#go-list-m We were previously parsing these assuming they had the same structure, instead, parse them separately. Also, prevent infinite looping on invalid JSON.
- Loading branch information
1 parent
b5c1a9f
commit 56d35f8
Showing
2 changed files
with
142 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters