Merge pull request #3 from alexgridx/1-upgrade-dependencies

#1 Removes Import Renames
This commit is contained in:
Alex 2024-04-10 15:01:24 +02:00 committed by GitHub
commit a5089538fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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) {