Skip to content

Commit

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

Bumps [github.com/obalunenko/getenv](https://github.com/obalunenko/getenv) from 1.9.1 to 1.10.0.
- [Release notes](https://github.com/obalunenko/getenv/releases)
- [Changelog](https://github.com/obalunenko/getenv/blob/master/.goreleaser.yml)
- [Commits](obalunenko/getenv@v1.9.1...v1.10.0)

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

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] authored Apr 5, 2023
1 parent 9623561 commit 47015e7
Show file tree
Hide file tree
Showing 6 changed files with 190 additions and 27 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.9.1
github.com/obalunenko/getenv v1.10.0
github.com/obalunenko/logger v0.6.0
github.com/obalunenko/version v1.1.0
github.com/savioxavier/termlink v1.2.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,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.9.1 h1:cOtpDHd4V2fiTEoqIqp0DNr+TTKHNIXixNc+Sg6GX8U=
github.com/obalunenko/getenv v1.9.1/go.mod h1:aWb6RzOdu+NT7sBd0VcmYtu2YQ3TO34C5+ExFXIaLqw=
github.com/obalunenko/getenv v1.10.0 h1:hal7n2T/1YmlHohX/GU9NVhzYp9hqdbfxEP+CrBygeA=
github.com/obalunenko/getenv v1.10.0/go.mod h1:aWb6RzOdu+NT7sBd0VcmYtu2YQ3TO34C5+ExFXIaLqw=
github.com/obalunenko/logger v0.6.0 h1:Sif4MYn6aGUA5pBTcKkMtJXTZNRZ52EiP4KLiFgMEkI=
github.com/obalunenko/logger v0.6.0/go.mod h1:AOThqVHT+qlG5yMVarmVYPP37yytKxL89HfY8S56a1s=
github.com/obalunenko/version v1.1.0 h1:yVua7OHnK3+MJpendeMmAlfzVmq7R1h8MO3Ufz7HEec=
Expand Down
24 changes: 3 additions & 21 deletions vendor/github.com/obalunenko/getenv/Makefile

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

150 changes: 148 additions & 2 deletions vendor/github.com/obalunenko/getenv/README.md

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

35 changes: 35 additions & 0 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 @@ -37,7 +37,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.9.1
# github.com/obalunenko/getenv v1.10.0
## explicit; go 1.20
github.com/obalunenko/getenv
github.com/obalunenko/getenv/internal
Expand Down

0 comments on commit 47015e7

Please sign in to comment.