module github.com/CircleCI-Public/circleci-cli require ( github.com/Masterminds/semver v1.4.2 github.com/blang/semver v3.5.1+incompatible github.com/briandowns/spinner v0.0.0-20181018151057-dd69c579ff20 github.com/chzyer/logex v1.1.10 // indirect github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect github.com/go-yaml/yaml v2.1.0+incompatible github.com/gobuffalo/buffalo-plugins v1.9.3 // indirect github.com/gobuffalo/flect v0.0.0-20181210151238-24a2b68e0316 // indirect github.com/gobuffalo/packr/v2 v2.0.0-rc.13 github.com/google/go-cmp v0.2.0 // indirect github.com/google/go-github v15.0.0+incompatible // indirect github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf // indirect github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a // indirect github.com/lunixbochs/vtclean v0.0.0-20170504063817-d14193dfc626 // indirect github.com/manifoldco/promptui v0.3.0 github.com/mitchellh/mapstructure v1.1.2 github.com/onsi/ginkgo v1.7.0 github.com/onsi/gomega v1.4.3 github.com/pkg/errors v0.8.0 github.com/rhysd/go-github-selfupdate v0.0.0-20180520142321-41c1bbb0804a github.com/spf13/cobra v0.0.3 github.com/spf13/pflag v1.0.3 github.com/tcnksm/go-gitconfig v0.1.2 // indirect github.com/ulikunitz/xz v0.5.4 // indirect golang.org/x/net v0.0.0-20181220203305-927f97764cc3 // indirect golang.org/x/oauth2 v0.0.0-20180724155351-3d292e4d0cdc // indirect golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect golang.org/x/sys v0.0.0-20181228144115-9a3f9b0469bb // indirect golang.org/x/tools v0.0.0-20181221235234-d00ac6d27372 // indirect gopkg.in/yaml.v2 v2.2.2 gotest.tools v2.1.0+incompatible ) go 1.12