module github.com/craftamap/bb go 1.15 require ( github.com/AlecAivazis/survey/v2 v2.1.1 github.com/charmbracelet/glamour v0.2.1-0.20200724174618-1246d13c1684 github.com/cli/cli v1.3.0 github.com/cli/safeexec v1.0.0 github.com/dustin/go-humanize v1.0.0 github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f github.com/ktrysmt/go-bitbucket v0.9.2 github.com/kyokomi/emoji v2.2.4+incompatible github.com/logrusorgru/aurora v2.0.3+incompatible github.com/mitchellh/mapstructure v1.3.3 github.com/muesli/reflow v0.1.0 github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4 github.com/spf13/cobra v1.1.1 github.com/spf13/viper v1.7.0 github.com/tidwall/pretty v1.0.2 github.com/wbrefvem/go-bitbucket v0.0.0-20190128183802-fc08fd046abb gopkg.in/yaml.v2 v2.3.0 // indirect )