Skip to content

Commit

Permalink
refactor(redis): use log/slog
Browse files Browse the repository at this point in the history
  • Loading branch information
pcfreak30 committed Oct 8, 2024
1 parent 3487f90 commit 1f69745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/redislocker/new.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/go-redsync/redsync/v4"
"github.com/go-redsync/redsync/v4/redis/goredis/v9"
"github.com/redis/go-redis/v9"
"golang.org/x/exp/slog"
"log/slog"
"os"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/redislocker/redislocker.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package redislocker
import (
"context"
"errors"
"golang.org/x/exp/slog"
"log/slog"
"time"

"github.com/tus/tusd/v2/pkg/handler"
Expand Down

0 comments on commit 1f69745

Please sign in to comment.