1module github.com/MichaelMure/git-bug
2
3go 1.13
4
5require (
6 github.com/99designs/gqlgen v0.10.3-0.20200209012558-b7a58a1c0e4b
7 github.com/99designs/keyring v1.1.6
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/blevesearch/bleve v1.0.12
13 github.com/cheekybits/genny v0.0.0-20170328200008-9127e812e1e9
14 github.com/corpix/uarand v0.1.1 // indirect
15 github.com/cznic/b v0.0.0-20181122101859-a26611c4d92d // indirect
16 github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect
17 github.com/cznic/strutil v0.0.0-20181122101858-275e90344537 // indirect
18 github.com/dustin/go-humanize v1.0.0
19 github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
20 github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
21 github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
22 github.com/fatih/color v1.10.0
23 github.com/go-git/go-git/v5 v5.2.0
24 github.com/golang/protobuf v1.4.3 // indirect
25 github.com/gorilla/mux v1.8.0
26 github.com/hashicorp/go-retryablehttp v0.6.7 // indirect
27 github.com/hashicorp/golang-lru v0.5.4
28 github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428
29 github.com/imdario/mergo v0.3.11 // indirect
30 github.com/jmhodges/levigo v1.0.0 // indirect
31 github.com/mattn/go-isatty v0.0.12
32 github.com/phayes/freeport v0.0.0-20171002181615-b8543db493a5
33 github.com/pkg/errors v0.9.1
34 github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
35 github.com/shurcooL/githubv4 v0.0.0-20190601194912-068505affed7
36 github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
37 github.com/skratchdot/open-golang v0.0.0-20190402232053-79abb63cd66e
38 github.com/spf13/cobra v1.1.1
39 github.com/stretchr/testify v1.6.1
40 github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c // indirect
41 github.com/vektah/gqlparser v1.3.1
42 github.com/xanzy/go-gitlab v0.39.0
43 github.com/xanzy/ssh-agent v0.3.0 // indirect
44 golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
45 golang.org/x/net v0.0.0-20201024042810-be3efd7ff127 // indirect
46 golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
47 golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
48 golang.org/x/sys v0.0.0-20201020230747-6e5568b54d1a // indirect
49 golang.org/x/text v0.3.4
50 golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
51 google.golang.org/appengine v1.6.7 // indirect
52)