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

This commit is contained in:
2025-12-08 21:04:45 +00:00
parent 2061bb29c0
commit 5b95e66a20
2 changed files with 12 additions and 4 deletions
+6 -4
View File
@@ -2,7 +2,10 @@ module manage-servers
go 1.24.6
require golang.org/x/crypto v0.45.0
require (
github.com/spf13/viper v1.21.0
golang.org/x/crypto v0.46.0
)
require (
github.com/fsnotify/fsnotify v1.9.0 // indirect
@@ -13,9 +16,8 @@ require (
github.com/spf13/afero v1.15.0 // indirect
github.com/spf13/cast v1.10.0 // indirect
github.com/spf13/pflag v1.0.10 // indirect
github.com/spf13/viper v1.21.0 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/text v0.31.0 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/text v0.32.0 // indirect
)