mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-10 05:27:07 +08:00
vendor: github.com/zclconf/go-cty v1.16.0
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
2
vendor/github.com/zclconf/go-cty/cty/walk.go
generated
vendored
2
vendor/github.com/zclconf/go-cty/cty/walk.go
generated
vendored
@ -213,7 +213,7 @@ func transform(path Path, val Value, t Transformer) (Value, error) {
|
||||
atys := ty.AttributeTypes()
|
||||
newAVs := make(map[string]Value)
|
||||
for name := range atys {
|
||||
av := val.GetAttr(name)
|
||||
av := rawVal.GetAttr(name)
|
||||
path := append(path, GetAttrStep{
|
||||
Name: name,
|
||||
})
|
||||
|
Reference in New Issue
Block a user