kompose/vendor/github.com/flynn/go-shlex
Hang Yan 525b68f027
Go mod (#1305)
* Use go mod instead of glide
* Add `--with-kompose-annotation` flag to allow us to switch it off for tests
* Remove hostpid support (since the newest sdk does not support it)
* Create new test script and fixtures
* Remove replicationcontroller support
2020-08-07 17:25:52 +08:00
..
COPYING vendoring dependencies 2016-06-30 22:47:32 +07:00
Makefile Go mod (#1305) 2020-08-07 17:25:52 +08:00
README.md Go mod (#1305) 2020-08-07 17:25:52 +08:00
shlex.go vendoring dependencies 2016-06-30 22:47:32 +07:00

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