Skip to content

Commit 8324b45

Browse files
committed
Update pgx deps
1 parent c367ed2 commit 8324b45

File tree

2 files changed

+59
-31
lines changed

2 files changed

+59
-31
lines changed

Diff for: go.mod

+12-13
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)