update dependencies (#6267)
Signed-off-by: hongming <coder.scala@gmail.com>
This commit is contained in:
15
vendor/github.com/rubenv/sql-migrate/.golangci.yaml
generated
vendored
15
vendor/github.com/rubenv/sql-migrate/.golangci.yaml
generated
vendored
@@ -9,9 +9,18 @@ linters-settings:
|
||||
disable:
|
||||
- fieldalignment
|
||||
depguard:
|
||||
list-type: blacklist
|
||||
include-go-root: true
|
||||
include-go-std-lib: true
|
||||
rules:
|
||||
main:
|
||||
allow:
|
||||
- $gostd
|
||||
- github.com/denisenkom/go-mssqldb
|
||||
- github.com/go-sql-driver/mysql
|
||||
- github.com/go-gorp/gorp/v3
|
||||
- github.com/lib/pq
|
||||
- github.com/mattn/go-sqlite3
|
||||
- github.com/mitchellh/cli
|
||||
- github.com/olekukonko/tablewriter
|
||||
- github.com/rubenv/sql-migrate
|
||||
exhaustive:
|
||||
default-signifies-exhaustive: true
|
||||
nolintlint:
|
||||
|
||||
Reference in New Issue
Block a user