mirror of
https://github.com/clearlinux/clr-user-bundles.git
synced 2026-06-15 18:35:56 +00:00
8d39d150da
Correct the module name in the go.mod file to correctly identify the git url.
9 lines
225 B
Modula-2
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
|
|
)
|