Skip to content

Commit 4f80912

Browse files
update go deps (#53)
1 parent 2d25210 commit 4f80912

File tree

2 files changed

+491
-9
lines changed

2 files changed

+491
-9
lines changed

go.mod

+10-9
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ module src.techknowlogick.com/xormigrate
33
go 1.14
44

55
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
1010
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
1617
)

0 commit comments

Comments
 (0)