Skip to content

Commit 21766ed

Browse files
chore(deps): update module github.com/kevinburke/ssh_config to v1.4.0
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent a73f17e commit 21766ed

File tree

10 files changed

+73
-27
lines changed

10 files changed

+73
-27
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ require (
113113
github.com/jonboulle/clockwork v0.4.0 // indirect
114114
github.com/json-iterator/go v1.1.12 // indirect
115115
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
116-
github.com/kevinburke/ssh_config v1.2.0 // indirect
116+
github.com/kevinburke/ssh_config v1.4.0 // indirect
117117
github.com/klauspost/compress v1.18.0 // indirect
118118
github.com/kylelemons/godebug v1.1.0 // indirect
119119
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnr
271271
github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
272272
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 h1:Z9n2FFNUXsshfwJMBgNA0RU6/i7WVaAegv3PtuIHPMs=
273273
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51/go.mod h1:CzGEWj7cYgsdH8dAjBGEr58BoE7ScuLd+fwFZ44+/x8=
274-
github.com/kevinburke/ssh_config v1.2.0 h1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4=
275-
github.com/kevinburke/ssh_config v1.2.0/go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF4nAY/ojJ6r6mM=
274+
github.com/kevinburke/ssh_config v1.4.0 h1:6xxtP5bZ2E4NF5tuQulISpTO2z8XbtH8cg1PWkxoFkQ=
275+
github.com/kevinburke/ssh_config v1.4.0/go.mod h1:q2RIzfka+BXARoNexmF9gkxEX7DmvbW9P4hIVx2Kg4M=
276276
github.com/keybase/go-keychain v0.0.1 h1:way+bWYa6lDppZoZcgMbYsvC7GxljxrskdNInRtuthU=
277277
github.com/keybase/go-keychain v0.0.1/go.mod h1:PdEILRW3i9D8JcdM+FmY6RwkHGnhHxXwkPPMeUgOK1k=
278278
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=

vendor/github.com/kevinburke/ssh_config/.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

vendor/github.com/kevinburke/ssh_config/AUTHORS.txt

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/kevinburke/ssh_config/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/kevinburke/ssh_config/Makefile

Lines changed: 4 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/kevinburke/ssh_config/README.md

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/kevinburke/ssh_config/config.go

Lines changed: 41 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/kevinburke/ssh_config/parser.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,8 +513,8 @@ github.com/json-iterator/go
513513
# github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
514514
## explicit
515515
github.com/kballard/go-shellquote
516-
# github.com/kevinburke/ssh_config v1.2.0
517-
## explicit
516+
# github.com/kevinburke/ssh_config v1.4.0
517+
## explicit; go 1.18
518518
github.com/kevinburke/ssh_config
519519
# github.com/klauspost/compress v1.18.0
520520
## explicit; go 1.22

0 commit comments

Comments
 (0)