go.mod

 1module github.com/MichaelMure/git-bug
 2
 3go 1.11
 4
 5require (
 6	github.com/99designs/gqlgen v0.10.3-0.20200209012558-b7a58a1c0e4b
 7	github.com/MichaelMure/go-term-text v0.2.6
 8	github.com/araddon/dateparse v0.0.0-20190622164848-0fb0a474d195
 9	github.com/awesome-gocui/gocui v0.6.1-0.20191115151952-a34ffb055986
10	github.com/blang/semver v3.5.1+incompatible
11	github.com/cheekybits/genny v0.0.0-20170328200008-9127e812e1e9
12	github.com/corpix/uarand v0.1.1 // indirect
13	github.com/dustin/go-humanize v1.0.0
14	github.com/fatih/color v1.9.0
15	github.com/go-errors/errors v1.0.1
16	github.com/gorilla/mux v1.7.4
17	github.com/hashicorp/golang-lru v0.5.4 // indirect
18	github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428
19	github.com/mattn/go-isatty v0.0.12
20	github.com/phayes/freeport v0.0.0-20171002181615-b8543db493a5
21	github.com/pkg/errors v0.9.1
22	github.com/shurcooL/githubv4 v0.0.0-20190601194912-068505affed7
23	github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
24	github.com/skratchdot/open-golang v0.0.0-20190402232053-79abb63cd66e
25	github.com/spf13/cobra v0.0.5
26	github.com/stretchr/testify v1.5.1
27	github.com/theckman/goconstraint v1.11.0
28	github.com/vektah/gqlparser v1.3.1
29	github.com/xanzy/go-gitlab v0.26.0
30	golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
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.2
34)