runner: add the first config struct to read beaver.yml config
... | @@ -6,5 +6,6 @@ | ... | @@ -6,5 +6,6 @@ |
github.com/go-cmd/cmd v1.4.1 // indirect | github.com/go-cmd/cmd v1.4.1 // indirect | ||
github.com/orus-io/go-flags v1.4.0 | github.com/orus-io/go-flags v1.4.0 | ||
github.com/rs/zerolog v1.26.1 | github.com/rs/zerolog v1.26.1 | ||
github.com/spf13/viper v1.11.0 // indirect | |||
github.com/stretchr/testify v1.7.1 // indirect | github.com/stretchr/testify v1.7.1 // indirect | ||
) | ) |
This diff is collapsed.
runner/config.go
0 → 100644
runner/config_test.go
0 → 100644
Please register or sign in to comment