Skip to content

Commit 03a6b2b

Browse files
build(deps): bump github.com/jackc/pgx/v5 from 5.9.1 to 5.9.2
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.9.1 to 5.9.2. - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](jackc/pgx@v5.9.1...v5.9.2) --- updated-dependencies: - dependency-name: github.com/jackc/pgx/v5 dependency-version: 5.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d9aafdf commit 03a6b2b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go 1.25.0
55
require (
66
github.com/BurntSushi/toml v1.6.0
77
github.com/atotto/clipboard v0.1.4
8+
github.com/aymanbagabas/go-osc52/v2 v2.0.1
89
github.com/charmbracelet/bubbletea v1.3.10
910
github.com/charmbracelet/glamour v1.0.0
1011
github.com/charmbracelet/lipgloss v1.1.1-0.20250404203927-76690c660834
@@ -16,7 +17,7 @@ require (
1617
github.com/google/go-cmp v0.7.0
1718
github.com/google/go-github/v84 v84.0.0
1819
github.com/google/uuid v1.6.0
19-
github.com/jackc/pgx/v5 v5.9.1
20+
github.com/jackc/pgx/v5 v5.9.2
2021
github.com/mattn/go-isatty v0.0.21
2122
github.com/mattn/go-runewidth v0.0.23
2223
github.com/muesli/termenv v0.16.0
@@ -31,7 +32,6 @@ require (
3132

3233
require (
3334
github.com/alecthomas/chroma/v2 v2.20.0 // indirect
34-
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
3535
github.com/aymerick/douceur v0.2.0 // indirect
3636
github.com/charmbracelet/colorprofile v0.4.1 // indirect
3737
github.com/charmbracelet/x/cellbuf v0.0.15 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsI
8080
github.com/jackc/pgpassfile v1.0.0/go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg=
8181
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 h1:iCEnooe7UlwOQYpKFhBabPMi4aNAfoODPEFNiAnClxo=
8282
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761/go.mod h1:5TJZWKEWniPve33vlWYSoGYefn3gLQRzjfDlhSJ9ZKM=
83-
github.com/jackc/pgx/v5 v5.9.1 h1:uwrxJXBnx76nyISkhr33kQLlUqjv7et7b9FjCen/tdc=
84-
github.com/jackc/pgx/v5 v5.9.1/go.mod h1:mal1tBGAFfLHvZzaYh77YS/eC6IX9OWbRV1QIIM0Jn4=
83+
github.com/jackc/pgx/v5 v5.9.2 h1:3ZhOzMWnR4yJ+RW1XImIPsD1aNSz4T4fyP7zlQb56hw=
84+
github.com/jackc/pgx/v5 v5.9.2/go.mod h1:mal1tBGAFfLHvZzaYh77YS/eC6IX9OWbRV1QIIM0Jn4=
8585
github.com/jackc/puddle/v2 v2.2.2 h1:PR8nw+E/1w0GLuRFSmiioY6UooMp6KJv0/61nB7icHo=
8686
github.com/jackc/puddle/v2 v2.2.2/go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4=
8787
github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0=

0 commit comments

Comments
 (0)