build(deps): bump gopkg.in/ini.v1 from 1.62.1 to 1.63.0

Bumps [gopkg.in/ini.v1](https://github.com/go-ini/ini) from 1.62.1 to 1.63.0.
- [Release notes](https://github.com/go-ini/ini/releases)
- [Commits](https://github.com/go-ini/ini/compare/v1.62.1...v1.63.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>
This commit is contained in:
dependabot[bot] 2021-09-07 04:38:56 +00:00 committed by Ondřej Budai
parent 645815a11c
commit 5ea512da3e
5 changed files with 14 additions and 48 deletions

2
go.mod
View file

@ -52,6 +52,6 @@ require (
google.golang.org/api v0.56.0
google.golang.org/genproto v0.0.0-20210903162649-d08c68adba83
google.golang.org/protobuf v1.27.1
gopkg.in/ini.v1 v1.62.1
gopkg.in/ini.v1 v1.63.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)