Skip to content

Commit 70be2aa

Browse files
committed
bump gorm dependences
Signed-off-by: Iceber Gu <[email protected]>
1 parent b8652ad commit 70be2aa

File tree

125 files changed

+5774
-1477
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+5774
-1477
lines changed

go.mod

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ require (
66
github.com/DATA-DOG/go-sqlmock v1.5.0
77
github.com/clusterpedia-io/api v0.0.0
88
github.com/go-sql-driver/mysql v1.6.0
9-
github.com/jackc/pgconn v1.10.0
10-
github.com/jackc/pgerrcode v0.0.0-20201024163028-a0d42d470451
11-
github.com/jackc/pgx/v4 v4.13.0
9+
github.com/jackc/pgconn v1.12.1
10+
github.com/jackc/pgerrcode v0.0.0-20220416144525-469b46aa5efa
11+
github.com/jackc/pgx/v4 v4.16.1
1212
github.com/jinzhu/configor v1.2.1
1313
github.com/spf13/cobra v1.4.0
1414
github.com/spf13/pflag v1.0.5
15-
github.com/stretchr/testify v1.7.0
15+
github.com/stretchr/testify v1.8.0
1616
go.uber.org/atomic v1.7.0
1717
gopkg.in/natefinch/lumberjack.v2 v2.0.0
18-
gorm.io/datatypes v1.0.3
19-
gorm.io/driver/mysql v1.2.0
20-
gorm.io/driver/postgres v1.2.2
21-
gorm.io/gorm v1.22.3
18+
gorm.io/datatypes v1.0.7
19+
gorm.io/driver/mysql v1.3.6
20+
gorm.io/driver/postgres v1.3.9
21+
gorm.io/gorm v1.23.8
2222
k8s.io/api v0.24.1
2323
k8s.io/apiextensions-apiserver v0.24.1
2424
k8s.io/apimachinery v0.24.1
@@ -76,11 +76,11 @@ require (
7676
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
7777
github.com/jackc/pgio v1.0.0 // indirect
7878
github.com/jackc/pgpassfile v1.0.0 // indirect
79-
github.com/jackc/pgproto3/v2 v2.1.1 // indirect
79+
github.com/jackc/pgproto3/v2 v2.3.0 // indirect
8080
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
81-
github.com/jackc/pgtype v1.8.1 // indirect
81+
github.com/jackc/pgtype v1.11.0 // indirect
8282
github.com/jinzhu/inflection v1.0.0 // indirect
83-
github.com/jinzhu/now v1.1.2 // indirect
83+
github.com/jinzhu/now v1.1.5 // indirect
8484
github.com/josharian/intern v1.0.0 // indirect
8585
github.com/json-iterator/go v1.1.12 // indirect
8686
github.com/mailru/easyjson v0.7.6 // indirect
@@ -135,7 +135,7 @@ require (
135135
google.golang.org/protobuf v1.27.1 // indirect
136136
gopkg.in/inf.v0 v0.9.1 // indirect
137137
gopkg.in/yaml.v2 v2.4.0 // indirect
138-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
138+
gopkg.in/yaml.v3 v3.0.1 // indirect
139139
k8s.io/gengo v0.0.0-20211129171323-c02415ce4185 // indirect
140140
k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect
141141
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.30 // indirect

go.sum

Lines changed: 57 additions & 35 deletions
Large diffs are not rendered by default.

vendor/github.com/jackc/pgconn/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/jackc/pgconn/auth_scram.go

Lines changed: 12 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/jackc/pgconn/config.go

Lines changed: 105 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/jackc/pgconn/internal/ctxwatch/context_watcher.go

Lines changed: 11 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)