Files
clr-user-bundles/go.mod
T
William Douglas 54498d6121 Add support for building and manipulating 3rd party repositories
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.
2019-01-26 13:42:03 -08:00

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
)