forked from gruntwork-io/git-xargs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 661 Bytes
/
Copy pathgo.mod
File metadata and controls
19 lines (17 loc) · 661 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/gruntwork-io/git-xargs
go 1.14
require (
github.com/go-git/go-git/v5 v5.3.0
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/go-github/v32 v32.1.0
github.com/gruntwork-io/go-commons v0.8.2
github.com/kataras/tablewriter v0.0.0-20180708051242-e063d29b7c23
github.com/landoop/tableprinter v0.0.0-20200805134727-ea32388e35c1
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/remeh/sizedwaitgroup v1.0.0
github.com/sirupsen/logrus v1.7.0
github.com/stretchr/testify v1.7.0
github.com/urfave/cli v1.22.5
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
google.golang.org/appengine v1.6.7 // indirect
)