Skip to content

Commit

Permalink
refactor: rueidis 从 v1.0.47 升级至 v1.0.49
Browse files Browse the repository at this point in the history
  • Loading branch information
huangqing.zhu committed Nov 12, 2024
1 parent 943370b commit d6d48e9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ require (
github.com/alicebob/miniredis/v2 v2.30.5
github.com/coreos/go-semver v0.3.0
github.com/prometheus/client_golang v1.11.0
github.com/redis/rueidis v1.0.47
github.com/redis/rueidis/rueidiscompat v1.0.47
github.com/redis/rueidis/rueidisprob v1.0.47
github.com/redis/rueidis v1.0.49
github.com/redis/rueidis/rueidiscompat v1.0.49
github.com/redis/rueidis/rueidisprob v1.0.49
github.com/sandwich-go/funnel v0.0.1
github.com/smartystreets/goconvey v1.7.2
)
Expand Down
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,14 @@ github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsT
github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU=
github.com/prometheus/procfs v0.6.0 h1:mxy4L2jP6qMonqmq+aTtOx1ifVWUgG/TAmntgbh3xv4=
github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA=
github.com/redis/rueidis v1.0.47 h1:41UdeXOo4eJuW+cfpUJuLtVGyO0QJY3A2rEYgJWlfHs=
github.com/redis/rueidis v1.0.47/go.mod h1:by+34b0cFXndxtYmPAHpoTHO5NkosDlBvhexoTURIxM=
github.com/redis/rueidis/mock v1.0.47 h1:9eJpIf3U70jqd4vHOwAkthjTWjYU6Rba6GTl9sFrhqs=
github.com/redis/rueidis/mock v1.0.47/go.mod h1:uoZh1JV/crzJqtlsd88ShjZ2qTYOrP72OhYpA/QNhfY=
github.com/redis/rueidis/rueidiscompat v1.0.47 h1:pN0oFEvmZ6NDdFZy4Qoa/nvBxqUWLorwgzZSTr8Rwps=
github.com/redis/rueidis/rueidiscompat v1.0.47/go.mod h1:r2zwuyyfc7rhU4ogOh0rwq9qjwBRIc50P2c11Ynl2uE=
github.com/redis/rueidis/rueidisprob v1.0.47 h1:vL0hGISyj4mCt/2bBDFeeScWKm7Bahu9TSe1Mew2UYc=
github.com/redis/rueidis/rueidisprob v1.0.47/go.mod h1:N/KVwSkxmi6v4VBhTJii0NiLBx7J6m0ecG0SBn9zN1s=
github.com/redis/rueidis v1.0.49 h1:uhjMcQ663R8st3saoo85VV9Ce37zfvRXiveZcBrS3YQ=
github.com/redis/rueidis v1.0.49/go.mod h1:by+34b0cFXndxtYmPAHpoTHO5NkosDlBvhexoTURIxM=
github.com/redis/rueidis/mock v1.0.49 h1:MfVL45QLAOH+YnxuqxMIOYsfn+/GLyF4XpWwtBh7IOE=
github.com/redis/rueidis/mock v1.0.49/go.mod h1:qVb3NaVgfqh1tMJw3+jmuqCUaMU0wu6NPS72TnuFWTE=
github.com/redis/rueidis/rueidiscompat v1.0.49 h1:6EV2QSiKwGsIQDxJrx5/7NmXSIubH4NxSGAsnlbT9Zo=
github.com/redis/rueidis/rueidiscompat v1.0.49/go.mod h1:Wepg5l4B2fjGxEiPEg9uzLea+G6D9EGjDSB4/x7VXbw=
github.com/redis/rueidis/rueidisprob v1.0.49 h1:TtYFwY9rGIAJInKq1wJixlJgf+7q4MvjGRz01gsw5uM=
github.com/redis/rueidis/rueidisprob v1.0.49/go.mod h1:bQjEPF200JIuQY7Sm8ckhz+x96PM+UwmuwbPEI69dM8=
github.com/sandwich-go/funnel v0.0.1 h1:iAQQv2NhsqK6pmb+k81h14qSrE1VazR3DZ8BqxUyP/8=
github.com/sandwich-go/funnel v0.0.1/go.mod h1:i+Ic0l78rwAqFV2CxdrK9FZNk2JU73jamUFfk/wogGM=
github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
Expand Down

0 comments on commit d6d48e9

Please sign in to comment.