Skip to content

Commit d39c1ba

Browse files
chore(deps): bump github.com/obalunenko/getenv from 1.13.0 to 1.14.0 (#323)
Bumps [github.com/obalunenko/getenv](https://github.com/obalunenko/getenv) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/obalunenko/getenv/releases) - [Changelog](https://github.com/obalunenko/getenv/blob/master/.goreleaser.yml) - [Commits](obalunenko/getenv@v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: github.com/obalunenko/getenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a1b33ef commit d39c1ba

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
module github.com/obalunenko/advent-of-code
22

33
go 1.23
4-
toolchain go1.22.5
54

65
require (
76
github.com/briandowns/spinner v1.23.1
87
github.com/manifoldco/promptui v0.9.0
9-
github.com/obalunenko/getenv v1.13.0
8+
github.com/obalunenko/getenv v1.14.0
109
github.com/obalunenko/logger v1.1.0
1110
github.com/obalunenko/version v1.2.0
1211
github.com/savioxavier/termlink v1.4.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ github.com/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope
1919
github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU=
2020
github.com/mattn/go-isatty v0.0.14 h1:yVuAays6BHfxijgZPzw+3Zlu5yQgKGP2/hcQbHb7S9Y=
2121
github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94=
22-
github.com/obalunenko/getenv v1.13.0 h1:KE6Kky3OMLkvOgzfZkaOjodnnMawhEEuju4Hbs7DCt0=
23-
github.com/obalunenko/getenv v1.13.0/go.mod h1:z/14VQJlEBeaa/JI/RNufa/EQOSDVA2RRUz56ukYOM0=
22+
github.com/obalunenko/getenv v1.14.0 h1:Q8ClxnNMr5a6N0xNg7nHbdhZI4UUfhZMCjabGruq4gA=
23+
github.com/obalunenko/getenv v1.14.0/go.mod h1:PsuPvyLaE71FF7ikdCvPGqILTAWuXq7/+dtlOhab5K4=
2424
github.com/obalunenko/logger v1.1.0 h1:Q5drJuCuwz16mm96tcrl5e20uoGSOI4O+VWSauR/mQg=
2525
github.com/obalunenko/logger v1.1.0/go.mod h1:rS66dO9P2j/lybFrDB0Sce1DEVaOi6ag6WDIzljTg8c=
2626
github.com/obalunenko/version v1.2.0 h1:eUYme2w38fjzcvToInTGM85xAJycZHo65GvynbH8jCo=

vendor/github.com/obalunenko/getenv/.goreleaser.yml

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/obalunenko/getenv/Makefile

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ github.com/mattn/go-colorable
2424
# github.com/mattn/go-isatty v0.0.14
2525
## explicit; go 1.12
2626
github.com/mattn/go-isatty
27-
# github.com/obalunenko/getenv v1.13.0
28-
## explicit; go 1.22
27+
# github.com/obalunenko/getenv v1.14.0
28+
## explicit; go 1.23
2929
github.com/obalunenko/getenv
3030
github.com/obalunenko/getenv/internal
3131
github.com/obalunenko/getenv/option

0 commit comments

Comments
 (0)