mirror of
https://github.com/rclone/rclone.git
synced 2025-12-20 10:13:20 +00:00
vendor: run go tidy and go vendor
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user