aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 60e51cbed7f42f42e4aaa13c6e5cec19a4ee320c (plain) (blame)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
module github.com/MichaelMure/git-bug

go 1.15

require (
	github.com/99designs/gqlgen v0.10.3-0.20200209012558-b7a58a1c0e4b
	github.com/99designs/keyring v1.1.6
	github.com/MichaelMure/go-term-text v0.2.10
	github.com/araddon/dateparse v0.0.0-20190622164848-0fb0a474d195
	github.com/awesome-gocui/gocui v0.6.1-0.20191115151952-a34ffb055986
	github.com/blevesearch/bleve v1.0.14
	github.com/cheekybits/genny v0.0.0-20170328200008-9127e812e1e9
	github.com/corpix/uarand v0.1.1 // indirect
	github.com/dustin/go-humanize v1.0.0
	github.com/fatih/color v1.10.0
	github.com/go-git/go-billy/v5 v5.1.0
	github.com/go-git/go-git/v5 v5.2.0
	github.com/golang/protobuf v1.4.3 // indirect
	github.com/gorilla/mux v1.8.0
	github.com/hashicorp/go-retryablehttp v0.6.7 // indirect
	github.com/hashicorp/golang-lru v0.5.4
	github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428
	github.com/imdario/mergo v0.3.11 // indirect
	github.com/mattn/go-isatty v0.0.12
	github.com/phayes/freeport v0.0.0-20171002181615-b8543db493a5
	github.com/pkg/errors v0.9.1
	github.com/shurcooL/githubv4 v0.0.0-20190601194912-068505affed7
	github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
	github.com/skratchdot/open-golang v0.0.0-20190402232053-79abb63cd66e
	github.com/spf13/cobra v1.1.3
	github.com/stretchr/testify v1.7.0
	github.com/vektah/gqlparser v1.3.1
	github.com/xanzy/go-gitlab v0.44.0
	github.com/xanzy/ssh-agent v0.3.0 // indirect
	golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
	golang.org/x/net v0.0.0-20201024042810-be3efd7ff127 // indirect
	golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
	golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
	golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4
	golang.org/x/text v0.3.6
	golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
	google.golang.org/appengine v1.6.7 // indirect
)