Skip to content

Commit c23ee61

Browse files
Bump github.com/jackc/pgx/v4 from 4.10.1 to 4.18.2 in /example (#39)
Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.10.1 to 4.18.2. - [Changelog](https://github.com/jackc/pgx/blob/v4.18.2/CHANGELOG.md) - [Commits](jackc/pgx@v4.10.1...v4.18.2) --- updated-dependencies: - dependency-name: github.com/jackc/pgx/v4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e5641d8 commit c23ee61

File tree

2 files changed

+51
-20
lines changed

2 files changed

+51
-20
lines changed

example/go.mod

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
require (
2121
github.com/BurntSushi/toml v0.3.1 // indirect
2222
github.com/KyleBanks/depth v1.2.1 // indirect
23-
github.com/Masterminds/semver/v3 v3.0.3 // indirect
23+
github.com/Masterminds/semver/v3 v3.1.1 // indirect
2424
github.com/PuerkitoBio/purell v1.1.1 // indirect
2525
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
2626
github.com/aymerick/douceur v0.2.0 // indirect
@@ -55,27 +55,27 @@ require (
5555
github.com/gobuffalo/tags/v3 v3.1.0 // indirect
5656
github.com/gobuffalo/validate v2.0.4+incompatible // indirect
5757
github.com/gobuffalo/validate/v3 v3.1.0 // indirect
58-
github.com/gofrs/uuid v3.2.0+incompatible // indirect
58+
github.com/gofrs/uuid v4.0.0+incompatible // indirect
5959
github.com/gorilla/css v1.0.0 // indirect
6060
github.com/gorilla/handlers v1.5.1 // indirect
6161
github.com/gorilla/mux v1.8.0 // indirect
6262
github.com/gorilla/securecookie v1.1.1 // indirect
6363
github.com/gorilla/sessions v1.2.1 // indirect
6464
github.com/inconshreveable/mousetrap v1.0.0 // indirect
6565
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
66-
github.com/jackc/pgconn v1.8.0 // indirect
66+
github.com/jackc/pgconn v1.14.3 // indirect
6767
github.com/jackc/pgio v1.0.0 // indirect
6868
github.com/jackc/pgpassfile v1.0.0 // indirect
6969
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
70-
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
71-
github.com/jackc/pgtype v1.6.2 // indirect
72-
github.com/jackc/pgx/v4 v4.10.1 // indirect
70+
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
71+
github.com/jackc/pgtype v1.14.0 // indirect
72+
github.com/jackc/pgx/v4 v4.18.2 // indirect
7373
github.com/jmoiron/sqlx v1.2.0 // indirect
7474
github.com/joho/godotenv v1.3.0 // indirect
7575
github.com/josharian/intern v1.0.0 // indirect
7676
github.com/karrick/godirwalk v1.16.1 // indirect
7777
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
78-
github.com/lib/pq v1.3.0 // indirect
78+
github.com/lib/pq v1.10.2 // indirect
7979
github.com/luna-duclos/instrumentedsql v1.1.3 // indirect
8080
github.com/mailru/easyjson v0.7.6 // indirect
8181
github.com/markbates/grift v1.5.0 // indirect
@@ -98,15 +98,14 @@ require (
9898
github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e // indirect
9999
github.com/spf13/cobra v1.1.3 // indirect
100100
github.com/spf13/pflag v1.0.5 // indirect
101-
github.com/stretchr/testify v1.7.0 // indirect
101+
github.com/stretchr/testify v1.8.1 // indirect
102102
golang.org/x/crypto v0.36.0 // indirect
103103
golang.org/x/net v0.38.0 // indirect
104104
golang.org/x/sync v0.12.0 // indirect
105105
golang.org/x/sys v0.31.0 // indirect
106106
golang.org/x/term v0.30.0 // indirect
107107
golang.org/x/text v0.23.0 // indirect
108108
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
109-
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
110109
gopkg.in/yaml.v2 v2.4.0 // indirect
111110
gopkg.in/yaml.v3 v3.0.1 // indirect
112111
)

0 commit comments

Comments
 (0)