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
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.26
tool github.com/golangci/golangci-lint/v2/cmd/golangci-lint

require (
github.com/psyb0t/slog-configurator v1.0.0
github.com/psyb0t/slog-configurator v1.1.2
github.com/sirupsen/logrus v1.9.4 // indirect
)

Expand Down Expand Up @@ -154,7 +154,8 @@ require (
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.32.1 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/psyb0t/gonfiguration v1.5.0 // indirect
github.com/psyb0t/ctxerrors v0.4.0 // indirect
github.com/psyb0t/gonfiguration v1.6.0 // indirect
github.com/quasilyte/go-ruleguard v0.4.5 // indirect
github.com/quasilyte/go-ruleguard/dsl v0.3.23 // indirect
github.com/quasilyte/gogrep v0.5.0 // indirect
Expand Down
10 changes: 6 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -494,10 +494,12 @@ github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4O
github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA=
github.com/prometheus/procfs v0.7.3 h1:4jVXhlkAyzOScmCkXBTOLRLTz8EeU+eyjrwB/EPq0VU=
github.com/prometheus/procfs v0.7.3/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA=
github.com/psyb0t/gonfiguration v1.5.0 h1:B+OrSE060/vgonFI8HKzchradwnEAGvgrNT5KKVXhdU=
github.com/psyb0t/gonfiguration v1.5.0/go.mod h1:Do7kyHmiD/zQeHzZfriLaRfN4QYSgVTjc2oQsZgysY8=
github.com/psyb0t/slog-configurator v1.0.0 h1:l4pVQq8LbBEcV4/qIuA+D9JuezuYZnr+74CthNl+Mgg=
github.com/psyb0t/slog-configurator v1.0.0/go.mod h1:VVvUUF6ivG8nDXUOgpARLRFgrY2B6bq6P5GxbHGnI1I=
github.com/psyb0t/ctxerrors v0.4.0 h1:pyZ4J2WQBYycuq8V1xhllSCo0qQgw2p3rVu4SxDqm6c=
github.com/psyb0t/ctxerrors v0.4.0/go.mod h1:h1V0vJtlXGn4H7RuHBtxdrdevBx3CmBTEyJXtFIIrk4=
github.com/psyb0t/gonfiguration v1.6.0 h1:WSQ1GxktiWXf0SwCaJbXNQn7zYk0bQwLGldH2aHbI9E=
github.com/psyb0t/gonfiguration v1.6.0/go.mod h1:t6+6TiTyQjFy901xr5abnTEHxdsGTuHhlQpPIcx7pyk=
github.com/psyb0t/slog-configurator v1.1.2 h1:MvOQT0CvOlnHvgCnL3Fck5ot6kXR6sRTdwGcGIkF6AI=
github.com/psyb0t/slog-configurator v1.1.2/go.mod h1:3p/D8H6NAueuwbSb9v0bcywYdCd6jJmovf9HoCCQBiU=
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