File tree Expand file tree Collapse file tree 16 files changed +24
-24
lines changed
eino/components/embedding/cached
mysql/canal/positioner/redis Expand file tree Collapse file tree 16 files changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ require (
1616 github.com/go-fries/fries/codec/v3 v3.10.0
1717 github.com/go-fries/fries/locker/redis/v3 v3.10.0
1818 github.com/go-fries/fries/locker/v3 v3.10.0
19- github.com/redis/go-redis/v9 v9.16 .0
19+ github.com/redis/go-redis/v9 v9.17 .0
2020 github.com/stretchr/testify v1.11.1
2121)
2222
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
1212github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
1313github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
1414github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
15- github.com/redis/go-redis/v9 v9.16 .0 h1:OotgqgLSRCmzfqChbQyG1PHC3tLNR89DG4jdOERSEP4 =
16- github.com/redis/go-redis/v9 v9.16 .0 /go.mod h1:u410H11HMLoB+TP67dz8rL9s6QW2j76l0//kSOd3370 =
15+ github.com/redis/go-redis/v9 v9.17 .0 h1:K6E+ZlYN95KSMmZeEQPbU/c++wfmEvfFB17yEAq/VhM =
16+ github.com/redis/go-redis/v9 v9.17 .0 /go.mod h1:u410H11HMLoB+TP67dz8rL9s6QW2j76l0//kSOd3370 =
1717github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
1818github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
1919gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
1212 github.com/go-fries/fries/codec/sonic/v3 v3.10.0
1313 github.com/go-fries/fries/codec/v3 v3.10.0
1414 github.com/go-fries/fries/eino/components/embedding/cached/v3 v3.10.0
15- github.com/redis/go-redis/v9 v9.16 .0
15+ github.com/redis/go-redis/v9 v9.17 .0
1616 github.com/stretchr/testify v1.11.1
1717)
1818
Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
8383github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
8484github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
8585github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
86- github.com/redis/go-redis/v9 v9.16 .0 h1:OotgqgLSRCmzfqChbQyG1PHC3tLNR89DG4jdOERSEP4 =
87- github.com/redis/go-redis/v9 v9.16 .0 /go.mod h1:u410H11HMLoB+TP67dz8rL9s6QW2j76l0//kSOd3370 =
86+ github.com/redis/go-redis/v9 v9.17 .0 h1:K6E+ZlYN95KSMmZeEQPbU/c++wfmEvfFB17yEAq/VhM =
87+ github.com/redis/go-redis/v9 v9.17 .0 /go.mod h1:u410H11HMLoB+TP67dz8rL9s6QW2j76l0//kSOd3370 =
8888github.com/rollbar/rollbar-go v1.0.2 /go.mod h1:AcFs5f0I+c71bpHlXNNDbOWJiKwjFDtISeXco0L5PKQ =
8989github.com/sirupsen/logrus v1.2.0 /go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo =
9090github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ =
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
1313 github.com/cloudwego/eino v0.6.1
1414 github.com/go-fries/fries/eino/components/embedding/cached/cacher/redis/v3 v3.10.0
1515 github.com/go-fries/fries/eino/components/embedding/cached/v3 v3.10.0
16- github.com/redis/go-redis/v9 v9.16 .0
16+ github.com/redis/go-redis/v9 v9.17 .0
1717)
1818
1919require (
Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
8383github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
8484github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
8585github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
86- github.com/redis/go-redis/v9 v9.16 .0 h1:OotgqgLSRCmzfqChbQyG1PHC3tLNR89DG4jdOERSEP4 =
87- github.com/redis/go-redis/v9 v9.16 .0 /go.mod h1:u410H11HMLoB+TP67dz8rL9s6QW2j76l0//kSOd3370 =
86+ github.com/redis/go-redis/v9 v9.17 .0 h1:K6E+ZlYN95KSMmZeEQPbU/c++wfmEvfFB17yEAq/VhM =
87+ github.com/redis/go-redis/v9 v9.17 .0 /go.mod h1:u410H11HMLoB+TP67dz8rL9s6QW2j76l0//kSOd3370 =
8888github.com/rollbar/rollbar-go v1.0.2 /go.mod h1:AcFs5f0I+c71bpHlXNNDbOWJiKwjFDtISeXco0L5PKQ =
8989github.com/sirupsen/logrus v1.2.0 /go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo =
9090github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ =
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ replace (
1414require (
1515 github.com/go-fries/fries/cache/redis/v3 v3.10.0
1616 github.com/go-fries/fries/cache/v3 v3.10.0
17- github.com/redis/go-redis/v9 v9.16 .0
17+ github.com/redis/go-redis/v9 v9.17 .0
1818)
1919
2020require (
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
1212github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
1313github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
1414github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
15- github.com/redis/go-redis/v9 v9.16 .0 h1:OotgqgLSRCmzfqChbQyG1PHC3tLNR89DG4jdOERSEP4 =
16- github.com/redis/go-redis/v9 v9.16 .0 /go.mod h1:u410H11HMLoB+TP67dz8rL9s6QW2j76l0//kSOd3370 =
15+ github.com/redis/go-redis/v9 v9.17 .0 h1:K6E+ZlYN95KSMmZeEQPbU/c++wfmEvfFB17yEAq/VhM =
16+ github.com/redis/go-redis/v9 v9.17 .0 /go.mod h1:u410H11HMLoB+TP67dz8rL9s6QW2j76l0//kSOd3370 =
1717github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
1818github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
1919gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ require (
2929 github.com/pingcap/failpoint v0.0.0-20240528011301-b51a646c7c86 // indirect
3030 github.com/pingcap/log v1.1.1-0.20250917021125-19901e015dc9 // indirect
3131 github.com/pingcap/tidb/pkg/parser v0.0.0-20251031105235-a2d42842d2eb // indirect
32- github.com/redis/go-redis/v9 v9.16 .0 // indirect
32+ github.com/redis/go-redis/v9 v9.17 .0 // indirect
3333 github.com/shopspring/decimal v1.4.0 // indirect
3434 go.uber.org/atomic v1.11.0 // indirect
3535 go.uber.org/multierr v1.11.0 // indirect
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ github.com/pingcap/tidb/pkg/parser v0.0.0-20251031105235-a2d42842d2eb/go.mod h1:
3939github.com/pkg/errors v0.8.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
4040github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
4141github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
42- github.com/redis/go-redis/v9 v9.16 .0 h1:OotgqgLSRCmzfqChbQyG1PHC3tLNR89DG4jdOERSEP4 =
43- github.com/redis/go-redis/v9 v9.16 .0 /go.mod h1:u410H11HMLoB+TP67dz8rL9s6QW2j76l0//kSOd3370 =
42+ github.com/redis/go-redis/v9 v9.17 .0 h1:K6E+ZlYN95KSMmZeEQPbU/c++wfmEvfFB17yEAq/VhM =
43+ github.com/redis/go-redis/v9 v9.17 .0 /go.mod h1:u410H11HMLoB+TP67dz8rL9s6QW2j76l0//kSOd3370 =
4444github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k =
4545github.com/shopspring/decimal v1.4.0 /go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+DMd9qYNcwME =
4646github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
You can’t perform that action at this time.
0 commit comments