Skip to content
Open
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 @@ -7,7 +7,7 @@ tool github.com/golangci/golangci-lint/v2/cmd/golangci-lint
require github.com/sirupsen/logrus v1.9.4 // indirect

require (
github.com/psyb0t/slogging v1.7.0
github.com/psyb0t/slogging v1.7.1
github.com/stretchr/testify v1.11.1
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -496,8 +496,8 @@ github.com/prometheus/procfs v0.7.3 h1:4jVXhlkAyzOScmCkXBTOLRLTz8EeU+eyjrwB/EPq0
github.com/prometheus/procfs v0.7.3/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA=
github.com/psyb0t/ctxerrors v0.4.0 h1:pyZ4J2WQBYycuq8V1xhllSCo0qQgw2p3rVu4SxDqm6c=
github.com/psyb0t/ctxerrors v0.4.0/go.mod h1:h1V0vJtlXGn4H7RuHBtxdrdevBx3CmBTEyJXtFIIrk4=
github.com/psyb0t/slogging v1.7.0 h1:olVVNjS1XKSJZRcG8CKwTjlANk9QMJkGJWt8+zavaAE=
github.com/psyb0t/slogging v1.7.0/go.mod h1:BK9o9QDN+o107vwsw16YYR+/hw1vEl4+zxYczPwvo00=
github.com/psyb0t/slogging v1.7.1 h1:xWG9YLuz7KZ81dX78nUiO/SEBFXCgYWc1oORqN6Qj5Y=
github.com/psyb0t/slogging v1.7.1/go.mod h1:BK9o9QDN+o107vwsw16YYR+/hw1vEl4+zxYczPwvo00=
github.com/quasilyte/go-ruleguard v0.4.5 h1:AGY0tiOT5hJX9BTdx/xBdoCubQUAE2grkqY2lSwvZcA=
github.com/quasilyte/go-ruleguard v0.4.5/go.mod h1:Vl05zJ538vcEEwu16V/Hdu7IYZWyKSwIy4c88Ro1kRE=
github.com/quasilyte/go-ruleguard/dsl v0.3.23 h1:lxjt5B6ZCiBeeNO8/oQsegE6fLeCzuMRoVWSkXC4uvY=
Expand Down
Loading