module asdf go 1.21.5 require ( github.com/mitchellh/go-homedir v1.1.0 github.com/sethvargo/go-envconfig v1.0.0 github.com/spf13/cobra v1.8.0 gopkg.in/ini.v1 v1.67.0 ) require ( github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/stretchr/testify v1.8.4 // indirect )