Merge pull request #488 from peco/martinbrylski-master

fix minor go tip problem, and merge martinbrylski's fix
This commit is contained in:
lestrrat 2019-12-19 10:06:37 +09:00 committed by GitHub
commit c4ad0a7ba4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
language: go
go:
- 1.11.x
- 1.13.x
- tip
sudo: false
cache:

2
go.mod
View file

@ -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 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