From 9269750949f0c32d2e45e22247e889044b2e8fb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 03:25:30 +0000 Subject: [PATCH] build(deps): bump github.com/kevinburke/ssh_config from 1.4.0 to 1.6.0 Bumps [github.com/kevinburke/ssh_config](https://github.com/kevinburke/ssh_config) from 1.4.0 to 1.6.0. - [Changelog](https://github.com/kevinburke/ssh_config/blob/master/CHANGELOG.md) - [Commits](https://github.com/kevinburke/ssh_config/compare/v1.4.0...v1.6.0) --- updated-dependencies: - dependency-name: github.com/kevinburke/ssh_config dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index ff584c1..98e015b 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/charmbracelet/lipgloss v1.1.0 github.com/invopop/jsonschema v0.14.0 github.com/jackc/pgx/v5 v5.10.0 - github.com/kevinburke/ssh_config v1.4.0 + github.com/kevinburke/ssh_config v1.6.0 github.com/owenrumney/go-sarif/v2 v2.3.3 github.com/spf13/cobra v1.10.2 golang.org/x/crypto v0.56.0 diff --git a/go.sum b/go.sum index 15960bf..470d9b0 100644 --- a/go.sum +++ b/go.sum @@ -44,8 +44,8 @@ github.com/jackc/pgx/v5 v5.10.0 h1:VhSvgU2jSli8o3AqIEOTJr7rZwAEUVo4E4XhR94Zfr0= github.com/jackc/pgx/v5 v5.10.0/go.mod h1:mal1tBGAFfLHvZzaYh77YS/eC6IX9OWbRV1QIIM0Jn4= github.com/jackc/puddle/v2 v2.2.2 h1:PR8nw+E/1w0GLuRFSmiioY6UooMp6KJv0/61nB7icHo= github.com/jackc/puddle/v2 v2.2.2/go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4= -github.com/kevinburke/ssh_config v1.4.0 h1:6xxtP5bZ2E4NF5tuQulISpTO2z8XbtH8cg1PWkxoFkQ= -github.com/kevinburke/ssh_config v1.4.0/go.mod h1:q2RIzfka+BXARoNexmF9gkxEX7DmvbW9P4hIVx2Kg4M= +github.com/kevinburke/ssh_config v1.6.0 h1:J1FBfmuVosPHf5GRdltRLhPJtJpTlMdKTBjRgTaQBFY= +github.com/kevinburke/ssh_config v1.6.0/go.mod h1:q2RIzfka+BXARoNexmF9gkxEX7DmvbW9P4hIVx2Kg4M= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=