mirror of
https://github.com/redis/go-redis.git
synced 2025-07-20 22:42:59 +03:00
Fix import path
This commit is contained in:
@ -4,7 +4,7 @@ package fuzz
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"github.com/go-redis/redis"
|
"github.com/go-redis/redis/v8"
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user