module github.com/danielgtaylor/shorthand go 1.16 require ( github.com/pelletier/go-toml v1.9.4 github.com/spf13/cobra v1.2.1 github.com/stretchr/testify v1.7.0 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b )