niki/go.mod

33 lines
1.1 KiB
Modula-2
Raw Normal View History

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
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
github.com/knadh/koanf v1.5.0
2024-01-02 15:35:26 +00:00
github.com/labstack/echo/v4 v4.11.4
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
github.com/fatih/structs v1.1.0 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
2024-01-02 15:35:26 +00:00
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/labstack/gommon v0.4.2 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // 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
2024-01-02 15:35:26 +00:00
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)