2020-02-06 00:03:19 +03:00
|
|
|
module github.com/MichaelMure/git-bug
|
|
|
|
|
2021-02-09 12:51:14 +03:00
|
|
|
go 1.15
|
2020-02-06 00:03:19 +03:00
|
|
|
|
|
|
|
require (
|
2020-02-09 04:47:12 +03:00
|
|
|
github.com/99designs/gqlgen v0.10.3-0.20200209012558-b7a58a1c0e4b
|
2020-09-30 07:44:05 +03:00
|
|
|
github.com/99designs/keyring v1.1.6
|
2021-04-18 11:53:13 +03:00
|
|
|
github.com/MichaelMure/go-term-text v0.3.1
|
2020-02-06 00:03:19 +03:00
|
|
|
github.com/araddon/dateparse v0.0.0-20190622164848-0fb0a474d195
|
|
|
|
github.com/awesome-gocui/gocui v0.6.1-0.20191115151952-a34ffb055986
|
2020-12-09 07:46:47 +03:00
|
|
|
github.com/blevesearch/bleve v1.0.14
|
2020-02-06 00:03:19 +03:00
|
|
|
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
|
2021-05-25 07:23:39 +03:00
|
|
|
github.com/fatih/color v1.12.0
|
2021-05-03 07:34:25 +03:00
|
|
|
github.com/go-git/go-billy/v5 v5.3.1
|
2021-05-25 07:24:48 +03:00
|
|
|
github.com/go-git/go-git/v5 v5.4.1
|
2020-10-25 02:05:34 +03:00
|
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
2020-08-27 15:23:00 +03:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2020-07-26 10:52:29 +03:00
|
|
|
github.com/hashicorp/golang-lru v0.5.4
|
2020-02-06 00:03:19 +03:00
|
|
|
github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428
|
2021-05-27 07:19:21 +03:00
|
|
|
github.com/mattn/go-isatty v0.0.13
|
2020-02-06 00:03:19 +03:00
|
|
|
github.com/phayes/freeport v0.0.0-20171002181615-b8543db493a5
|
2020-02-07 03:19:23 +03:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-02-06 00:03:19 +03:00
|
|
|
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
|
2021-02-27 22:45:04 +03:00
|
|
|
github.com/spf13/cobra v1.1.3
|
2021-01-14 07:44:11 +03:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2020-02-08 19:22:45 +03:00
|
|
|
github.com/vektah/gqlparser v1.3.1
|
2021-08-01 15:11:23 +03:00
|
|
|
github.com/xanzy/go-gitlab v0.50.1
|
2021-05-24 07:31:36 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b
|
2020-10-25 02:05:34 +03:00
|
|
|
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
|
2021-05-14 07:12:14 +03:00
|
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
|
2021-05-24 07:31:36 +03:00
|
|
|
golang.org/x/sys v0.0.0-20210502180810-71e4cd670f79
|
2021-04-05 19:18:05 +03:00
|
|
|
golang.org/x/text v0.3.6
|
2020-10-25 02:05:34 +03:00
|
|
|
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
|
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2020-02-06 00:03:19 +03:00
|
|
|
)
|