Skip to content

Commit d2dfcfb

Browse files
chore(deps): bump github.com/obalunenko/version from 1.2.0 to 1.3.0
Bumps [github.com/obalunenko/version](https://github.com/obalunenko/version) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/obalunenko/version/releases) - [Commits](obalunenko/version@v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: github.com/obalunenko/version dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6d37b4c commit d2dfcfb

File tree

5 files changed

+70
-54
lines changed

5 files changed

+70
-54
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
module github.com/obalunenko/advent-of-code
22

33
go 1.23
4+
toolchain go1.24.0
45

56
require (
67
github.com/briandowns/spinner v1.23.2
78
github.com/manifoldco/promptui v0.9.0
89
github.com/obalunenko/getenv v1.14.0
910
github.com/obalunenko/logger v1.2.0
10-
github.com/obalunenko/version v1.2.0
11+
github.com/obalunenko/version v1.3.0
1112
github.com/savioxavier/termlink v1.4.2
1213
github.com/stretchr/testify v1.10.0
1314
github.com/urfave/cli/v2 v2.27.5

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ github.com/obalunenko/getenv v1.14.0 h1:Q8ClxnNMr5a6N0xNg7nHbdhZI4UUfhZMCjabGruq
2323
github.com/obalunenko/getenv v1.14.0/go.mod h1:PsuPvyLaE71FF7ikdCvPGqILTAWuXq7/+dtlOhab5K4=
2424
github.com/obalunenko/logger v1.2.0 h1:MwsqJWtaxaHFQK7Cjkqk1NnlNPHH+tR1ergdnpST7Kg=
2525
github.com/obalunenko/logger v1.2.0/go.mod h1:XaU3GhUJWda3ow3hhRjlItpIVgQRKa2KDsEeprSzBvg=
26-
github.com/obalunenko/version v1.2.0 h1:eUYme2w38fjzcvToInTGM85xAJycZHo65GvynbH8jCo=
27-
github.com/obalunenko/version v1.2.0/go.mod h1:kXnCfV2LUe+UHRrzjwPC/5lpnPbypwmLZh7BJx7wG1A=
26+
github.com/obalunenko/version v1.3.0 h1:WM1uoZ3e3n/y1RVHaCMFAPeRcrq8ihQQgrSkilB3uLo=
27+
github.com/obalunenko/version v1.3.0/go.mod h1:56ydLXefFem3sEJ2iyguuZ7dwJ25VoIRTev/JfxFIa4=
2828
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
2929
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
3030
github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=

vendor/github.com/obalunenko/version/README.md

Lines changed: 14 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/obalunenko/version/version.go

Lines changed: 50 additions & 25 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
@@ -32,8 +32,8 @@ github.com/obalunenko/getenv/option
3232
# github.com/obalunenko/logger v1.2.0
3333
## explicit; go 1.23
3434
github.com/obalunenko/logger
35-
# github.com/obalunenko/version v1.2.0
36-
## explicit; go 1.22
35+
# github.com/obalunenko/version v1.3.0
36+
## explicit; go 1.24
3737
github.com/obalunenko/version
3838
# github.com/pmezard/go-difflib v1.0.0
3939
## explicit

0 commit comments

Comments
 (0)