File tree Expand file tree Collapse file tree 18 files changed +7
-25
lines changed Expand file tree Collapse file tree 18 files changed +7
-25
lines changed Original file line number Diff line number Diff line change 77 "net/url"
88 "strconv"
99 "strings"
10- "time"
11-
1210 "sync/atomic"
11+ "time"
1312
1413 "github.com/golang-migrate/migrate/v4"
1514 "github.com/golang-migrate/migrate/v4/database"
Original file line number Diff line number Diff line change 88 nurl "net/url"
99 "regexp"
1010 "strconv"
11-
1211 "sync/atomic"
1312
1413 "github.com/cockroachdb/cockroach-go/v2/crdb"
Original file line number Diff line number Diff line change 88 "fmt"
99 "io"
1010 nurl "net/url"
11-
1211 "sync/atomic"
1312
1413 "github.com/golang-migrate/migrate/v4"
Original file line number Diff line number Diff line change 77 "net/url"
88 "os"
99 "strconv"
10- "time"
11-
1210 "sync/atomic"
11+ "time"
1312
1413 "github.com/cenkalti/backoff/v4"
1514 "github.com/golang-migrate/migrate/v4/database"
Original file line number Diff line number Diff line change @@ -13,9 +13,8 @@ import (
1313 "os"
1414 "strconv"
1515 "strings"
16- "time"
17-
1816 "sync/atomic"
17+ "time"
1918
2019 "github.com/go-sql-driver/mysql"
2120 "github.com/golang-migrate/migrate/v4/database"
Original file line number Diff line number Diff line change @@ -11,9 +11,8 @@ import (
1111 "regexp"
1212 "strconv"
1313 "strings"
14- "time"
15-
1614 "sync/atomic"
15+ "time"
1716
1817 "github.com/golang-migrate/migrate/v4"
1918 "github.com/golang-migrate/migrate/v4/database"
Original file line number Diff line number Diff line change @@ -11,9 +11,8 @@ import (
1111 "regexp"
1212 "strconv"
1313 "strings"
14- "time"
15-
1614 "sync/atomic"
15+ "time"
1716
1817 "github.com/golang-migrate/migrate/v4"
1918 "github.com/golang-migrate/migrate/v4/database"
Original file line number Diff line number Diff line change @@ -11,9 +11,8 @@ import (
1111 "regexp"
1212 "strconv"
1313 "strings"
14- "time"
15-
1614 "sync/atomic"
15+ "time"
1716
1817 "github.com/golang-migrate/migrate/v4"
1918 "github.com/golang-migrate/migrate/v4/database"
Original file line number Diff line number Diff line change 66 "io"
77 nurl "net/url"
88 "strings"
9-
109 "sync/atomic"
1110
1211 "github.com/hashicorp/go-multierror"
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import (
1010 nurl "net/url"
1111 "strconv"
1212 "strings"
13-
1413 "sync/atomic"
1514
1615 "github.com/golang-migrate/migrate/v4"
You can’t perform that action at this time.
0 commit comments