mirror of https://github.com/go-redis/redis.git
Fix import path
This commit is contained in:
parent
89b72c9e2a
commit
fd6fac1a1a
|
@ -4,7 +4,7 @@ package fuzz
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"github.com/go-redis/redis"
|
"github.com/go-redis/redis/v8"
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue