@@ -11,7 +11,7 @@ require (
11
11
github.com/go-logr/logr v1.2.3
12
12
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13
13
github.com/google/uuid v1.3.0
14
- github.com/jackc/pgx/v4 v4.17.2
14
+ github.com/jackc/pgx/v5 v5.2.0
15
15
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
16
16
github.com/lib/pq v1.10.7
17
17
github.com/logrusorgru/aurora/v3 v3.0.0
@@ -75,13 +75,8 @@ require (
75
75
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
76
76
github.com/imdario/mergo v0.3.12 // indirect
77
77
github.com/inconshreveable/mousetrap v1.0.1 // indirect
78
- github.com/jackc/chunkreader/v2 v2.0.1 // indirect
79
- github.com/jackc/pgconn v1.13.0 // indirect
80
- github.com/jackc/pgio v1.0.0 // indirect
81
78
github.com/jackc/pgpassfile v1.0.0 // indirect
82
- github.com/jackc/pgproto3/v2 v2.3.1 // indirect
83
79
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
84
- github.com/jackc/pgtype v1.12.0 // indirect
85
80
github.com/josharian/intern v1.0.0 // indirect
86
81
github.com/json-iterator/go v1.1.12 // indirect
87
82
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
@@ -97,10 +92,11 @@ require (
97
92
github.com/prometheus/client_model v0.3.0 // indirect
98
93
github.com/prometheus/common v0.37.0 // indirect
99
94
github.com/prometheus/procfs v0.8.0 // indirect
95
+ github.com/rogpeppe/go-internal v1.9.0 // indirect
100
96
github.com/xlab/treeprint v1.1.0 // indirect
101
97
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
102
98
go.uber.org/multierr v1.6.0 // indirect
103
- golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
99
+ golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect
104
100
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
105
101
golang.org/x/term v0.3.0 // indirect
106
102
golang.org/x/text v0.5.0 // indirect
0 commit comments