We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e2003c commit 5bf11c8Copy full SHA for 5bf11c8
go.mod
@@ -1,13 +1,16 @@
1
module github.com/SbstnErhrdt/go-gorm-all-sql
2
3
-go 1.15
+go 1.16
4
5
require (
6
+ github.com/jackc/pgproto3/v2 v2.0.7 // indirect
7
+ github.com/jackc/pgx/v4 v4.11.0 // indirect
8
github.com/mattn/go-sqlite3 v1.14.4 // indirect
- golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
9
+ golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
10
+ golang.org/x/text v0.3.6 // indirect
11
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
- gorm.io/driver/mysql v1.0.2
- gorm.io/driver/postgres v1.0.4
12
+ gorm.io/driver/mysql v1.0.6
13
+ gorm.io/driver/postgres v1.0.8
14
gorm.io/driver/sqlite v1.1.3
- gorm.io/gorm v1.20.4
15
+ gorm.io/gorm v1.21.9
16
)
0 commit comments