Merge pull request #3 from alexgridx/1-upgrade-dependencies
#1 Removes Import Renames
This commit is contained in:
commit
a5089538fd
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
redis "github.com/redis/go-redis/v9"
|
"github.com/redis/go-redis/v9"
|
||||||
)
|
)
|
||||||
|
|
||||||
const localhost = "127.0.0.1:6379"
|
const localhost = "127.0.0.1:6379"
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/alicebob/miniredis"
|
"github.com/alicebob/miniredis"
|
||||||
redis "github.com/redis/go-redis/v9"
|
"github.com/redis/go-redis/v9"
|
||||||
)
|
)
|
||||||
|
|
||||||
func Test_CheckpointOptions(t *testing.T) {
|
func Test_CheckpointOptions(t *testing.T) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue