allow specifying zero values in modelfile

This commit is contained in:
Bruce MacDonald
2023-07-31 15:07:04 -04:00
parent 58daeb962a
commit daa0d1de7a
4 changed files with 24 additions and 12 deletions

5
go.mod
View File

@@ -11,7 +11,10 @@ require (
github.com/spf13/cobra v1.7.0
)
require github.com/rivo/uniseg v0.2.0 // indirect
require (
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
)
require (
dario.cat/mergo v1.0.0