@@ -7,12 +7,12 @@ require (
7
7
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
8
8
github.com/hashicorp/consul/api v1.18.0
9
9
github.com/jackc/pgconn v1.10.0
10
- github.com/jackc/pgx/v4 v4.13 .0
10
+ github.com/jackc/pgx/v5 v5.2 .0
11
11
github.com/pkg/errors v0.9.1
12
12
github.com/pkg/term v1.1.0
13
13
github.com/superfly/fly-checks v0.0.0-20221220181621-bcbf6f4dc6d7
14
14
golang.org/x/exp v0.0.0-20230105202349-8879d0199aa3
15
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
15
+ golang.org/x/sync v0.0.0-20220923202941-7f9b1623fab7
16
16
)
17
17
18
18
require (
@@ -30,13 +30,12 @@ require (
30
30
github.com/jackc/pgpassfile v1.0.0 // indirect
31
31
github.com/jackc/pgproto3/v2 v2.1.1 // indirect
32
32
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
33
- github.com/jackc/pgtype v1.8.1 // indirect
34
33
github.com/mattn/go-colorable v0.1.6 // indirect
35
34
github.com/mattn/go-isatty v0.0.12 // indirect
36
35
github.com/mitchellh/go-homedir v1.1.0 // indirect
37
36
github.com/mitchellh/mapstructure v1.4.1 // indirect
38
37
github.com/stretchr/testify v1.8.1 // indirect
39
- golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
38
+ golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect
40
39
golang.org/x/sys v0.2.0 // indirect
41
- golang.org/x/text v0.3.6 // indirect
40
+ golang.org/x/text v0.3.8 // indirect
42
41
)
0 commit comments