Skip to content

Commit

Permalink
build(deps): Bump github.com/pkg/sftp from 1.13.5 to 1.13.6 (#530)
Browse files Browse the repository at this point in the history
Bumps [github.com/pkg/sftp](https://github.com/pkg/sftp) from 1.13.5 to
1.13.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pkg/sftp/releases">github.com/pkg/sftp's
releases</a>.</em></p>
<blockquote>
<h2>v1.13.6</h2>
<p><a href="https://redirect.github.com/pkg/sftp/issues/499">GH-499</a>
writeToSequential: improve tests for write errors
<a href="https://redirect.github.com/pkg/sftp/issues/513">GH-513</a>
More context for EOF during client setup
<a href="https://redirect.github.com/pkg/sftp/issues/516">GH-516</a>
RealPathFileLister: allow to return an error
<a href="https://redirect.github.com/pkg/sftp/issues/525">GH-525</a>
Document the weirdness of the reversal of arguments to SSH_FXP_SYMLINK
<a href="https://redirect.github.com/pkg/sftp/issues/526">GH-526</a>
request server: handle relative symlinks
<a href="https://redirect.github.com/pkg/sftp/issues/528">GH-528</a> Add
support for working directory in Server
<a href="https://redirect.github.com/pkg/sftp/issues/533">GH-533</a> CI:
add CIFuzz integration
<a href="https://redirect.github.com/pkg/sftp/issues/537">GH-537</a>
Stop ReadFromWithConcurrency sending more data than it needs to
<a href="https://redirect.github.com/pkg/sftp/issues/545">GH-545</a>
refactor sshfx encoding, fix link rot, go fmt
<a href="https://redirect.github.com/pkg/sftp/issues/553">GH-553</a>
Marshal extended attribute data if FileInfo supports it
<a href="https://redirect.github.com/pkg/sftp/issues/554">GH-554</a>
Properly handle io.EOF error conditions when reading</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pkg/sftp/commit/669003cef43b4ef0da0894493b012ba9c3d7e313"><code>669003c</code></a>
Merge pull request <a
href="https://redirect.github.com/pkg/sftp/issues/554">#554</a> from
dsnet/master</li>
<li><a
href="https://github.com/pkg/sftp/commit/e9377c8373b34dca1f9655b2444adf52bcd32cb6"><code>e9377c8</code></a>
Properly handle io.EOF error conditions when reading</li>
<li><a
href="https://github.com/pkg/sftp/commit/ec1c8caca60e03e3816cadfaad20a0fd384a2a5e"><code>ec1c8ca</code></a>
Merge pull request <a
href="https://redirect.github.com/pkg/sftp/issues/553">#553</a> from
peterverraedt/marshal-extended</li>
<li><a
href="https://github.com/pkg/sftp/commit/c632ce6285b74e776d5dcfaec897a2a97f93d5bd"><code>c632ce6</code></a>
Marshal extended data if file info supports it</li>
<li><a
href="https://github.com/pkg/sftp/commit/72a484f090c5495d4df60aea1ad4cccf714e409c"><code>72a484f</code></a>
Merge pull request <a
href="https://redirect.github.com/pkg/sftp/issues/550">#550</a> from
tanishqsinghal7/ts-deleteallresources</li>
<li><a
href="https://github.com/pkg/sftp/commit/78e49babba678130c2decdd8acbe97f74e0e8c89"><code>78e49ba</code></a>
Check</li>
<li><a
href="https://github.com/pkg/sftp/commit/d17dfb25ab87b8561c67800921d0f29d0af5db4f"><code>d17dfb2</code></a>
Resolve Comments</li>
<li><a
href="https://github.com/pkg/sftp/commit/f96a7bef9516f481f86400e4799772eec83adf37"><code>f96a7be</code></a>
Handling error &amp; Test func with working tree</li>
<li><a
href="https://github.com/pkg/sftp/commit/628da3e1184de6ca545657fc87e5f247ef2ac1c8"><code>628da3e</code></a>
Adding Tests to test the func &amp; resolving comment</li>
<li><a
href="https://github.com/pkg/sftp/commit/0ac5f90dbb2b2fe79d663b0a3a7f04dca13c196b"><code>0ac5f90</code></a>
Implemented Delete All Resources Function</li>
<li>Additional commits viewable in <a
href="https://github.com/pkg/sftp/compare/v1.13.5...v1.13.6">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/pkg/sftp&package-manager=go_modules&previous-version=1.13.5&new-version=1.13.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 16, 2023
1 parent 6e33d15 commit 09b3846
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/onsi/ginkgo/v2 v2.11.0
github.com/onsi/gomega v1.27.10
github.com/pelletier/go-toml v1.9.5
github.com/pkg/sftp v1.13.5
github.com/pkg/sftp v1.13.6
github.com/runfinch/common-tests v0.7.2
github.com/shirou/gopsutil/v3 v3.23.7
github.com/sirupsen/logrus v1.9.3
Expand Down
5 changes: 2 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,8 @@ github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pkg/sftp v1.13.1/go.mod h1:3HaPG6Dq1ILlpPZRO0HVMrsydcdLt6HRDccSgb87qRg=
github.com/pkg/sftp v1.13.5 h1:a3RLUqkyjYRtBTZJZ1VRrKbN3zhuPLlUc3sphVz81go=
github.com/pkg/sftp v1.13.5/go.mod h1:wHDZ0IZX6JcBYRK1TH9bcVq8G7TLpVHYIGJRFnmPfxg=
github.com/pkg/sftp v1.13.6 h1:JFZT4XbOU7l77xGSpOdW+pwIMqP044IyjXX6FGyEKFo=
github.com/pkg/sftp v1.13.6/go.mod h1:tz1ryNURKu77RL+GuCzmoJYxQczL3wLNNpPWagdg4Qk=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c h1:ncq/mPwQF4JjgDlrVEn3C11VoGHZN7m8qihwgMEtzYw=
Expand Down Expand Up @@ -386,7 +386,6 @@ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8U
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4=
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
golang.org/x/crypto v0.1.0/go.mod h1:RecgLatLF4+eUMCP1PoPZQb+cVrJcOPbHkTkbkB9sbw=
golang.org/x/crypto v0.12.0 h1:tFM/ta59kqch6LlvYnPa0yx5a83cL2nHflFhYKvv9Yk=
Expand Down

0 comments on commit 09b3846

Please sign in to comment.