8000 chore(deps): bump github.com/obalunenko/logger from 0.2.0 to 0.4.0 (#… · obalunenko/advent-of-code@add80d1 · GitHub
[go: up one dir, main page]

Skip to content

Commit add80d1

Browse files
chore(deps): bump github.com/obalunenko/logger from 0.2.0 to 0.4.0 (#139)
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>
1 parent 261389e commit add80d1

File tree

6 files changed

+37
-32
lines changed

6 files changed

+37
-32
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.18.1
77
github.com/manifoldco/promptui v0.9.0
88
github.com/obalunenko/getenv v1.0.0
9-
github.com/obalunenko/logger v0.2.0
9+
github.com/obalunenko/logger v0.4.0
1010
github.com/obalunenko/version v1.1.0
1111
github.com/stretchr/testify v1.7.2
1212
github.com/urfave/cli/v2 v2.8.1

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.0.0 h1:zYaUeRalCYXs2Jlk6eaz+MedWgA0L5VQTcAC5mDhFvU=
2929
github.com/obalunenko/getenv v1.0.0/go.mod h1:xXXx25+fQ7SGRkrLwTqCfZ96XAJQGtGZb16j3Qd0Ues=
30-
github.com/obalunenko/logger v0.2.0 h1:g1CbCK9wB8Q66NMuiroYt4nGFvvOFneMd37olUTADng=
31-
github.com/obalunenko/logger v0.2.0/go.mod h1:18AGelpMPZ7R+mLv0fxfP5G/ettnNFoU47B+azlE/iw=
30+
github.com/obalunenko/logger v0.4.0 h1:C4PlzRhKSLCNx74eQ9BFVBLJIIbOt0kTWAGagMXa7vs=
31+
github.com/obalunenko/logger v0.4.0/go.mod h1:18AGelpMPZ7R+mLv0fxfP5G/ettnNFoU47B+azlE/iw=
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/formatter.go

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

vendor/github.com/obalunenko/logger/level.go

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

vendor/github.com/obalunenko/logger/logger.go

Lines changed: 5 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ github.com/mattn/go-isatty
3636
# github.com/obalunenko/getenv v1.0.0
3737
## explicit; go 1.17
3838
github.com/obalunenko/getenv
39-
# github.com/obalunenko/logger v0.2.0
39+
# github.com/obalunenko/logger v0.4.0
4040
## explicit; go 1.18
4141
github.com/obalunenko/logger
4242
# github.com/obalunenko/version v1.1.0

0 commit comments

Comments
 (0)
0