forked from git-town/git-town
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
26 lines (24 loc) · 1023 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
24
25
26
module github.com/git-town/git-town
go 1.14
require (
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
github.com/cucumber/godog v0.9.0
github.com/cucumber/messages-go/v10 v10.0.3
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.9.0
github.com/golang/protobuf v1.4.0 // indirect
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-querystring v1.0.0 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/sergi/go-diff v1.0.0
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.5.1
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sys v0.0.0-20200428200454-593003d681fa // indirect
google.golang.org/appengine v1.6.6 // indirect
gopkg.in/AlecAivazis/survey.v1 v1.8.8
gopkg.in/jarcoal/httpmock.v1 v1.0.0-20180304133419-61bcb58a0752
)