spiegel_podman/vendor/github.com/google/shlex
tomsweeneyredhat e1b0a045d4 [v4.2.0-rhel] Bump Buildah to v1.27.4
As the title says.  Bumping to address:
CVE-2024-1753

https://issues.redhat.com/browse/RHEL-26761

[NO NEW TESTS NEEDED]

Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
2024-04-02 16:52:20 -04:00
..
COPYING runlabel: use shlex for splitting commands 2018-11-16 16:05:07 +01:00
README runlabel: use shlex for splitting commands 2018-11-16 16:05:07 +01:00
shlex.go runlabel: use shlex for splitting commands 2018-11-16 16:05:07 +01:00

go-shlex is a simple lexer for go that supports shell-style quoting,
commenting, and escaping.