m/fzf
1
0
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:
Junegunn Choi
2025-09-11 00:22:16 +09:00
parent a0a334fc8d
commit 1f389c4933
7 changed files with 18 additions and 18 deletions

View File

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

View File

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