module github.com/buildkite/cli require ( github.com/99designs/keyring v0.0.0-20190110203331-82da6802f65f github.com/ahmetb/go-cursor v0.0.0-20131010032410-8136607ea412 github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect github.com/aulanov/go.dbus v0.0.0-20150729231527-25c3068a42a0 // indirect github.com/bmatcuk/doublestar v1.1.1 github.com/briandowns/spinner v0.0.0-20170614154858-48dbb65d7bd5 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/danieljoos/wincred v1.0.1 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/dvsekhvalnov/jose2go v0.0.0-20170216131308-f21a8cedbbae // indirect github.com/fatih/color v1.7.0 github.com/go-test/deep v1.0.1 github.com/godbus/dbus v4.1.0+incompatible // indirect github.com/golang/protobuf v1.1.0 // indirect github.com/google/go-github v15.0.0+incompatible github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a // indirect github.com/keybase/go-keychain v0.0.0-20180801170200-15d3657f24fc // indirect github.com/kr/pretty v0.1.0 // indirect github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348 // indirect github.com/lunixbochs/vtclean v0.0.0-20170504063817-d14193dfc626 // indirect github.com/manifoldco/promptui v0.3.0 github.com/mattn/go-colorable v0.0.9 // indirect github.com/mattn/go-isatty v0.0.3 // indirect github.com/mitchellh/go-homedir v0.0.0-20180523094522-3864e76763d9 github.com/pmezard/go-difflib v1.0.0 // indirect github.com/sahilm/fuzzy v0.0.5 github.com/satori/go.uuid v1.2.0 github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c github.com/stretchr/objx v0.1.1 // indirect github.com/stretchr/testify v1.2.2 // indirect golang.org/x/crypto v0.0.0-20190131182504-b8fe1690c613 golang.org/x/net v0.0.0-20180530034148-89e543239a64 // indirect golang.org/x/oauth2 v0.0.0-20180529203656-ec22f46f877b golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect golang.org/x/sys v0.0.0-20180525142821-c11f84a56e43 // indirect google.golang.org/appengine v1.0.0 // indirect gopkg.in/alecthomas/kingpin.v2 v2.2.6 gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect )