mirror of
https://github.com/redis/go-redis.git
synced 2025-06-12 14:21:52 +03:00
Remove gopkg.in
This commit is contained in:
@ -9,7 +9,7 @@ import (
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/gomega"
|
||||
|
||||
"gopkg.in/redis.v5"
|
||||
"github.com/go-redis/redis"
|
||||
)
|
||||
|
||||
var _ = Describe("Commands", func() {
|
||||
|
Reference in New Issue
Block a user