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

This commit is contained in:
2026-02-15 00:07:40 +00:00
parent f19ceabd4a
commit d4f3bdcd96
2 changed files with 12 additions and 4 deletions

8
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.47.0
golang.org/x/crypto v0.48.0
)
require (
@@ -38,8 +38,8 @@ require (
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef // indirect
github.com/yuin/goldmark v1.7.16 // indirect
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.33.0 // indirect
golang.org/x/net v0.49.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/text v0.34.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)