diff --git a/.deepsource.toml b/.deepsource.toml index ddfffeba4e346..8ecc372733fc8 100644 --- a/.deepsource.toml +++ b/.deepsource.toml @@ -5,4 +5,8 @@ name = "go" enabled = true [analyzers.meta] - import_paths = ["github.com/pingcap/tidb"] + import_paths = [ + "github.com/pingcap/tidb", + "github.com/pingcap/tidb/tests/globalkilltest" + ] + import_root = "github.com/pingcap/tidb" diff --git a/tests/globalkilltest/go.mod b/tests/globalkilltest/go.mod index c879e206adaff..5705bb816f517 100644 --- a/tests/globalkilltest/go.mod +++ b/tests/globalkilltest/go.mod @@ -1,4 +1,4 @@ -module github.com/pingcap/tests/globalkilltest +module github.com/pingcap/tidb/tests/globalkilltest go 1.13