module github.com/cycloidio/cycloid-cli go 1.14 require ( github.com/adrg/xdg v0.2.1 github.com/go-openapi/errors v0.19.6 github.com/go-openapi/runtime v0.19.20 github.com/go-openapi/strfmt v0.19.5 github.com/go-openapi/swag v0.19.9 github.com/go-openapi/validate v0.19.10 github.com/mattn/go-runewidth v0.0.9 // indirect github.com/olekukonko/tablewriter v0.0.4 github.com/pkg/errors v0.8.1 github.com/spf13/cobra v1.0.0 github.com/spf13/viper v1.4.0 github.com/stretchr/testify v1.6.1 golang.org/x/text v0.3.3 // indirect gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0 gopkg.in/yaml.v2 v2.3.0 )