From 58615792c7d3646db6e50e3518ba327220e53ff1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 20:44:28 +0000 Subject: [PATCH] chore(deps): Bump github.com/tidwall/redcon from 1.6.2 to 1.6.4 Bumps [github.com/tidwall/redcon](https://github.com/tidwall/redcon) from 1.6.2 to 1.6.4. - [Commits](https://github.com/tidwall/redcon/compare/v1.6.2...v1.6.4) --- updated-dependencies: - dependency-name: github.com/tidwall/redcon dependency-version: 1.6.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 9169c87..4cc68a7 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/rs/xid v1.6.0 github.com/slayercat/GoSNMPServer v0.5.2 github.com/spf13/cobra v1.10.2 - github.com/tidwall/redcon v1.6.2 + github.com/tidwall/redcon v1.6.4 google.golang.org/grpc v1.82.1 gopkg.in/yaml.v3 v3.0.1 ) diff --git a/go.sum b/go.sum index 3f752af..e9a18d4 100644 --- a/go.sum +++ b/go.sum @@ -90,8 +90,8 @@ github.com/tidwall/btree v1.1.0 h1:5P+9WU8ui5uhmcg3SoPyTwoI0mVyZ1nps7YQzTZFkYM= github.com/tidwall/btree v1.1.0/go.mod h1:TzIRzen6yHbibdSfK6t8QimqbUnoxUSrZfeW7Uob0q4= github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA= github.com/tidwall/match v1.1.1/go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM= -github.com/tidwall/redcon v1.6.2 h1:5qfvrrybgtO85jnhSravmkZyC0D+7WstbfCs3MmPhow= -github.com/tidwall/redcon v1.6.2/go.mod h1:p5Wbsgeyi2VSTBWOcA5vRXrOb9arFTcU2+ZzFjqV75Y= +github.com/tidwall/redcon v1.6.4 h1:e1xUcbfVZukGrWJo7jAXN+saw6UnPYrCZYVGXaoafXw= +github.com/tidwall/redcon v1.6.4/go.mod h1:rKGKSGkNdBKCjAjC2jDwvCnT+NYCpNqy0aGq4YKJSKQ= github.com/tklauser/go-sysconf v0.3.12 h1:0QaGUFOdQaIVdPgfITYzaTegZvdCjmYO52cSFAEVmqU= github.com/tklauser/go-sysconf v0.3.12/go.mod h1:Ho14jnntGE1fpdOqQEEaiKRpvIavV0hSfmBq8nJbHYI= github.com/tklauser/numcpus v0.6.1 h1:ng9scYS7az0Bk4OZLvrNXNSAO2Pxr1XXRAPyjhIx+Fk=