module github.com/kata-containers/kata-containers/src/tools/log-parser go 1.16 require ( github.com/BurntSushi/toml v1.1.0 github.com/go-logfmt/logfmt v0.5.1 github.com/sirupsen/logrus v1.8.1 github.com/stretchr/testify v1.7.1 github.com/urfave/cli v1.22.7 gopkg.in/yaml.v2 v2.4.0 )