We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 834466a commit 699d58dCopy full SHA for 699d58d
1 file changed
build/build.go
@@ -15,7 +15,7 @@ type Build struct {
15
Succeeded bool
16
Error error `json:",omitempty"`
17
18
- RawDependencies []Dependency
+ RawDependencies []Dependency `json:"-"`
19
Dependencies []NormalizedDependency
20
}
21
0 commit comments