-
Notifications
You must be signed in to change notification settings - Fork 514
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go.mod: bump dependencies to latest version
github.com/pkg/sftp to v1.13.1 (this fixes a security vulnerability) golang.org/x/crypto to v0.0.0-20211108221036-ceb1ce70b4fa golang.org/x/text to v0.3.7
- Loading branch information
Showing
2 changed files
with
23 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
module github.com/spf13/afero | ||
|
||
require ( | ||
github.com/pkg/sftp v1.10.1 | ||
golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586 | ||
golang.org/x/text v0.3.3 | ||
github.com/pkg/sftp v1.13.1 | ||
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa | ||
golang.org/x/text v0.3.7 | ||
) | ||
|
||
go 1.13 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters