mirror of
https://github.com/clearlinux/clr-user-bundles.git
synced 2026-09-01 11:25:51 +00:00
Enable workflows supporting 3rd party repositories. Allow users to create a bundle that can be added to an exsting installation without switching from their upstream provider. The content can be hosted elsewhere and will be maintained seperately from their upstream provided content. Users can add, list, update and remove this content from their systems.
9 lines
203 B
AMPL
9 lines
203 B
AMPL
module 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
|
|
)
|