pkg: bump go-redis -> v9

This commit is contained in:
2023-03-14 15:40:50 +00:00
parent 4a0bf88322
commit b8ebf88f36
7 changed files with 35 additions and 39 deletions

View File

@@ -6,10 +6,10 @@ import (
"time"
eth_crypto "github.com/celo-org/celo-blockchain/crypto"
"github.com/go-redis/redis/v8"
"github.com/grassrootseconomics/cic-custodial/internal/custodial"
"github.com/grassrootseconomics/cic-custodial/internal/nonce"
"github.com/grassrootseconomics/w3-celo-patch"
"github.com/redis/go-redis/v9"
)
// Define common smart contrcat ABI's that can be injected into the system container.