mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
vendor: update buildkit to master@c36941f4a10e
Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
4
vendor/github.com/moby/buildkit/util/bklog/log.go
generated
vendored
4
vendor/github.com/moby/buildkit/util/bklog/log.go
generated
vendored
@ -70,3 +70,7 @@ type LazyStackTrace struct{}
|
||||
func (LazyStackTrace) String() string {
|
||||
return string(debug.Stack())
|
||||
}
|
||||
|
||||
func (LazyStackTrace) MarshalText() ([]byte, error) {
|
||||
return debug.Stack(), nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user