change slices dependency

This commit is contained in:
maskpp 2025-07-11 14:01:56 +08:00 committed by Gary Rong
parent bae22cc593
commit 80a763e880

View file

@ -21,11 +21,11 @@ import (
"container/heap" "container/heap"
"errors" "errors"
"fmt" "fmt"
"golang.org/x/exp/slices"
"math" "math"
"math/big" "math/big"
"os" "os"
"path/filepath" "path/filepath"
"slices"
"sort" "sort"
"sync" "sync"
"time" "time"