chore(deps): update module golang.org/x/crypto to v0.47.0

This commit is contained in:
2026-01-14 09:09:29 +00:00
parent 68165ee4e4
commit 901af6e0bd
2 changed files with 6 additions and 2 deletions

4
go.mod
View File

@@ -6,7 +6,7 @@ require (
fyne.io/fyne/v2 v2.7.2
github.com/pkg/sftp v1.13.10
github.com/stretchr/testify v1.11.1
golang.org/x/crypto v0.46.0
golang.org/x/crypto v0.47.0
)
require (
@@ -40,6 +40,6 @@ require (
golang.org/x/image v0.34.0 // indirect
golang.org/x/net v0.48.0 // indirect
golang.org/x/sys v0.40.0 // indirect
golang.org/x/text v0.32.0 // indirect
golang.org/x/text v0.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)