2023-12-16 06:09:50 +00:00
|
|
|
module git.gocasts.ir/ebhomengo/niki
|
2023-12-15 08:24:06 +00:00
|
|
|
|
2023-12-16 07:20:01 +00:00
|
|
|
go 1.21.3
|
2023-12-17 13:03:01 +00:00
|
|
|
|
2023-12-17 14:19:05 +00:00
|
|
|
require (
|
2024-01-01 07:22:14 +00:00
|
|
|
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
|
|
|
|
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
|
2023-12-17 14:19:05 +00:00
|
|
|
github.com/knadh/koanf v1.5.0
|
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-01-01 07:22:14 +00:00
|
|
|
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 // indirect
|
2023-12-17 14:19:05 +00:00
|
|
|
github.com/fatih/structs v1.1.0 // indirect
|
|
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
)
|