1module github.com/MichaelMure/git-bug
2
3go 1.12
4
5require (
6 github.com/99designs/gqlgen v0.10.3-0.20200209012558-b7a58a1c0e4b
7 github.com/99designs/keyring v1.1.5
8 github.com/MichaelMure/go-term-text v0.2.9
9 github.com/araddon/dateparse v0.0.0-20190622164848-0fb0a474d195
10 github.com/awesome-gocui/gocui v0.6.1-0.20191115151952-a34ffb055986
11 github.com/blang/semver v3.5.1+incompatible
12 github.com/cheekybits/genny v0.0.0-20170328200008-9127e812e1e9
13 github.com/corpix/uarand v0.1.1 // indirect
14 github.com/dustin/go-humanize v1.0.0
15 github.com/fatih/color v1.9.0
16 github.com/go-git/go-git/v5 v5.1.0
17 github.com/gorilla/mux v1.8.0
18 github.com/hashicorp/golang-lru v0.5.4
19 github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428
20 github.com/mattn/go-isatty v0.0.12
21 github.com/phayes/freeport v0.0.0-20171002181615-b8543db493a5
22 github.com/pkg/errors v0.9.1
23 github.com/shurcooL/githubv4 v0.0.0-20190601194912-068505affed7
24 github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
25 github.com/skratchdot/open-golang v0.0.0-20190402232053-79abb63cd66e
26 github.com/spf13/cobra v1.0.0
27 github.com/stretchr/testify v1.6.1
28 github.com/vektah/gqlparser v1.3.1
29 github.com/xanzy/go-gitlab v0.33.0
30 golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073
31 golang.org/x/oauth2 v0.0.0-20181106182150-f42d05182288
32 golang.org/x/sync v0.0.0-20190423024810-112230192c58
33 golang.org/x/text v0.3.3
34)