vendor: update all dependencies to latest versions

This commit is contained in:
Nick Craig-Wood
2017-09-30 15:27:27 +01:00
parent 911d121bb9
commit b017fcfe9a
3048 changed files with 537057 additions and 189681 deletions

File diff suppressed because it is too large Load Diff

View File

@ -146,9 +146,7 @@ type ErrorContext struct {
// For a logged exception this would be the source line where
// the
// exception is logged, usually close to the place where it was
// caught. This value is in contrast to
// `Exception.cause_location`,
// which describes the source line where the exception was thrown.
// caught.
ReportLocation *SourceLocation `json:"reportLocation,omitempty"`
// SourceReferences: Source code that was used to build the executable