module github.com/Adhara-Tech/enval go 1.14 require ( github.com/Masterminds/semver/v3 v3.1.0 github.com/fatih/color v1.9.0 github.com/go-errors/errors v1.0.2 github.com/gobuffalo/packr v1.30.1 github.com/pkg/errors v0.8.0 github.com/spf13/cobra v1.0.0 github.com/spf13/viper v1.6.3 github.com/stretchr/testify v1.3.0 gopkg.in/yaml.v2 v2.2.4 )