File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ import (
21
21
"os"
22
22
"time"
23
23
24
- "golang.org/x/exp/slog"
25
24
"gopkg.in/urfave/cli.v1"
25
+ "log/slog"
26
26
27
27
"github.com/CortexFoundation/CortexTheseus/cmd/devp2p/internal/v5test"
28
28
"github.com/CortexFoundation/CortexTheseus/common"
Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ import (
29
29
"github.com/CortexFoundation/CortexTheseus/core/types"
30
30
"github.com/CortexFoundation/CortexTheseus/log"
31
31
"github.com/CortexFoundation/CortexTheseus/params"
32
- "golang.org/x/exp/slog"
32
+
33
+ "log/slog"
33
34
)
34
35
35
36
func verifyUnbrokenCanonchain (hc * HeaderChain ) error {
Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ import (
32
32
"github.com/CortexFoundation/CortexTheseus/core/types"
33
33
"github.com/CortexFoundation/CortexTheseus/log"
34
34
"github.com/CortexFoundation/CortexTheseus/params"
35
- "golang.org/x/exp/slog"
35
+
36
+ "log/slog"
36
37
)
37
38
38
39
var (
You can’t perform that action at this time.
0 commit comments