github.com/gfleury/gobbs@v0.0.0-20200831213239-44ca2b94c1a1/go.mod (about) 1 module github.com/gfleury/gobbs 2 3 go 1.14 4 5 require ( 6 github.com/fsnotify/fsnotify v1.4.9 // indirect 7 github.com/gfleury/go-bitbucket-v1 v0.0.0-20200327185123-b3c7f99f7f5c 8 github.com/gfleury/go-bitbucket-v1/test/bb-mock-server v0.0.0-20200327185123-b3c7f99f7f5c 9 github.com/golang/protobuf v1.3.5 // indirect 10 github.com/kataras/tablewriter v0.0.0-20180708051242-e063d29b7c23 11 github.com/kr/text v0.2.0 // indirect 12 github.com/mattn/go-colorable v0.1.6 // indirect 13 github.com/mattn/go-runewidth v0.0.8 // indirect 14 github.com/mitchellh/go-homedir v1.1.0 15 github.com/mitchellh/mapstructure v1.2.2 // indirect 16 github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect 17 github.com/pelletier/go-toml v1.6.0 // indirect 18 github.com/pkg/errors v0.9.1 // indirect 19 github.com/spf13/afero v1.2.2 // indirect 20 github.com/spf13/cast v1.3.1 // indirect 21 github.com/spf13/cobra v0.0.6 22 github.com/spf13/jwalterweatherman v1.1.0 // indirect 23 github.com/spf13/pflag v1.0.5 // indirect 24 github.com/spf13/viper v1.6.2 25 github.com/stretchr/testify v1.5.1 // indirect 26 golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect 27 golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect 28 golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect 29 google.golang.org/appengine v1.6.5 // indirect 30 gopkg.in/AlecAivazis/survey.v1 v1.8.8 31 gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f 32 gopkg.in/ini.v1 v1.55.0 // indirect 33 gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473 34 gopkg.in/src-d/go-git.v4 v4.13.1 35 gopkg.in/yaml.v2 v2.2.8 // indirect 36 )