From fec9ea09f65e5d15f365dd635885a709712be812 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sat, 28 Mar 2020 19:52:16 +0100 Subject: drop support of go 1.11 due to bad dep handling without mod support --- git-bug.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'git-bug.go') 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() { -- cgit