Skip to content

Commit e3db300

Browse files
chore(deps): bump github.com/obalunenko/logger from 0.5.1 to 0.6.0 (#249)
Bumps [github.com/obalunenko/logger](https://github.com/obalunenko/logger) from 0.5.1 to 0.6.0. - [Release notes](https://github.com/obalunenko/logger/releases) - [Changelog](https://github.com/obalunenko/logger/blob/master/.goreleaser.yml) - [Commits](obalunenko/logger@v0.5.1...v0.6.0) --- updated-dependencies: - dependency-name: github.com/obalunenko/logger 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>
1 parent 4aed812 commit e3db300

File tree

5 files changed

+93
-20
lines changed

5 files changed

+93
-20
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/briandowns/spinner v1.23.0
77
github.com/manifoldco/promptui v0.9.0
88
github.com/obalunenko/getenv v1.4.2
9-
github.com/obalunenko/logger v0.5.1
9+
github.com/obalunenko/logger v0.6.0
1010
github.com/obalunenko/version v1.1.0
1111
github.com/stretchr/testify v1.8.2
1212
github.com/urfave/cli/v2 v2.25.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ github.com/mattn/go-isatty v0.0.8 h1:HLtExJ+uU2HOZ+wI0Tt5DtUDrx8yhUqDcp7fYERX4CE
2727
github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s=
2828
github.com/obalunenko/getenv v1.4.2 h1:m/Cer+5/Di+kbpNhtmZMcYXOquqqCjlgtvSc4X89e/M=
2929
github.com/obalunenko/getenv v1.4.2/go.mod h1:trfsd8x+Ulqtw8DHKTmL1DdM9wgUd8IvOUgo22GLn3U=
30-
github.com/obalunenko/logger v0.5.1 h1:49DIEwy4sBvRzM/OtD/m7zITi5L3S5DtSYZ/WoUrnno=
31-
github.com/obalunenko/logger v0.5.1/go.mod h1:/GnmNcmEV7tAL9StHrs3nDkXAK+TEvChoNY+YYRZww4=
30+
github.com/obalunenko/logger v0.6.0 h1:Sif4MYn6aGUA5pBTcKkMtJXTZNRZ52EiP4KLiFgMEkI=
31+
github.com/obalunenko/logger v0.6.0/go.mod h1:AOThqVHT+qlG5yMVarmVYPP37yytKxL89HfY8S56a1s=
3232
github.com/obalunenko/version v1.1.0 h1:yVua7OHnK3+MJpendeMmAlfzVmq7R1h8MO3Ufz7HEec=
3333
github.com/obalunenko/version v1.1.0/go.mod h1:Or267aCQxNcAtgOeWA7yOe/RqJS4XDaMfcFwk3ohbOg=
3434
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=

vendor/github.com/obalunenko/logger/Makefile

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

vendor/github.com/obalunenko/logger/sonar-project.properties

Lines changed: 27 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
@@ -38,8 +38,8 @@ github.com/mattn/go-isatty
3838
github.com/obalunenko/getenv
3939
github.com/obalunenko/getenv/internal
4040
github.com/obalunenko/getenv/option
41-
# github.com/obalunenko/logger v0.5.1
42-
## explicit; go 1.18
41+
# github.com/obalunenko/logger v0.6.0
42+
## explicit; go 1.20
4343
github.com/obalunenko/logger
4444
# github.com/obalunenko/version v1.1.0
4545
## explicit; go 1.17

0 commit comments

Comments
 (0)