diff options
author | Jakob Unterwurzacher | 2025-01-18 14:19:36 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2025-01-18 14:19:36 +0100 |
commit | 638658fa7fdbaf2e6662945a6d3b598e9ec0a26c (patch) | |
tree | 8d29aceb17ef9325e057c1a58eee25695c08bc2e /go.mod | |
parent | 9eb47cf546d7e2499eab210d70050ef78087475a (diff) |
go.mod: update golang.org/x/crypto
Closes https://github.com/rfjakob/gocryptfs/pull/883
Closes https://github.com/rfjakob/gocryptfs/security/dependabot/10
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -10,7 +10,7 @@ require ( github.com/rfjakob/eme v1.1.2 github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 github.com/spf13/pflag v1.0.5 - golang.org/x/crypto v0.18.0 - golang.org/x/sys v0.16.0 - golang.org/x/term v0.16.0 + golang.org/x/crypto v0.32.0 + golang.org/x/sys v0.29.0 + golang.org/x/term v0.28.0 ) |