1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-31 05:04:23 +03:00

upgrade xxhash to v2

This commit is contained in:
Mitsuo Heijo
2020-07-06 13:51:51 +09:00
parent dc52593c8c
commit 44e1bf83ea
3 changed files with 4 additions and 8 deletions

View File

@ -10,7 +10,7 @@ import (
"sync/atomic"
"time"
"github.com/cespare/xxhash"
"github.com/cespare/xxhash/v2"
"github.com/dgryski/go-rendezvous"
"golang.org/x/exp/rand"