Skip to content

Commit

Permalink
chore(deps): bump github.com/obalunenko/getenv from 1.12.0 to 1.12.1 (#…
Browse files Browse the repository at this point in the history
…279)

Bumps [github.com/obalunenko/getenv](https://github.com/obalunenko/getenv) from 1.12.0 to 1.12.1.
- [Release notes](https://github.com/obalunenko/getenv/releases)
- [Changelog](https://github.com/obalunenko/getenv/blob/master/.goreleaser.yml)
- [Commits](obalunenko/getenv@v1.12.0...v1.12.1)

---
updated-dependencies:
- dependency-name: github.com/obalunenko/getenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 19, 2023
1 parent ad56e07 commit 2e24c39
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/briandowns/spinner v1.23.0
github.com/manifoldco/promptui v0.9.0
github.com/obalunenko/getenv v1.12.0
github.com/obalunenko/getenv v1.12.1
github.com/obalunenko/logger v0.7.1
github.com/obalunenko/version v1.1.0
github.com/savioxavier/termlink v1.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ github.com/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope
github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU=
github.com/mattn/go-isatty v0.0.14 h1:yVuAays6BHfxijgZPzw+3Zlu5yQgKGP2/hcQbHb7S9Y=
github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94=
github.com/obalunenko/getenv v1.12.0 h1:u8xWmCw2Lg2hCdjzgv88wWasWTf/iZVRsfoJj8W6Tfk=
github.com/obalunenko/getenv v1.12.0/go.mod h1:GtEy59H7644JXfVjxDFo1jEUe1yJ4asSyPwN8D19Pvs=
github.com/obalunenko/getenv v1.12.1 h1:16dfwnXa5AhZuScaT4qAxUapwpRBxTAdKmsHwc/aDvQ=
github.com/obalunenko/getenv v1.12.1/go.mod h1:GtEy59H7644JXfVjxDFo1jEUe1yJ4asSyPwN8D19Pvs=
github.com/obalunenko/logger v0.7.1 h1:mhKjyScCj8ppBtdggxzcusIiod4w+GAJrEtsePjGahI=
github.com/obalunenko/logger v0.7.1/go.mod h1:YDhNeUCMxbCkZ6Kb84OjG4cgkegkHQFSVP5SXuVa4fM=
github.com/obalunenko/version v1.1.0 h1:yVua7OHnK3+MJpendeMmAlfzVmq7R1h8MO3Ufz7HEec=
Expand Down
4 changes: 0 additions & 4 deletions vendor/github.com/obalunenko/getenv/getenv.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ github.com/mattn/go-colorable
# github.com/mattn/go-isatty v0.0.14
## explicit; go 1.12
github.com/mattn/go-isatty
# github.com/obalunenko/getenv v1.12.0
# github.com/obalunenko/getenv v1.12.1
## explicit; go 1.21
github.com/obalunenko/getenv
github.com/obalunenko/getenv/internal
Expand Down

0 comments on commit 2e24c39

Please sign in to comment.