• Péter Szilágyi's avatar
    all: update golang/x/ext and fix slice sorting fallout (#27909) · be65b476
    Péter Szilágyi authored
    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...
    be65b476
Name
Last commit
Last update
..
dbtest Loading commit data...
leveldb Loading commit data...
memorydb Loading commit data...
pebble Loading commit data...
remotedb Loading commit data...
batch.go Loading commit data...
database.go Loading commit data...
iterator.go Loading commit data...
snapshot.go Loading commit data...