Files
kata-containers/src/tools/log-parser/go.mod
Snir Sheriber c7dacb1211 log-parser: move the kata-log-parser from the tests repo
to the kata-containers repo under the src/tools/log-parser folder
and vendor the modules

Fixes: #4100
Signed-off-by: Snir Sheriber <ssheribe@redhat.com>
2022-05-10 13:23:25 +03:00

13 lines
291 B
Modula-2

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
)