module github.com/cbegin/graven go 1.12 require ( github.com/bgentry/speakeasy v0.1.0 github.com/blang/semver v3.5.1+incompatible github.com/davecgh/go-spew v1.1.0 github.com/fatih/color v1.7.0 github.com/golang/protobuf v0.0.0-20170613224224-e325f446bebc github.com/google/go-github v0.0.0-20170604030111-7a51fb928f52 github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce github.com/hashicorp/go-multierror v0.0.0-20161216184304-ed905158d874 github.com/mattn/go-colorable v0.1.1 // indirect github.com/mattn/go-isatty v0.0.7 // indirect github.com/pelletier/go-buffruneio v0.2.0 github.com/pelletier/go-toml v0.0.0-20170602065532-fe7536c3dee2 github.com/pmezard/go-difflib v1.0.0 github.com/stretchr/testify v0.0.0-20170601210322-f6abca593680 github.com/urfave/cli v0.0.0-20170612000038-cf33a9befefd golang.org/x/net v0.0.0-20170613075437-dfe83d419c94 golang.org/x/oauth2 v0.0.0-20170517174439-f047394b6d14 google.golang.org/appengine v0.0.0-20170522224838-a2f4131514e5 gopkg.in/yaml.v2 v2.0.0-20170407172122-cd8b52f8269e )