aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-03-28 19:52:16 +0100
committerMichael Muré <batolettre@gmail.com>2020-03-28 19:52:16 +0100
commitfec9ea09f65e5d15f365dd635885a709712be812 (patch)
tree7e8113aa04dafe14a5822b9f3e8ecf5c884d71fa /go.mod
parentecde909b0a87c329db3cd62562c7bf3902139320 (diff)
downloadgit-bug-fec9ea09f65e5d15f365dd635885a709712be812.tar.gz
drop support of go 1.11 due to bad dep handling without mod support
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 1 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index d8d1e632..292fbb39 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/MichaelMure/git-bug
-go 1.11
+go 1.12
require (
github.com/99designs/gqlgen v0.10.3-0.20200209012558-b7a58a1c0e4b
@@ -25,7 +25,6 @@ require (
github.com/skratchdot/open-golang v0.0.0-20190402232053-79abb63cd66e
github.com/spf13/cobra v0.0.6
github.com/stretchr/testify v1.5.1
- github.com/theckman/goconstraint v1.11.0
github.com/vektah/gqlparser v1.3.1
github.com/xanzy/go-gitlab v0.29.0
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550