Skip to content

Commit 6121901

Browse files
Prometheus2677FPiety0521
authored andcommitted
Update pgx deps
1 parent f911c82 commit 6121901

File tree

2 files changed

+59
-31
lines changed

2 files changed

+59
-31
lines changed

go.mod

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ require (
1717
github.com/gocql/gocql v0.0.0-20210515062232-b7ef815b4556
1818
github.com/google/go-github/v39 v39.2.0
1919
github.com/hashicorp/go-multierror v1.1.1
20-
github.com/jackc/pgconn v1.8.0
21-
github.com/jackc/pgerrcode v0.0.0-20201024163028-a0d42d470451
22-
github.com/jackc/pgx/v4 v4.10.1
20+
github.com/jackc/pgconn v1.13.0
21+
github.com/jackc/pgerrcode v0.0.0-20220416144525-469b46aa5efa
22+
github.com/jackc/pgx/v4 v4.17.2
2323
github.com/ktrysmt/go-bitbucket v0.6.4
24-
github.com/lib/pq v1.10.0
24+
github.com/lib/pq v1.10.2
2525
github.com/markbates/pkger v0.15.1
2626
github.com/mattn/go-sqlite3 v1.14.14
2727
github.com/microsoft/go-mssqldb v0.15.0
2828
github.com/mutecomm/go-sqlcipher/v4 v4.4.0
2929
github.com/nakagami/firebirdsql v0.0.0-20190310045651-3c02a58cfed8
3030
github.com/neo4j/neo4j-go-driver v1.8.1-0.20200803113522-b626aa943eba
3131
github.com/snowflakedb/gosnowflake v1.6.3
32-
github.com/stretchr/testify v1.7.1
32+
github.com/stretchr/testify v1.8.0
3333
github.com/xanzy/go-gitlab v0.15.0
3434
go.mongodb.org/mongo-driver v1.7.0
3535
go.uber.org/atomic v1.7.0
@@ -77,7 +77,6 @@ require (
7777
github.com/form3tech-oss/jwt-go v3.2.5+incompatible // indirect
7878
github.com/gabriel-vasile/mimetype v1.4.0 // indirect
7979
github.com/go-stack/stack v1.8.0 // indirect
80-
github.com/gofrs/uuid v4.0.0+incompatible // indirect
8180
github.com/gogo/protobuf v1.3.2 // indirect
8281
github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
8382
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe // indirect
@@ -99,9 +98,9 @@ require (
9998
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
10099
github.com/jackc/pgio v1.0.0 // indirect
101100
github.com/jackc/pgpassfile v1.0.0 // indirect
102-
github.com/jackc/pgproto3/v2 v2.0.7 // indirect
101+
github.com/jackc/pgproto3/v2 v2.3.1 // indirect
103102
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
104-
github.com/jackc/pgtype v1.6.2 // indirect
103+
github.com/jackc/pgtype v1.12.0 // indirect
105104
github.com/jmespath/go-jmespath v0.4.0 // indirect
106105
github.com/k0kubun/pp v2.3.0+incompatible // indirect
107106
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
@@ -130,18 +129,18 @@ require (
130129
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
131130
gitlab.com/nyarla/go-crypt v0.0.0-20160106005555-d9a5dc2b789b // indirect
132131
go.opencensus.io v0.23.0 // indirect
133-
golang.org/x/crypto v0.0.0-20220314234659-1baeb1ce4c0b // indirect
132+
golang.org/x/crypto v0.1.0 // indirect
134133
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
135-
golang.org/x/net v0.0.0-20221014081412-f15817d10f9b // indirect
134+
golang.org/x/net v0.1.0 // indirect
136135
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
137-
golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43 // indirect
138-
golang.org/x/text v0.3.7 // indirect
136+
golang.org/x/sys v0.1.0 // indirect
137+
golang.org/x/text v0.4.0 // indirect
139138
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
140139
google.golang.org/appengine v1.6.7 // indirect
141140
google.golang.org/grpc v1.48.0 // indirect
142141
google.golang.org/protobuf v1.28.0 // indirect
143142
gopkg.in/inf.v0 v0.9.1 // indirect
144-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
143+
gopkg.in/yaml.v3 v3.0.1 // indirect
145144
lukechampine.com/uint128 v1.1.1 // indirect
146145
modernc.org/b v1.0.0 // indirect
147146
modernc.org/cc/v3 v3.36.0 // indirect

0 commit comments

Comments
 (0)