Bump golift.io/cnfg from 0.1.1 to 0.2.1

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

---
updated-dependencies:
- dependency-name: golift.io/cnfg
  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]
2022-12-05 02:02:23 +00:00
committed by GitHub
parent 9af59bc90c
commit 2e0e9cc8b9
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -11,7 +11,7 @@ require (
github.com/spf13/pflag v1.0.6-0.20201009195203-85dd5c8bc61c
golang.org/x/crypto v0.3.0
golang.org/x/term v0.2.0
golift.io/cnfg v0.1.1
golift.io/cnfg v0.2.1
golift.io/cnfgfile v0.0.0-20220509075834-08755d9ef3f5
golift.io/version v0.0.2
)