@@ -3,16 +3,31 @@ module github.com/rubenv/sql-migrate
33go 1.16
44
55require (
6+ github.com/Masterminds/sprig/v3 v3.2.3 // indirect
7+ github.com/armon/go-radix v1.0.0 // indirect
68 github.com/denisenkom/go-mssqldb v0.9.0
9+ github.com/fatih/color v1.13.0 // indirect
710 github.com/go-gorp/gorp/v3 v3.0.2
811 github.com/go-sql-driver/mysql v1.5.0
912 github.com/gobuffalo/packr/v2 v2.8.3
1013 github.com/godror/godror v0.24.2
14+ github.com/google/uuid v1.3.0 // indirect
15+ github.com/hashicorp/errwrap v1.1.0 // indirect
16+ github.com/hashicorp/go-multierror v1.1.1 // indirect
17+ github.com/huandu/xstrings v1.4.0 // indirect
18+ github.com/imdario/mergo v0.3.13 // indirect
1119 github.com/lib/pq v1.10.0
20+ github.com/mattn/go-colorable v0.1.13 // indirect
21+ github.com/mattn/go-isatty v0.0.17 // indirect
1222 github.com/mattn/go-oci8 v0.1.1
1323 github.com/mattn/go-sqlite3 v1.14.14
14- github.com/mitchellh/cli v1.1.4
24+ github.com/mitchellh/cli v1.1.5
25+ github.com/mitchellh/copystructure v1.2.0 // indirect
1526 github.com/olekukonko/tablewriter v0.0.5
27+ github.com/posener/complete v1.2.3 // indirect
28+ github.com/shopspring/decimal v1.3.1 // indirect
29+ github.com/spf13/cast v1.5.0 // indirect
30+ golang.org/x/crypto v0.5.0 // indirect
1631 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
1732 gopkg.in/yaml.v2 v2.4.0
1833)
0 commit comments