File tree 2 files changed +491
-9
lines changed
2 files changed +491
-9
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,15 @@ module src.techknowlogick.com/xormigrate
3
3
go 1.14
4
4
5
5
require (
6
- github. com/denisenkom/go-mssqldb v0.9.0
7
- github.com/go-sql-driver/mysql v1.5 .0
8
- github.com/golang/protobuf v1.3.1 // indirect
9
- github.com/golang/snappy v0.0.1 // indirect
6
+ cloud.google. com/go v0.37.4 // indirect
7
+ github.com/denisenkom/ go-mssqldb v0.10 .0
8
+ github.com/go-sql-driver/mysql v1.6.0
9
+ github.com/goccy/go-json v0.9.11 // indirect
10
10
github.com/joho/godotenv v1.3.0
11
- github.com/lib/pq v1.8.0
12
- github.com/mattn/go-sqlite3 v1.14.5
13
- github.com/stretchr/testify v1.6.1
14
- golang.org/x/text v0.3.2 // indirect
15
- xorm.io/xorm v1.0.1
11
+ github.com/lib/pq v1.10.2
12
+ github.com/mattn/go-sqlite3 v1.14.9
13
+ github.com/stretchr/testify v1.7.0
14
+ google.golang.org/appengine v1.6.0 // indirect
15
+ xorm.io/builder v0.3.12 // indirect
16
+ xorm.io/xorm v1.3.2
16
17
)
You can’t perform that action at this time.
0 commit comments