From 796110f7af7b2932e2e8b7bcaf0598c10df8acbd Mon Sep 17 00:00:00 2001 From: jike Date: Mon, 17 Mar 2025 16:43:38 +0800 Subject: [PATCH] fn: remove x/exp dependency --- fn/list_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fn/list_test.go b/fn/list_test.go index a2a1261a0..eb3811a1b 100644 --- a/fn/list_test.go +++ b/fn/list_test.go @@ -3,11 +3,11 @@ package fn import ( "math/rand" "reflect" + "slices" "testing" "testing/quick" "github.com/stretchr/testify/require" - "golang.org/x/exp/slices" ) func GenList(r *rand.Rand) *List[uint32] {