mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 00:53:42 -05:00
Build with Go 1.21
This commit is contained in:
@@ -7,8 +7,8 @@ import (
|
||||
"regexp"
|
||||
"time"
|
||||
|
||||
"github.com/gdamore/tcell/v2"
|
||||
"github.com/junegunn/fzf/src/util"
|
||||
"github.com/junegunn/tcell/v2"
|
||||
|
||||
"github.com/rivo/uniseg"
|
||||
)
|
||||
|
||||
@@ -6,8 +6,8 @@ import (
|
||||
"os"
|
||||
"testing"
|
||||
|
||||
"github.com/gdamore/tcell/v2"
|
||||
"github.com/junegunn/fzf/src/util"
|
||||
"github.com/junegunn/tcell/v2"
|
||||
)
|
||||
|
||||
func assert(t *testing.T, context string, got any, want any) bool {
|
||||
|
||||
Reference in New Issue
Block a user