mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-18 01:08:03 +08:00
bump compose-go to v2.4.9
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:

committed by
CrazyMax

parent
00fdcd38ab
commit
bf95aa3dfa
1
vendor/github.com/compose-spec/compose-go/v2/utils/pathutils.go
generated
vendored
1
vendor/github.com/compose-spec/compose-go/v2/utils/pathutils.go
generated
vendored
@@ -41,7 +41,6 @@ func ResolveSymbolicLink(path string) (string, error) {
|
||||
return path, nil
|
||||
}
|
||||
return strings.Replace(path, part, sym, 1), nil
|
||||
|
||||
}
|
||||
|
||||
// getSymbolinkLink parses all parts of the path and returns the
|
||||
|
Reference in New Issue
Block a user