module github.com/danielgtaylor/shorthand/v2 go 1.18 require ( github.com/danielgtaylor/mexpr v1.8.0 github.com/fxamacker/cbor/v2 v2.4.0 github.com/pelletier/go-toml v1.9.5 github.com/spf13/cobra v1.6.0 github.com/stretchr/testify v1.8.0 golang.org/x/exp v0.0.0-20230111222715-75897c7a292a gopkg.in/yaml.v3 v3.0.1 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/inconshreveable/mousetrap v1.0.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/x448/float16 v0.8.4 // indirect gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect )