mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-18 04:40:03 +02:00
Upgrade from redis v8 to v9
This commit is contained in:
parent
c2d60a1240
commit
a91df0c39e
14 changed files with 102 additions and 127 deletions
|
|
@ -5,15 +5,15 @@ go 1.18
|
|||
require (
|
||||
github.com/alicebob/miniredis/v2 v2.30.2
|
||||
github.com/eosswedenorg-go/jsontime v0.0.0-20230509125027-08422d6236c7
|
||||
github.com/go-redis/redis/v8 v8.11.5
|
||||
github.com/go-redis/redismock/v8 v8.11.5
|
||||
github.com/go-redis/redismock/v9 v9.0.3
|
||||
github.com/redis/go-redis/v9 v9.0.5
|
||||
github.com/stretchr/testify v1.8.2
|
||||
github.com/ugorji/go/codec v1.2.11
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect
|
||||
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
||||
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
||||
github.com/json-iterator/go v1.1.12 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue