We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76f4a4e + 31bd718 commit 32a05adCopy full SHA for 32a05ad
go.mod
@@ -7,11 +7,10 @@ require (
7
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
8
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
9
github.com/gofiber/fiber/v2 v2.23.0
10
- github.com/knadh/koanf v1.3.3
+ github.com/knadh/koanf v1.4.5
11
github.com/magefile/mage v1.12.1
12
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
13
github.com/pelletier/go-toml v1.8.1 // indirect
14
- github.com/pkg/errors v0.9.1 // indirect
15
github.com/robfig/cron/v3 v3.0.1
16
gorm.io/driver/mysql v1.2.2
17
gorm.io/driver/postgres v1.2.1
0 commit comments