mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
change slices dependency
This commit is contained in:
parent
bae22cc593
commit
80a763e880
1 changed files with 1 additions and 1 deletions
|
|
@ -21,11 +21,11 @@ import (
|
|||
"container/heap"
|
||||
"errors"
|
||||
"fmt"
|
||||
"golang.org/x/exp/slices"
|
||||
"math"
|
||||
"math/big"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"slices"
|
||||
"sort"
|
||||
"sync"
|
||||
"time"
|
||||
|
|
|
|||
Loading…
Reference in a new issue