mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
vendor: update buildkit with typed errors support
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
1
vendor/github.com/xeipuuv/gojsonschema/jsonContext.go
generated
vendored
1
vendor/github.com/xeipuuv/gojsonschema/jsonContext.go
generated
vendored
@ -32,6 +32,7 @@ type JsonContext struct {
|
||||
tail *JsonContext
|
||||
}
|
||||
|
||||
// NewJsonContext creates a new JsonContext
|
||||
func NewJsonContext(head string, tail *JsonContext) *JsonContext {
|
||||
return &JsonContext{head, tail}
|
||||
}
|
||||
|
Reference in New Issue
Block a user