Skip to content

Commit 9a03cb4

Browse files
authored
Merge pull request #12 from knocknote/feature/fix-transpose
`transpose` command ignore pkg/mod/go.knocknote.io/octillery for Go Modules
2 parents 6bcac9d + 57865ea commit 9a03cb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

transposer/inspector.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,13 @@ var (
3939

4040
func importDatabaseSQLPackagePatterns() []*regexp.Regexp {
4141
patterns := []*regexp.Regexp{}
42-
basePath := filepath.Join("go.knocknote.io", "octillery")
42+
basePath := filepath.Join("go.knocknote.io", "octillery.*")
4343
for _, path := range []string{
4444
"algorithm",
4545
"connection",
4646
"database",
4747
"exec",
48+
"migrator",
4849
"octillery\\.go",
4950
"plugin",
5051
"printer",

0 commit comments

Comments
 (0)