Skip to content

Commit

Permalink
chore(deps): bump github.com/obalunenko/logger from 0.5.1 to 0.6.0 (#249
Browse files Browse the repository at this point in the history
)

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>
  • Loading branch information
dependabot[bot] committed Mar 13, 2023
1 parent 4aed812 commit e3db300
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 20 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/briandowns/spinner v1.23.0
github.com/manifoldco/promptui v0.9.0
github.com/obalunenko/getenv v1.4.2
github.com/obalunenko/logger v0.5.1
github.com/obalunenko/logger v0.6.0
github.com/obalunenko/version v1.1.0
github.com/stretchr/testify v1.8.2
github.com/urfave/cli/v2 v2.25.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ github.com/mattn/go-isatty v0.0.8 h1:HLtExJ+uU2HOZ+wI0Tt5DtUDrx8yhUqDcp7fYERX4CE
github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s=
github.com/obalunenko/getenv v1.4.2 h1:m/Cer+5/Di+kbpNhtmZMcYXOquqqCjlgtvSc4X89e/M=
github.com/obalunenko/getenv v1.4.2/go.mod h1:trfsd8x+Ulqtw8DHKTmL1DdM9wgUd8IvOUgo22GLn3U=
github.com/obalunenko/logger v0.5.1 h1:49DIEwy4sBvRzM/OtD/m7zITi5L3S5DtSYZ/WoUrnno=
github.com/obalunenko/logger v0.5.1/go.mod h1:/GnmNcmEV7tAL9StHrs3nDkXAK+TEvChoNY+YYRZww4=
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=
github.com/obalunenko/version v1.1.0/go.mod h1:Or267aCQxNcAtgOeWA7yOe/RqJS4XDaMfcFwk3ohbOg=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
Expand Down
76 changes: 61 additions & 15 deletions vendor/github.com/obalunenko/logger/Makefile

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

27 changes: 27 additions & 0 deletions vendor/github.com/obalunenko/logger/sonar-project.properties

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

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ github.com/mattn/go-isatty
github.com/obalunenko/getenv
github.com/obalunenko/getenv/internal
github.com/obalunenko/getenv/option
# github.com/obalunenko/logger v0.5.1
## explicit; go 1.18
# github.com/obalunenko/logger v0.6.0
## explicit; go 1.20
github.com/obalunenko/logger
# github.com/obalunenko/version v1.1.0
## explicit; go 1.17
Expand Down

0 comments on commit e3db300

Please sign in to comment.