Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Remove pkg/sftp fork, fix SFTP test #4759

Merged
merged 1 commit into from
Oct 26, 2022
Merged

Conversation

mafredri
Copy link
Member

Since pkg/sftp#528 was merged, we can now remove the fork in favor of HEAD~1.

Note that sftp HEAD updated crypto packages, which causes conflict with tailscale, hence we update this to HEAD~1.

This also fixes a bug in our SFTP test where we were passing non-unix paths to client.Create on Windows, (e.g. C:\User\...). This is not acceptable input (as I learned in my PR from sftp authors ❤️).

@mafredri mafredri self-assigned this Oct 26, 2022
@mafredri mafredri requested a review from a team October 26, 2022 11:48
@mafredri mafredri merged commit a0bdb4f into main Oct 26, 2022
@mafredri mafredri deleted the mafredri/sftp-ditch-fork branch October 26, 2022 13:02
@github-actions github-actions bot locked and limited conversation to collaborators Oct 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants