buildah/vendor/github.com/cyphar/filepath-securejoin/pathrs-lite/internal/gocompat
renovate[bot] e80358491f
fix(deps): update module github.com/cyphar/filepath-securejoin to v0.5.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-01 16:43:13 +00:00
..
README.md fix(deps): update module github.com/cyphar/filepath-securejoin to v0.5.0 2025-10-01 16:43:13 +00:00
doc.go fix(deps): update module github.com/cyphar/filepath-securejoin to v0.5.0 2025-10-01 16:43:13 +00:00
gocompat_errors_go120.go fix(deps): update module github.com/cyphar/filepath-securejoin to v0.5.0 2025-10-01 16:43:13 +00:00
gocompat_errors_unsupported.go fix(deps): update module github.com/cyphar/filepath-securejoin to v0.5.0 2025-10-01 16:43:13 +00:00
gocompat_generics_go121.go fix(deps): update module github.com/cyphar/filepath-securejoin to v0.5.0 2025-10-01 16:43:13 +00:00
gocompat_generics_unsupported.go fix(deps): update module github.com/cyphar/filepath-securejoin to v0.5.0 2025-10-01 16:43:13 +00:00

README.md

gocompat

This directory contains backports of stdlib functions from later Go versions so the filepath-securejoin can continue to be used by projects that are stuck with Go 1.18 support. Note that often filepath-securejoin is added in security patches for old releases, so avoiding the need to bump Go compiler requirements is a huge plus to downstreams.

The source code is licensed under the same license as the Go stdlib. See the source files for the precise license information.