➖ Replaced external slog package onto native one
This commit is contained in:
parent
e94159bc80
commit
2e6989e9a3
1 changed files with 1 additions and 2 deletions
|
@ -2,13 +2,12 @@ package middleware
|
|||
|
||||
import (
|
||||
"io"
|
||||
"log/slog"
|
||||
"net/http"
|
||||
"os"
|
||||
"strings"
|
||||
"sync/atomic"
|
||||
"time"
|
||||
|
||||
"golang.org/x/exp/slog" // TODO(toby3d): use "log/slog" after go1.21 release
|
||||
)
|
||||
|
||||
type (
|
||||
|
|
Loading…
Reference in a new issue