1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/les/utils
Péter Szilágyi 811a674059 all: update golang/x/ext and fix slice sorting fallout (#27909)
The Go authors updated golang/x/ext to change the function signature of the slices sort method. 
It's an entire shitshow now because x/ext is not tagged, so everyone's codebase just 
picked a new version that some other dep depends on, causing our code to fail building.

This PR updates the dep on our code too and does all the refactorings to follow upstream...
2023-08-12 00:19:12 +02:00
..
exec_queue.go all: update license headers and AUTHORS from git history (#24947) 2022-05-24 20:39:40 +02:00
exec_queue_test.go
expiredvalue.go all: fix docstrings 2022-10-04 09:18:02 +02:00
expiredvalue_test.go
limiter.go all: update golang/x/ext and fix slice sorting fallout (#27909) 2023-08-12 00:19:12 +02:00
limiter_test.go all: remove deprecated uses of math.rand (#26710) 2023-02-16 14:36:58 -05:00
timeutils.go
timeutils_test.go all: use AbsTime.Add instead of conversion (#25417) 2022-07-29 18:23:30 +02:00
weighted_select.go
weighted_select_test.go