aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-02-05 22:03:19 +0100
committerMichael Muré <batolettre@gmail.com>2020-02-05 22:33:03 +0100
commit1d4bb7ceb0cef79d68df0bacc913b01e40e6ddd6 (patch)
treee088b0fa43058afde1db71541d8fcb4b94905d6e /go.mod
parentf093be96e98284580d61664adecd0a2ff8b354e4 (diff)
downloadgit-bug-1d4bb7ceb0cef79d68df0bacc913b01e40e6ddd6.tar.gz
migrate to go modules
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod35
1 files changed, 35 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 00000000..78f9d9aa
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,35 @@
+module github.com/MichaelMure/git-bug
+
+go 1.10
+
+require (
+ github.com/99designs/gqlgen v0.9.2
+ github.com/MichaelMure/go-term-text v0.2.4
+ github.com/araddon/dateparse v0.0.0-20190622164848-0fb0a474d195
+ github.com/awesome-gocui/gocui v0.6.1-0.20191115151952-a34ffb055986
+ github.com/blang/semver v3.5.1+incompatible
+ 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
+ github.com/fatih/color v1.7.0
+ github.com/go-errors/errors v1.0.1
+ github.com/gorilla/mux v1.7.3
+ github.com/hashicorp/golang-lru v0.5.4 // indirect
+ github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428
+ github.com/mattn/go-colorable v0.1.4 // indirect
+ github.com/mattn/go-isatty v0.0.8
+ github.com/phayes/freeport v0.0.0-20171002181615-b8543db493a5
+ github.com/pkg/errors v0.8.1
+ 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
+ github.com/spf13/cobra v0.0.5
+ github.com/stretchr/testify v1.4.0
+ github.com/theckman/goconstraint v1.11.0
+ github.com/vektah/gqlparser v1.1.2
+ github.com/xanzy/go-gitlab v0.22.1
+ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
+ golang.org/x/oauth2 v0.0.0-20181106182150-f42d05182288
+ golang.org/x/sync v0.0.0-20190423024810-112230192c58
+ golang.org/x/text v0.3.0
+)