Files
William Douglas 8d39d150da Fix go.mod module name
Correct the module name in the go.mod file to correctly identify the
git url.
2019-06-14 14:15:12 -07:00

9 lines
225 B
Modula-2

module github.com/clearlinux/clr-user-bundles
require (
github.com/BurntSushi/toml v0.3.1
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3 // indirect
)