Skip to content

Commit

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

Bumps [github.com/obalunenko/logger](https://github.com/obalunenko/logger) from 0.2.0 to 0.4.0.
- [Release notes](https://github.com/obalunenko/logger/releases)
- [Changelog](https://github.com/obalunenko/logger/blob/master/.goreleaser.yml)
- [Commits](obalunenko/logger@v0.2.0...v0.4.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 Jun 9, 2022
1 parent 261389e commit add80d1
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 32 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.18.1
github.com/manifoldco/promptui v0.9.0
github.com/obalunenko/getenv v1.0.0
github.com/obalunenko/logger v0.2.0
github.com/obalunenko/logger v0.4.0
github.com/obalunenko/version v1.1.0
github.com/stretchr/testify v1.7.2
github.com/urfave/cli/v2 v2.8.1
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.0.0 h1:zYaUeRalCYXs2Jlk6eaz+MedWgA0L5VQTcAC5mDhFvU=
github.com/obalunenko/getenv v1.0.0/go.mod h1:xXXx25+fQ7SGRkrLwTqCfZ96XAJQGtGZb16j3Qd0Ues=
github.com/obalunenko/logger v0.2.0 h1:g1CbCK9wB8Q66NMuiroYt4nGFvvOFneMd37olUTADng=
github.com/obalunenko/logger v0.2.0/go.mod h1:18AGelpMPZ7R+mLv0fxfP5G/ettnNFoU47B+azlE/iw=
github.com/obalunenko/logger v0.4.0 h1:C4PlzRhKSLCNx74eQ9BFVBLJIIbOt0kTWAGagMXa7vs=
github.com/obalunenko/logger v0.4.0/go.mod h1:18AGelpMPZ7R+mLv0fxfP5G/ettnNFoU47B+azlE/iw=
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
41 changes: 13 additions & 28 deletions vendor/github.com/obalunenko/logger/formatter.go

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

15 changes: 15 additions & 0 deletions vendor/github.com/obalunenko/logger/level.go

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

5 changes: 5 additions & 0 deletions vendor/github.com/obalunenko/logger/logger.go

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

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ github.com/mattn/go-isatty
# github.com/obalunenko/getenv v1.0.0
## explicit; go 1.17
github.com/obalunenko/getenv
# github.com/obalunenko/logger v0.2.0
# github.com/obalunenko/logger v0.4.0
## explicit; go 1.18
github.com/obalunenko/logger
# github.com/obalunenko/version v1.1.0
Expand Down

0 comments on commit add80d1

Please sign in to comment.