build(deps): bump gopkg.in/ini.v1 from 1.66.4 to 1.66.6

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-07-07 04:20:30 +00:00 committed by Ondřej Budai
parent ab4a3c0885
commit 0d1dbd9780
9 changed files with 47 additions and 12 deletions

2
go.mod
View file

@ -49,5 +49,5 @@ require (
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150
google.golang.org/api v0.75.0
google.golang.org/genproto v0.0.0-20220421151946-72621c1f0bd3
gopkg.in/ini.v1 v1.66.4
gopkg.in/ini.v1 v1.66.6
)