Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump github.com/tuxdude/zzzlog from 0.3.3 to 0.3.4 #63

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.17

require (
github.com/tuxdude/pico v0.2.3
github.com/tuxdude/zzzlog v0.3.3
github.com/tuxdude/zzzlog v0.3.4
github.com/tuxdude/zzzlogi v0.2.0
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/tuxdude/pico v0.2.3 h1:Zu+pigDoDcCB3gJMFm8UXh7AHnjCbrqlDoCX9ZVG7jI=
github.com/tuxdude/pico v0.2.3/go.mod h1:k6Cf0hj3ZaKqeAMRB8lxa5EizVnzrDtEiDjKfgE8+AU=
github.com/tuxdude/zzzlog v0.3.3 h1:fGgN2big58u7O8nR726nZQxlvo549pWC8uHNbamW6Ac=
github.com/tuxdude/zzzlog v0.3.3/go.mod h1:oU2FWGnqzT6wyyIeoxAMH9Q6WmEjUKaWR2yxSd7XkNc=
github.com/tuxdude/zzzlog v0.3.4 h1:73xkFqMTRBxYXvpyVRaqlr9uw//5vLYFXfJOo2paAEY=
github.com/tuxdude/zzzlog v0.3.4/go.mod h1:oU2FWGnqzT6wyyIeoxAMH9Q6WmEjUKaWR2yxSd7XkNc=
github.com/tuxdude/zzzlogi v0.1.1/go.mod h1:pDoI7GNJZuYLZtVx4WL7lOQuECECY+XCHF6Sbv7YvzY=
github.com/tuxdude/zzzlogi v0.2.0 h1:LcOJNqbRNeRdN5FPGu6J4JcoabKbmhlmMtHwDb6n0x8=
github.com/tuxdude/zzzlogi v0.2.0/go.mod h1:pDoI7GNJZuYLZtVx4WL7lOQuECECY+XCHF6Sbv7YvzY=
Expand Down