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

Bump github.com/samber/slog-fluentd/v2 from 2.4.0 to 2.5.0 in /HadesScheduler #119

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 HadesScheduler/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/fluent/fluent-logger-golang v1.9.0
github.com/hibiken/asynq v0.24.1
github.com/ls1intum/hades/shared v0.0.0-00010101000000-000000000000
github.com/samber/slog-fluentd/v2 v2.4.0
github.com/samber/slog-fluentd/v2 v2.5.0
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
)

Expand Down
4 changes: 2 additions & 2 deletions HadesScheduler/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ github.com/samber/lo v1.44.0 h1:5il56KxRE+GHsm1IR+sZ/6J42NODigFiqCWpSc2dybA=
github.com/samber/lo v1.44.0/go.mod h1:RmDH9Ct32Qy3gduHQuKJ3gW1fMHAnE/fAzQuf6He5cU=
github.com/samber/slog-common v0.17.0 h1:HdRnk7QQTa9ByHlLPK3llCBo8ZSX3F/ZyeqVI5dfMtI=
github.com/samber/slog-common v0.17.0/go.mod h1:mZSJhinB4aqHziR0SKPqpVZjJ0JO35JfH+dDIWqaCBk=
github.com/samber/slog-fluentd/v2 v2.4.0 h1:6dqOmU0poNECbBuia7eUyIIA/uxQtd4Gl7P5HY5J49E=
github.com/samber/slog-fluentd/v2 v2.4.0/go.mod h1:vmQeHZHU2cWXyq8XWxrNskxzl/eExXq5W6Jgw4F2Lhg=
github.com/samber/slog-fluentd/v2 v2.5.0 h1:d65vhfjXejIssAtU/gMS/k1qQF7Uf50dMsCH+itnr1c=
github.com/samber/slog-fluentd/v2 v2.5.0/go.mod h1:vmQeHZHU2cWXyq8XWxrNskxzl/eExXq5W6Jgw4F2Lhg=
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
github.com/spf13/cast v1.3.1/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE=
Expand Down