forked from aevea/commitsar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (21 loc) · 768 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/aevea/commitsar
go 1.16
require (
github.com/aevea/git/v3 v3.1.0
github.com/aevea/integrations v0.5.0
github.com/aevea/magefiles v0.0.0-20200424121010-0004d5a7a2fe
github.com/aevea/quoad v0.4.0
github.com/apex/log v1.9.0
github.com/go-git/go-git/v5 v5.4.2
github.com/go-openapi/strfmt v0.19.5 // indirect
github.com/google/go-github/v32 v32.1.0
github.com/google/go-querystring v1.1.0 // indirect
github.com/jedib0t/go-pretty v4.3.0+incompatible
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/magefile/mage v1.13.0
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/spf13/cobra v1.4.0
github.com/spf13/viper v1.10.1
github.com/stretchr/testify v1.7.1
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a
)