vendor: run go tidy and go vendor

This commit is contained in:
Nick Craig-Wood 2019-08-14 14:56:32 +01:00
parent 93228dfcc9
commit b84cc0cae7
37 changed files with 47 additions and 60 deletions

View file

@ -2,16 +2,13 @@
package termbox
import (
"fmt"
"os"
"os/signal"
"runtime"
"syscall"
"time"
runewidth "github.com/mattn/go-runewidth"
)
import "github.com/mattn/go-runewidth"
import "fmt"
import "os"
import "os/signal"
import "syscall"
import "runtime"
import "time"
// public API