Fix import path

This commit is contained in:
Vladimir Mihailenco 2021-02-06 08:29:28 +02:00
parent 89b72c9e2a
commit fd6fac1a1a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ package fuzz
import ( import (
"context" "context"
"github.com/go-redis/redis" "github.com/go-redis/redis/v8"
"time" "time"
) )