From 7fbf5037739356420415151d1f5232d3392bc1e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 12:20:05 +0000 Subject: [PATCH] chore(deps): bump github.com/origadmin/toolkits/slogx Bumps [github.com/origadmin/toolkits/slogx](https://github.com/origadmin/toolkits) from 0.3.22 to 1.0.0. - [Release notes](https://github.com/origadmin/toolkits/releases) - [Changelog](https://github.com/origadmin/toolkits/blob/main/CHANGELOG.md) - [Commits](https://github.com/origadmin/toolkits/commits) --- updated-dependencies: - dependency-name: github.com/origadmin/toolkits/slogx dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- go.mod | 3 +-- go.sum | 6 ++---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index b7c2b84c..a988417c 100644 --- a/go.mod +++ b/go.mod @@ -19,9 +19,8 @@ require ( github.com/google/uuid v1.6.0 github.com/gorilla/handlers v1.5.2 github.com/origadmin/slog-kratos v1.0.5 - github.com/origadmin/toolkits v0.3.22 github.com/origadmin/toolkits/errors v0.3.22 - github.com/origadmin/toolkits/slogx v0.3.22 + github.com/origadmin/toolkits/slogx v1.0.0 github.com/rs/cors v1.11.1 github.com/spf13/viper v1.21.0 github.com/stretchr/testify v1.11.1 diff --git a/go.sum b/go.sum index e273c153..196ac745 100644 --- a/go.sum +++ b/go.sum @@ -147,12 +147,10 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk= github.com/origadmin/slog-kratos v1.0.5 h1:yDLxVaN8A8MMmIny3xy65uT1wLKl3S9tVZVijn+1Vhc= github.com/origadmin/slog-kratos v1.0.5/go.mod h1:zuOf6B1cMjPwwMJ2or2sPbzNAdx/fMn/6MekdG30Xh4= -github.com/origadmin/toolkits v0.3.22 h1:qvIyYTdeg5kVtWm6CHxBJ28eKU2kTWfr3UvUGZkqqR8= -github.com/origadmin/toolkits v0.3.22/go.mod h1:y1NQW8rf8I0rHpDH/1X64rdQ/urSb1LR7iaZwX1Ycbg= github.com/origadmin/toolkits/errors v0.3.22 h1:WQB56gyiIOLecbnYKqXi4hv/iNqFDiZXsT5r0ZkoW4g= github.com/origadmin/toolkits/errors v0.3.22/go.mod h1:YCPShNuAmn0ns0JB43iKbVdWcPA8XCTiFG+7UA2+tJw= -github.com/origadmin/toolkits/slogx v0.3.22 h1:YlLkieYcj5Ts7fMm/Nnj8fVaCo0Ow8pKvAvZGFPc03M= -github.com/origadmin/toolkits/slogx v0.3.22/go.mod h1:rpyegD2CZypR+ctlpVz4q3KROwb3xc6mUKQQZ9ow+qI= +github.com/origadmin/toolkits/slogx v1.0.0 h1:MVTygI6fRF+dG4qt9as5c0NusDpF0rAFGlZzRCeHhm0= +github.com/origadmin/toolkits/slogx v1.0.0/go.mod h1:rpyegD2CZypR+ctlpVz4q3KROwb3xc6mUKQQZ9ow+qI= github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4= github.com/pelletier/go-toml/v2 v2.2.4/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=