mirror of
https://github.com/redis/go-redis.git
synced 2025-07-25 08:21:55 +03:00
Remove gopkg.in
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
package redis
|
||||
|
||||
import (
|
||||
"gopkg.in/redis.v5/internal/pool"
|
||||
"github.com/go-redis/redis/internal/pool"
|
||||
)
|
||||
|
||||
type baseClient struct {
|
||||
|
Reference in New Issue
Block a user