diff options
| author | 2025-03-10 10:22:28 +0100 | |
|---|---|---|
| committer | 2025-03-10 10:22:28 +0100 | |
| commit | 719c92529996e72939d1886e93d96288591f4d8e (patch) | |
| tree | bef7d260c655fe068e464a1dbb2f0d1f2f2d2734 /vendor/golang.org/x/crypto/ssh/tcpip.go | |
| parent | [bugfix] Fix `length for type varchar must be at least 1` on Postgres (#3885) (diff) | |
| download | gotosocial-719c92529996e72939d1886e93d96288591f4d8e.tar.xz | |
[chore]: Bump golang.org/x/crypto from 0.35.0 to 0.36.0 (#3887)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.35.0 to 0.36.0.
- [Commits](https://github.com/golang/crypto/compare/v0.35.0...v0.36.0)
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'vendor/golang.org/x/crypto/ssh/tcpip.go')
| -rw-r--r-- | vendor/golang.org/x/crypto/ssh/tcpip.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/golang.org/x/crypto/ssh/tcpip.go b/vendor/golang.org/x/crypto/ssh/tcpip.go index ef5059a11..93d844f03 100644 --- a/vendor/golang.org/x/crypto/ssh/tcpip.go +++ b/vendor/golang.org/x/crypto/ssh/tcpip.go @@ -459,7 +459,7 @@ func (c *Client) dial(laddr string, lport int, raddr string, rport int) (Channel return nil, err } go DiscardRequests(in) - return ch, err + return ch, nil } type tcpChan struct { |
