aboutsummaryrefslogtreecommitdiffstats
path: root/git-bug.go
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 /git-bug.go
parentecde909b0a87c329db3cd62562c7bf3902139320 (diff)
downloadgit-bug-fec9ea09f65e5d15f365dd635885a709712be812.tar.gz
drop support of go 1.11 due to bad dep handling without mod support
Diffstat (limited to 'git-bug.go')
-rw-r--r--git-bug.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/git-bug.go b/git-bug.go
index 70355a86..f743260b 100644
--- a/git-bug.go
+++ b/git-bug.go
@@ -8,9 +8,6 @@ package main
import (
"github.com/MichaelMure/git-bug/commands"
-
- // minimal go version is 1.11
- _ "github.com/theckman/goconstraint/go1.11/gte"
)
func main() {