File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ package commands
22
33import (
44 "fmt"
5- "github.com/persata /mysqldumptablepurger/io"
6- "github.com/persata /mysqldumptablepurger/parser"
5+ "github.com/Persata /mysqldumptablepurger/io"
6+ "github.com/Persata /mysqldumptablepurger/parser"
77)
88
99func ListTables (path string ) {
Original file line number Diff line number Diff line change 55 "os"
66 "bufio"
77 "strings"
8- "github.com/persata /mysqldumptablepurger/io"
9- "github.com/persata /mysqldumptablepurger/parser"
8+ "github.com/Persata /mysqldumptablepurger/io"
9+ "github.com/Persata /mysqldumptablepurger/parser"
1010 "regexp"
1111)
1212
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package main
33import (
44 "os"
55 "gopkg.in/alecthomas/kingpin.v2"
6- "github.com/persata /mysqldumptablepurger/commands"
6+ "github.com/Persata /mysqldumptablepurger/commands"
77)
88
99var (
You can’t perform that action at this time.
0 commit comments