-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add specific version install error output
- Loading branch information
Showing
1 changed file
with
6 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,5 +42,11 @@ A blocked package will show up in `go` output as missing: | |
go: github.com/malicious: no matching versions for query "upgrade" | ||
``` | ||
|
||
Alternatively, if a specific version was requested: | ||
|
||
```text | ||
go: github.com/[email protected]: reading https://golang.phylum.io/github.com/malicious/@v/v1.2.3.info: 424 Failed Dependency | ||
``` | ||
|
||
If a version range is accepted by the manifest, the package manager will | ||
automatically attempt to use a version that passes Phylum's policy. |