Skip to content

Commit 31bd718

Browse files
build(deps): bump github.com/knadh/koanf from 1.3.3 to 1.4.5
Bumps [github.com/knadh/koanf](https://github.com/knadh/koanf) from 1.3.3 to 1.4.5. - [Release notes](https://github.com/knadh/koanf/releases) - [Commits](knadh/koanf@v1.3.3...v1.4.5) --- updated-dependencies: - dependency-name: github.com/knadh/koanf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 76f4a4e commit 31bd718

File tree

2 files changed

+209
-9
lines changed

2 files changed

+209
-9
lines changed

go.mod

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ require (
77
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
88
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
99
github.com/gofiber/fiber/v2 v2.23.0
10-
github.com/knadh/koanf v1.3.3
10+
github.com/knadh/koanf v1.4.5
1111
github.com/magefile/mage v1.12.1
1212
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
1313
github.com/pelletier/go-toml v1.8.1 // indirect
14-
github.com/pkg/errors v0.9.1 // indirect
1514
github.com/robfig/cron/v3 v3.0.1
1615
gorm.io/driver/mysql v1.2.2
1716
gorm.io/driver/postgres v1.2.1

0 commit comments

Comments
 (0)