Skip to content

Commit fd6fac1

Browse files
committed
Fix import path
1 parent 89b72c9 commit fd6fac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzz/fuzz.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package fuzz
44

55
import (
66
"context"
7-
"github.com/go-redis/redis"
7+
"github.com/go-redis/redis/v8"
88
"time"
99
)
1010

0 commit comments

Comments
 (0)