File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 github.com/golang-jwt/jwt/v4 v4.2.0
99 github.com/google/uuid v1.3.0
1010 github.com/gorilla/mux v1.8.0
11- github.com/jackc/pgx/v4 v4.14.0
11+ github.com/jackc/pgx/v4 v4.14.1
1212 github.com/jmoiron/sqlx v1.3.4
1313 github.com/joho/godotenv v1.4.0
1414 github.com/swaggo/http-swagger v1.1.2
@@ -32,7 +32,7 @@ require (
3232 github.com/jackc/pgpassfile v1.0.0 // indirect
3333 github.com/jackc/pgproto3/v2 v2.2.0 // indirect
3434 github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
35- github.com/jackc/pgtype v1.9.0 // indirect
35+ github.com/jackc/pgtype v1.9.1 // indirect
3636 github.com/josharian/intern v1.0.0 // indirect
3737 github.com/leodido/go-urn v1.2.1 // indirect
3838 github.com/mailru/easyjson v0.7.7 // indirect
Original file line number Diff line number Diff line change @@ -107,14 +107,14 @@ github.com/jackc/pgtype v0.0.0-20190421001408-4ed0de4755e0/go.mod h1:hdSHsc1V01C
107107github.com/jackc/pgtype v0.0.0-20190824184912-ab885b375b90 /go.mod h1:KcahbBH1nCMSo2DXpzsoWOAfFkdEtEJpPbVLq8eE+mc =
108108github.com/jackc/pgtype v0.0.0-20190828014616-a8802b16cc59 /go.mod h1:MWlu30kVJrUS8lot6TQqcg7mtthZ9T0EoIBFiJcmcyw =
109109github.com/jackc/pgtype v1.8.1-0.20210724151600-32e20a603178 /go.mod h1:C516IlIV9NKqfsMCXTdChteoXmwgUceqaLfjg2e3NlM =
110- github.com/jackc/pgtype v1.9.0 h1:/SH1RxEtltvJgsDqp3TbiTFApD3mey3iygpuEGeuBXk =
111- github.com/jackc/pgtype v1.9.0 /go.mod h1:LUMuVrfsFfdKGLw+AFFVv6KtHOFMwRgDDzBt76IqCA4 =
110+ github.com/jackc/pgtype v1.9.1 h1:MJc2s0MFS8C3ok1wQTdQxWuXQcB6+HwAm5x1CzW7mf0 =
111+ github.com/jackc/pgtype v1.9.1 /go.mod h1:LUMuVrfsFfdKGLw+AFFVv6KtHOFMwRgDDzBt76IqCA4 =
112112github.com/jackc/pgx/v4 v4.0.0-20190420224344-cc3461e65d96 /go.mod h1:mdxmSJJuR08CZQyj1PVQBHy9XOp5p8/SHH6a0psbY9Y =
113113github.com/jackc/pgx/v4 v4.0.0-20190421002000-1b8f0016e912 /go.mod h1:no/Y67Jkk/9WuGR0JG/JseM9irFbnEPbuWV2EELPNuM =
114114github.com/jackc/pgx/v4 v4.0.0-pre1.0.20190824185557-6972a5742186 /go.mod h1:X+GQnOEnf1dqHGpw7JmHqHc1NxDoalibchSk9/RWuDc =
115115github.com/jackc/pgx/v4 v4.12.1-0.20210724153913-640aa07df17c /go.mod h1:1QD0+tgSXP7iUjYm9C1NxKhny7lq6ee99u/z+IHFcgs =
116- github.com/jackc/pgx/v4 v4.14.0 h1:TgdrmgnM7VY72EuSQzBbBd4JA1RLqJolrw9nQVZABVc =
117- github.com/jackc/pgx/v4 v4.14.0 /go.mod h1:jT3ibf/A0ZVCp89rtCIN0zCJxcE74ypROmHEZYsG/j8 =
116+ github.com/jackc/pgx/v4 v4.14.1 h1:71oo1KAGI6mXhLiTMn6iDFcp3e7+zon/capWjl2OEFU =
117+ github.com/jackc/pgx/v4 v4.14.1 /go.mod h1:RgDuE4Z34o7XE92RpLsvFiOEfrAUT0Xt2KxvX73W06M =
118118github.com/jackc/puddle v0.0.0-20190413234325-e4ced69a3a2b /go.mod h1:m4B5Dj62Y0fbyuIc15OsIqK0+JU8nkqQjsgx7dvjSWk =
119119github.com/jackc/puddle v0.0.0-20190608224051-11cab39313c9 /go.mod h1:m4B5Dj62Y0fbyuIc15OsIqK0+JU8nkqQjsgx7dvjSWk =
120120github.com/jackc/puddle v1.1.3 /go.mod h1:m4B5Dj62Y0fbyuIc15OsIqK0+JU8nkqQjsgx7dvjSWk =
You can’t perform that action at this time.
0 commit comments