|
|
@@ -12,6 +12,7 @@ require (
|
|
|
github.com/spf13/viper v1.20.1
|
|
|
github.com/thedevsaddam/govalidator v1.9.10
|
|
|
go.uber.org/zap v1.27.0
|
|
|
+ golang.org/x/crypto v0.37.0
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
|
gorm.io/driver/mysql v1.5.7
|
|
|
gorm.io/driver/sqlite v1.5.7
|
|
|
@@ -56,7 +57,6 @@ require (
|
|
|
github.com/ugorji/go/codec v1.2.12 // indirect
|
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
|
golang.org/x/arch v0.8.0 // indirect
|
|
|
- golang.org/x/crypto v0.37.0 // indirect
|
|
|
golang.org/x/image v0.23.0 // indirect
|
|
|
golang.org/x/net v0.39.0 // indirect
|
|
|
golang.org/x/sys v0.32.0 // indirect
|