go.mod

 1module github.com/MichaelMure/git-bug
 2
 3go 1.16
 4
 5require (
 6	github.com/99designs/gqlgen v0.17.1
 7	github.com/99designs/keyring v1.2.1
 8	github.com/MichaelMure/go-term-text v0.3.1
 9	github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7
10	github.com/araddon/dateparse v0.0.0-20190622164848-0fb0a474d195
11	github.com/awesome-gocui/gocui v1.1.0
12	github.com/blevesearch/bleve v1.0.14
13	github.com/cheekybits/genny v0.0.0-20170328200008-9127e812e1e9
14	github.com/corpix/uarand v0.1.1 // indirect
15	github.com/dustin/go-humanize v1.0.0
16	github.com/fatih/color v1.13.0
17	github.com/go-git/go-billy/v5 v5.3.1
18	github.com/go-git/go-git/v5 v5.4.2
19	github.com/gorilla/mux v1.8.0
20	github.com/hashicorp/golang-lru v0.5.4
21	github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428
22	github.com/mattn/go-isatty v0.0.14
23	github.com/phayes/freeport v0.0.0-20171002181615-b8543db493a5
24	github.com/pkg/errors v0.9.1
25	github.com/shurcooL/githubv4 v0.0.0-20190601194912-068505affed7
26	github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
27	github.com/skratchdot/open-golang v0.0.0-20190402232053-79abb63cd66e
28	github.com/spf13/cobra v1.4.0
29	github.com/stretchr/testify v1.7.0
30	github.com/vektah/gqlparser/v2 v2.4.1
31	github.com/xanzy/go-gitlab v0.64.0
32	golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838
33	golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
34	golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
35	golang.org/x/sys v0.0.0-20220204135822-1c1b9b1eba6a
36	golang.org/x/text v0.3.7
37	golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
38)