module github.com/ktrysmt/go-bitbucket

go 1.12

require (
	github.com/golang/protobuf v1.0.0
	github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
	github.com/k0kubun/pp v2.3.0+incompatible
	github.com/mattn/go-colorable v0.0.9 // indirect
	github.com/mattn/go-isatty v0.0.3 // indirect
	github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238
	golang.org/x/net v0.0.0-20180218175443-cbe0f9307d01
	golang.org/x/oauth2 v0.0.0-20180227000427-d7d64896b5ff
	golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
	golang.org/x/sys v0.0.0-20180224232135-f6cff0780e54 // indirect
	google.golang.org/appengine v1.0.0 // indirect
)
