module github.com/aevea/commitsar go 1.13 require ( github.com/aevea/git/v2 v2.2.0 github.com/aevea/integrations v0.4.0 github.com/aevea/magefiles v0.0.0-20200424121010-0004d5a7a2fe github.com/aevea/quoad v0.4.0 github.com/go-git/go-git/v5 v5.1.0 github.com/go-openapi/strfmt v0.19.5 // indirect github.com/google/go-github/v32 v32.0.0 github.com/jedib0t/go-pretty v4.3.0+incompatible github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381 github.com/magefile/mage v1.9.0 github.com/mattn/go-runewidth v0.0.9 // indirect github.com/spf13/cobra v1.0.0 github.com/spf13/viper v1.7.0 github.com/stretchr/testify v1.6.1 golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d )