From dbc163cf1bbe906df7916e4fa0016974829a87de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 02:18:12 +0000 Subject: [PATCH] build(deps): bump github.com/lhdhtrc/compress-go from 0.0.3 to 0.0.4 Bumps [github.com/lhdhtrc/compress-go](https://github.com/lhdhtrc/compress-go) from 0.0.3 to 0.0.4. - [Release notes](https://github.com/lhdhtrc/compress-go/releases) - [Commits](https://github.com/lhdhtrc/compress-go/compare/v0.0.3...v0.0.4) --- updated-dependencies: - dependency-name: github.com/lhdhtrc/compress-go dependency-version: 0.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 8 ++++---- go.sum | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 1a5a465..fca968c 100644 --- a/go.mod +++ b/go.mod @@ -7,8 +7,7 @@ require ( github.com/google/uuid v1.6.0 github.com/google/wire v0.7.0 github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 - github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 - github.com/lhdhtrc/compress-go v0.0.3 + github.com/lhdhtrc/compress-go v0.0.4 github.com/lhdhtrc/crypto-go v0.0.3 github.com/lhdhtrc/etcd-go v0.2.4 github.com/lhdhtrc/func-go v0.3.1 @@ -19,9 +18,7 @@ require ( github.com/redis/go-redis/v9 v9.17.1 go.etcd.io/etcd/client/v3 v3.6.6 go.uber.org/zap v1.27.1 - google.golang.org/genproto/googleapis/api v0.0.0-20251124214823-79d6a2a48846 google.golang.org/grpc v1.77.0 - google.golang.org/protobuf v1.36.10 gorm.io/datatypes v1.2.7 gorm.io/gorm v1.31.1 ) @@ -39,6 +36,7 @@ require ( github.com/gogo/protobuf v1.3.2 // indirect github.com/golang/protobuf v1.5.4 // indirect github.com/google/cel-go v0.26.1 // indirect + github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 // indirect github.com/jackc/pgpassfile v1.0.0 // indirect github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect github.com/jackc/pgx/v5 v5.7.6 // indirect @@ -55,7 +53,9 @@ require ( golang.org/x/sync v0.18.0 // indirect golang.org/x/sys v0.38.0 // indirect golang.org/x/text v0.31.0 // indirect + google.golang.org/genproto/googleapis/api v0.0.0-20251124214823-79d6a2a48846 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20251124214823-79d6a2a48846 // indirect + google.golang.org/protobuf v1.36.10 // indirect gorm.io/driver/mysql v1.6.0 // indirect gorm.io/driver/postgres v1.6.0 // indirect gorm.io/plugin/soft_delete v1.2.1 // indirect diff --git a/go.sum b/go.sum index d214d5b..251aead 100644 --- a/go.sum +++ b/go.sum @@ -91,8 +91,8 @@ github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxv github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= -github.com/lhdhtrc/compress-go v0.0.3 h1:PSRUXsZ8qVxQEZEA5Cbl35bRyE7m+TzaaZAuMejzBy4= -github.com/lhdhtrc/compress-go v0.0.3/go.mod h1:andnWH3NnbjOtZWlA4VIowzujl9Ispvpkgdr2fGH6CU= +github.com/lhdhtrc/compress-go v0.0.4 h1:5pHtUwaZbyIaJBH09mRh0+CpsfTNQhY8OvatMJYKVLg= +github.com/lhdhtrc/compress-go v0.0.4/go.mod h1:andnWH3NnbjOtZWlA4VIowzujl9Ispvpkgdr2fGH6CU= github.com/lhdhtrc/crypto-go v0.0.3 h1:vthXy5anzF+n4y8ILqnN9OS9Wit3dhvNGGquKjVU9dY= github.com/lhdhtrc/crypto-go v0.0.3/go.mod h1:hVy1YNpwNW4CXE9MBy1sAmM0bAaLwTVSSDDbGLdsjbI= github.com/lhdhtrc/etcd-go v0.2.4 h1:Rz0TaLkMnDLMyhWlU6QdpQgVKaFBv9i5Ah4Wk7Z6+/g=