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