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

fix(deps): update module darvaza.org/slog/handlers/filter to v0.4.13 - autoclosed #62

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ require (
darvaza.org/resolver v0.9.5
darvaza.org/sidecar v0.4.3
darvaza.org/sidecar/pkg/service v0.1.0
darvaza.org/slog v0.5.12
darvaza.org/slog v0.5.14
darvaza.org/slog/handlers/cblog v0.5.11 // indirect
darvaza.org/slog/handlers/discard v0.4.14
darvaza.org/slog/handlers/filter v0.4.11
darvaza.org/slog/handlers/filter v0.4.13
darvaza.org/slog/handlers/zerolog v0.4.12 // indirect
darvaza.org/x/config v0.3.10
darvaza.org/x/fs v0.3.3 // indirect
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,16 @@ darvaza.org/sidecar/pkg/service v0.1.0 h1:3yep/3sGD/D8GRnQvrRoQZNKoDgkwyNkxqzpo+
darvaza.org/sidecar/pkg/service v0.1.0/go.mod h1:MKLjXoRGiG0ye9/F5Y0pHrm1rBixO/CcKabNu8jwA28=
darvaza.org/slog v0.5.12 h1:458qJGNShIx9gqUqLoouo6Hnp5OhHzeoab5Z297FfxY=
darvaza.org/slog v0.5.12/go.mod h1:PQfXbRaX8pGYhD5Xi+vAJBCUlHcmajNjMZGAfrcu7/E=
darvaza.org/slog v0.5.14 h1:F8+OU0u3GbfNzHaJRT8XWgr07LK2ExFLA1BRks1qtgk=
darvaza.org/slog v0.5.14/go.mod h1:PQfXbRaX8pGYhD5Xi+vAJBCUlHcmajNjMZGAfrcu7/E=
darvaza.org/slog/handlers/cblog v0.5.11 h1:1fYuVA8TaqPYv6gGSiiGVlEkgwOZ+gLERZfRYiVhHnY=
darvaza.org/slog/handlers/cblog v0.5.11/go.mod h1:jrvotbxxOGY260A7IghA/EGj5drYbacsmHIKFbgXbeA=
darvaza.org/slog/handlers/discard v0.4.14 h1:OQgPzqbzwXohPGlgGQ3/hVaOzjo7TGb8fRauCJB33CI=
darvaza.org/slog/handlers/discard v0.4.14/go.mod h1:27j2ZBzOy9ekxnT72cDo1LcM+K84JmaVWjM8SugeN8g=
darvaza.org/slog/handlers/filter v0.4.11 h1:wZbwhC8KAaTCe+kQYOQd7y4Cj3HzYTlTjPz2yXzOdxA=
darvaza.org/slog/handlers/filter v0.4.11/go.mod h1:edQfpxMpCMjLpCQUAWoa5A9AKUOqgXTs+9KpVo84K5s=
darvaza.org/slog/handlers/filter v0.4.13 h1:pBq/9+v9Qp9UVXVSKQRjYuFv5xQaOjld49NPSdcsfnE=
darvaza.org/slog/handlers/filter v0.4.13/go.mod h1:5o3N2JgMese4scqsFKop9K9J1rKsn6UKqcsqI5XU9V8=
darvaza.org/slog/handlers/zerolog v0.4.12 h1:nJV54DV4GUHuD61tbGcj5Es7gkrOgym+JLLExfPZprQ=
darvaza.org/slog/handlers/zerolog v0.4.12/go.mod h1:8fvor2FmuFS8hVL9MwB20HLXSjWq4eqneybEHTCy9l8=
darvaza.org/x/config v0.3.8 h1:EF4idB1r3dWR8aFQw+AI+TsmyQL2Ug1HVb4T+t2tBfU=
Expand Down
Loading