Bump golift.io/cnfg from 0.2.1 to 0.2.2

Bumps [golift.io/cnfg](https://github.com/golift/cnfg) from 0.2.1 to 0.2.2.
- [Release notes](https://github.com/golift/cnfg/releases)
- [Commits](https://github.com/golift/cnfg/compare/v0.2.1...v0.2.2)

---
updated-dependencies:
- dependency-name: golift.io/cnfg
  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]
2023-05-01 02:57:46 +00:00
committed by GitHub
parent 16ea972558
commit a88310033e
2 changed files with 4 additions and 4 deletions

2
go.mod
View File

@@ -13,7 +13,7 @@ require (
golang.org/x/crypto v0.8.0
golang.org/x/net v0.9.0
golang.org/x/term v0.7.0
golift.io/cnfg v0.2.1
golift.io/cnfg v0.2.2
golift.io/cnfgfile v0.0.0-20220509075834-08755d9ef3f5
golift.io/version v0.0.2
)