Go 1.21; use log/slog instead of version from x/exp
This commit is contained in:
@@ -2,12 +2,12 @@ package health
|
||||
|
||||
import (
|
||||
"context"
|
||||
"log/slog"
|
||||
"net/http"
|
||||
"strconv"
|
||||
"time"
|
||||
|
||||
"go.ntppool.org/common/logger"
|
||||
"golang.org/x/exp/slog"
|
||||
"golang.org/x/sync/errgroup"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user