Skip to content

Commit 00e75db

Browse files
fix(deps): update module github.com/tjhop/slog-gokit to v0.1.5 (main) (#13460)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/tjhop/slog-gokit](https://redirect.github.com/tjhop/slog-gokit) | `v0.1.4` -> `v0.1.5` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftjhop%2fslog-gokit/v0.1.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftjhop%2fslog-gokit/v0.1.4/v0.1.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>tjhop/slog-gokit (github.com/tjhop/slog-gokit)</summary> ### [`v0.1.5`](https://redirect.github.com/tjhop/slog-gokit/releases/tag/v0.1.5) [Compare Source](https://redirect.github.com/tjhop/slog-gokit/compare/v0.1.4...v0.1.5) #### Changelog ##### Other Changes - [`c502663`](https://redirect.github.com/tjhop/slog-gokit/commit/c502663673b48d9b9c940601bef93e492fbe9cb3) Add race condition tests and enable race detector in CI - [`783f729`](https://redirect.github.com/tjhop/slog-gokit/commit/783f72952ce4414260c317f16a9f8ff89bfebd3a) Fix race condition in WithAttrs method - [`c357aeb`](https://redirect.github.com/tjhop/slog-gokit/commit/c357aeb33e232f3a76191fa25ba711c42be0a0cf) Remove separate definition - [`aac4e5b`](https://redirect.github.com/tjhop/slog-gokit/commit/aac4e5bd2036748012177b79a205657e9bcacb7b) Update handler.go - [`a49bde9`](https://redirect.github.com/tjhop/slog-gokit/commit/a49bde93856dec8c1b2945aa9c155717c6902740) build(deps): Bump actions/checkout from 4 to 5 - [`e7f93d8`](https://redirect.github.com/tjhop/slog-gokit/commit/e7f93d8662cf1b4ea291e653f2434d5d34846799) build(deps): Bump actions/setup-go from 5 to 6 - [`f3b1c7f`](https://redirect.github.com/tjhop/slog-gokit/commit/f3b1c7f452dbf707034dc89d6656c0bb9d510507) build(deps): Bump github.com/go-logfmt/logfmt from 0.6.0 to 0.6.1 - [`74d9380`](https://redirect.github.com/tjhop/slog-gokit/commit/74d9380cd22603c178da89b03adcc43a428eb1ed) build(deps): Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 - [`7573add`](https://redirect.github.com/tjhop/slog-gokit/commit/7573addfaa4f9e94aa2c4aedf610d85a70b69ead) build(deps): Bump golangci/golangci-lint-action from 6 to 7 - [`75b89ad`](https://redirect.github.com/tjhop/slog-gokit/commit/75b89adfaf861b7f07cec44d9de5f670f537c0a4) build(deps): Bump golangci/golangci-lint-action from 7 to 8 </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- ## Need help? You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section. <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUtcGF0Y2giXX0=--> Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 706ace9 commit 00e75db

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ require (
7878
github.com/shirou/gopsutil/v4 v4.25.10
7979
github.com/spf13/pflag v1.0.10
8080
github.com/thanos-io/objstore v0.0.0-20250813080715-4e5fd4289b50
81-
github.com/tjhop/slog-gokit v0.1.4
81+
github.com/tjhop/slog-gokit v0.1.5
8282
github.com/twmb/franz-go v1.20.3
8383
github.com/twmb/franz-go/pkg/kadm v1.17.2-0.20251024215757-aea970d4d0d2
8484
github.com/twmb/franz-go/pkg/kfake v0.0.0-20251024215757-aea970d4d0d2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,8 +1036,8 @@ github.com/thanos-io/objstore v0.0.0-20250813080715-4e5fd4289b50/go.mod h1:47A17
10361036
github.com/tinylib/msgp v1.1.8/go.mod h1:qkpG+2ldGg4xRFmx+jfTvZPxfGFhi64BcnL9vkCm/Tw=
10371037
github.com/tinylib/msgp v1.3.0 h1:ULuf7GPooDaIlbyvgAxBV/FI7ynli6LZ1/nVUNu+0ww=
10381038
github.com/tinylib/msgp v1.3.0/go.mod h1:ykjzy2wzgrlvpDCRc4LA8UXy6D8bzMSuAF3WD57Gok0=
1039-
github.com/tjhop/slog-gokit v0.1.4 h1:uj/vbDt3HaF0Py8bHPV4ti/s0utnO0miRbO277FLBKM=
1040-
github.com/tjhop/slog-gokit v0.1.4/go.mod h1:Bbu5v2748qpAWH7k6gse/kw3076IJf6owJmh7yArmJs=
1039+
github.com/tjhop/slog-gokit v0.1.5 h1:ayloIUi5EK2QYB8eY4DOPO95/mRtMW42lUkp3quJohc=
1040+
github.com/tjhop/slog-gokit v0.1.5/go.mod h1:yA48zAHvV+Sg4z4VRyeFyFUNNXd3JY5Zg84u3USICq0=
10411041
github.com/tklauser/go-sysconf v0.3.15 h1:VE89k0criAymJ/Os65CSn1IXaol+1wrsFHEB8Ol49K4=
10421042
github.com/tklauser/go-sysconf v0.3.15/go.mod h1:Dmjwr6tYFIseJw7a3dRLJfsHAMXZ3nEnL/aZY+0IuI4=
10431043
github.com/tklauser/numcpus v0.10.0 h1:18njr6LDBk1zuna922MgdjQuJFjrdppsZG60sHGfjso=

vendor/github.com/tjhop/slog-gokit/handler.go

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)