1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 02:17:05 +00:00

Bump gopkg.in/ini.v1 from 1.66.6 to 1.67.0 (#1947)

Bumps [gopkg.in/ini.v1](https://github.com/go-ini/ini) from 1.66.6 to 1.67.0.
- [Release notes](https://github.com/go-ini/ini/releases)
- [Commits](https://github.com/go-ini/ini/compare/v1.66.6...v1.67.0)

---
updated-dependencies:
- dependency-name: gopkg.in/ini.v1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-08-09 10:20:21 +03:00
committed by GitHub
parent c026ab9241
commit 028ee70d4a
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -46,7 +46,7 @@ require (
golang.org/x/text v0.3.7
golang.org/x/time v0.0.0-20220411224347-583f2d630306
google.golang.org/protobuf v1.28.1
gopkg.in/ini.v1 v1.66.6
gopkg.in/ini.v1 v1.67.0
gopkg.in/yaml.v3 v3.0.1
)