Skip to content

Commit b618acf

Browse files
M09Icclaude
andcommitted
fix: migrate runner_test import to utils/parsers
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent af0c249 commit b618acf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/runner_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"time"
88

99
"github.com/chainreactors/logs"
10-
"github.com/chainreactors/parsers"
10+
"github.com/chainreactors/utils/parsers"
1111
"github.com/chainreactors/spray/core/baseline"
1212
"github.com/chainreactors/spray/pkg"
1313
)

0 commit comments

Comments
 (0)