Skip to content

Commit 3865c3c

Browse files
chore(deps): bump github.com/obalunenko/version from 1.1.0 to 1.2.0 (#302)
Bumps [github.com/obalunenko/version](https://github.com/obalunenko/version) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/obalunenko/version/releases) - [Commits](obalunenko/version@v1.1.0...v1.2.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c7aeb0e commit 3865c3c

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/manifoldco/promptui v0.9.0
99
github.com/obalunenko/getenv v1.13.0
1010
github.com/obalunenko/logger v1.1.0
11-
github.com/obalunenko/version v1.1.0
11+
github.com/obalunenko/version v1.2.0
1212
github.com/savioxavier/termlink v1.3.0
1313
github.com/stretchr/testify v1.8.4
1414
github.com/urfave/cli/v2 v2.27.1

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.13.0 h1:KE6Kky3OMLkvOgzfZkaOjodnnMawhEEuju4Hbs7D
2323
github.com/obalunenko/getenv v1.13.0/go.mod h1:z/14VQJlEBeaa/JI/RNufa/EQOSDVA2RRUz56ukYOM0=
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=
26-
github.com/obalunenko/version v1.1.0 h1:yVua7OHnK3+MJpendeMmAlfzVmq7R1h8MO3Ufz7HEec=
27-
github.com/obalunenko/version v1.1.0/go.mod h1:Or267aCQxNcAtgOeWA7yOe/RqJS4XDaMfcFwk3ohbOg=
26+
github.com/obalunenko/version v1.2.0 h1:eUYme2w38fjzcvToInTGM85xAJycZHo65GvynbH8jCo=
27+
github.com/obalunenko/version v1.2.0/go.mod h1:kXnCfV2LUe+UHRrzjwPC/5lpnPbypwmLZh7BJx7wG1A=
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/version.go

Lines changed: 6 additions & 0 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.1.0
3333
## explicit; go 1.22
3434
github.com/obalunenko/logger
35-
# github.com/obalunenko/version v1.1.0
36-
## explicit; go 1.17
35+
# github.com/obalunenko/version v1.2.0
36+
## explicit; go 1.22
3737
github.com/obalunenko/version
3838
# github.com/pmezard/go-difflib v1.0.0
3939
## explicit

0 commit comments

Comments
 (0)