From 6972baf39781a25722a27d63224503b5e087cad6 Mon Sep 17 00:00:00 2001 From: Martin Brylski Date: Wed, 18 Dec 2019 10:52:56 +0100 Subject: [PATCH 1/3] updated termbox. solves issue with tmux-256color TERM definition --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 308b3d6..d893090 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/jessevdk/go-flags v1.1.0 github.com/lestrrat-go/pdebug v0.0.0-20180220043849-39f9a71bcabe github.com/mattn/go-runewidth v0.0.0-20161012013512-737072b4e32b - github.com/nsf/termbox-go v0.0.0-20180303152453-e2050e41c884 + github.com/nsf/termbox-go v0.0.0-20180303152453-93860e161317 github.com/pkg/errors v0.0.0-20161029093637-248dadf4e906 github.com/pmezard/go-difflib v1.0.0 // indirect github.com/stretchr/testify v0.0.0-20161117074351-18a02ba4a312 From 927fba1ce1e0c0a80a39073813f284f0dc6e7f60 Mon Sep 17 00:00:00 2001 From: Daisuke Maki Date: Thu, 19 Dec 2019 09:38:30 +0900 Subject: [PATCH 2/3] redact pseudo-version for go 1.13~ https://tip.golang.org/doc/go1.13#version-validation --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d893090..767f77c 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/jessevdk/go-flags v1.1.0 github.com/lestrrat-go/pdebug v0.0.0-20180220043849-39f9a71bcabe github.com/mattn/go-runewidth v0.0.0-20161012013512-737072b4e32b - github.com/nsf/termbox-go v0.0.0-20180303152453-93860e161317 + github.com/nsf/termbox-go 93860e161317 github.com/pkg/errors v0.0.0-20161029093637-248dadf4e906 github.com/pmezard/go-difflib v1.0.0 // indirect github.com/stretchr/testify v0.0.0-20161117074351-18a02ba4a312 From ff7b71a8b9f4943fcaffe3121ba9143265995fcb Mon Sep 17 00:00:00 2001 From: Daisuke Maki Date: Thu, 19 Dec 2019 09:46:07 +0900 Subject: [PATCH 3/3] Update go version while we're at it --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9652fcf..7538cc1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: go go: - - 1.11.x + - 1.13.x - tip sudo: false cache: