Skip to content

Commit

Permalink
chore(deps): Bump github.com/obalunenko/logger from 1.1.0 to 1.2.0 (#124
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dependabot[bot] committed Sep 13, 2024
1 parent b7d8582 commit 8755edf
Show file tree
Hide file tree
Showing 7 changed files with 91 additions and 50 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/AlecAivazis/survey/v2 v2.3.7
github.com/briandowns/spinner v1.23.1
github.com/obalunenko/getenv v1.14.0
github.com/obalunenko/logger v1.1.0
github.com/obalunenko/logger v1.2.0
github.com/obalunenko/version v1.2.0
github.com/savioxavier/termlink v1.4.1
github.com/shopspring/decimal v1.4.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d h1:5PJl274Y63IEHC+7izoQ
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d/go.mod h1:01TrycV0kFyexm33Z7vhZRXopbI8J3TDReVlkTgMUxE=
github.com/obalunenko/getenv v1.14.0 h1:Q8ClxnNMr5a6N0xNg7nHbdhZI4UUfhZMCjabGruq4gA=
github.com/obalunenko/getenv v1.14.0/go.mod h1:PsuPvyLaE71FF7ikdCvPGqILTAWuXq7/+dtlOhab5K4=
github.com/obalunenko/logger v1.1.0 h1:Q5drJuCuwz16mm96tcrl5e20uoGSOI4O+VWSauR/mQg=
github.com/obalunenko/logger v1.1.0/go.mod h1:rS66dO9P2j/lybFrDB0Sce1DEVaOi6ag6WDIzljTg8c=
github.com/obalunenko/logger v1.2.0 h1:MwsqJWtaxaHFQK7Cjkqk1NnlNPHH+tR1ergdnpST7Kg=
github.com/obalunenko/logger v1.2.0/go.mod h1:XaU3GhUJWda3ow3hhRjlItpIVgQRKa2KDsEeprSzBvg=
github.com/obalunenko/version v1.2.0 h1:eUYme2w38fjzcvToInTGM85xAJycZHo65GvynbH8jCo=
github.com/obalunenko/version v1.2.0/go.mod h1:kXnCfV2LUe+UHRrzjwPC/5lpnPbypwmLZh7BJx7wG1A=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down
9 changes: 5 additions & 4 deletions vendor/github.com/obalunenko/logger/.golangci.pipe.yml

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

116 changes: 77 additions & 39 deletions vendor/github.com/obalunenko/logger/.golangci.yml

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

4 changes: 3 additions & 1 deletion vendor/github.com/obalunenko/logger/.goreleaser.yml

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

2 changes: 1 addition & 1 deletion vendor/github.com/obalunenko/logger/Makefile

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 @@ -32,8 +32,8 @@ github.com/mgutz/ansi
github.com/obalunenko/getenv
github.com/obalunenko/getenv/internal
github.com/obalunenko/getenv/option
# github.com/obalunenko/logger v1.1.0
## explicit; go 1.22
# github.com/obalunenko/logger v1.2.0
## explicit; go 1.23
github.com/obalunenko/logger
# github.com/obalunenko/version v1.2.0
## explicit; go 1.22
Expand Down

0 comments on commit 8755edf

Please sign in to comment.