go mod bcrypt

This commit is contained in:
2025-12-18 19:56:46 +02:00
parent 44d39db701
commit ae1e5600ae
2 changed files with 10 additions and 2 deletions

6
go.mod
View File

@@ -7,6 +7,8 @@ require (
github.com/spf13/cobra v1.10.1
)
require golang.org/x/crypto v0.46.0 // indirect
require (
github.com/fsnotify/fsnotify v1.9.0 // indirect
github.com/go-chi/chi/v5 v5.2.3 // indirect
@@ -26,8 +28,8 @@ require (
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.29.0 // indirect
golang.org/x/text v0.28.0 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/text v0.32.0 // indirect
gorm.io/driver/sqlite v1.6.0 // indirect
gorm.io/gorm v1.31.1 // indirect
)