asdf/go.mod

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
335 B
Modula-2
Raw Normal View History

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
)