forked from TrueCloudLab/rclone
vendor: run go tidy and go vendor
This commit is contained in:
parent
93228dfcc9
commit
b84cc0cae7
37 changed files with 47 additions and 60 deletions
17
vendor/github.com/nsf/termbox-go/api.go
generated
vendored
17
vendor/github.com/nsf/termbox-go/api.go
generated
vendored
|
@ -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
|
||||
|
||||
|
|
2
vendor/github.com/nsf/termbox-go/termbox_windows.go
generated
vendored
2
vendor/github.com/nsf/termbox-go/termbox_windows.go
generated
vendored
|
@ -4,7 +4,7 @@ import "math"
|
|||
import "syscall"
|
||||
import "unsafe"
|
||||
import "unicode/utf16"
|
||||
import runewidth "github.com/mattn/go-runewidth"
|
||||
import "github.com/mattn/go-runewidth"
|
||||
|
||||
type (
|
||||
wchar uint16
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue