mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-18 06:44:23 +01:00
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>
13 lines
291 B
Modula-2
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
|
|
)
|