spiegel_podman/vendor/github.com/cyphar/filepath-securejoin/pathrs-lite/internal/gocompat
tomsweeneyredhat 2e8bce201e [v4.4.1-rhel] Bump runc to 1.2.9, Buidah 1.29.6
Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
2025-12-17 15:39:55 -05:00
..
doc.go [v4.4.1-rhel] Bump runc to 1.2.9, Buidah 1.29.6 2025-12-17 15:39:55 -05:00
gocompat_atomic_go119.go [v4.4.1-rhel] Bump runc to 1.2.9, Buidah 1.29.6 2025-12-17 15:39:55 -05:00
gocompat_atomic_unsupported.go [v4.4.1-rhel] Bump runc to 1.2.9, Buidah 1.29.6 2025-12-17 15:39:55 -05:00
gocompat_errors_go120.go [v4.4.1-rhel] Bump runc to 1.2.9, Buidah 1.29.6 2025-12-17 15:39:55 -05:00
gocompat_errors_unsupported.go [v4.4.1-rhel] Bump runc to 1.2.9, Buidah 1.29.6 2025-12-17 15:39:55 -05:00
gocompat_generics_go121.go [v4.4.1-rhel] Bump runc to 1.2.9, Buidah 1.29.6 2025-12-17 15:39:55 -05:00
gocompat_generics_unsupported.go [v4.4.1-rhel] Bump runc to 1.2.9, Buidah 1.29.6 2025-12-17 15:39:55 -05:00
README.md [v4.4.1-rhel] Bump runc to 1.2.9, Buidah 1.29.6 2025-12-17 15:39:55 -05:00

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.