Skip to content

Commit

Permalink
fix redis broker
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Jun 18, 2023
1 parent e67a408 commit f0e656f
Show file tree
Hide file tree
Showing 3 changed files with 1,462 additions and 90 deletions.
8 changes: 4 additions & 4 deletions plugin/redis/broker/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ go 1.15

require (
github.com/go-redis/redis/v8 v8.10.1-0.20210615084835-43ec1464d9a6
github.com/golang/protobuf v1.4.3
github.com/google/uuid v1.1.2
github.com/micro/micro/v3 v3.2.2-0.20210607125937-d152c4ec7749
github.com/golang/protobuf v1.5.3
github.com/google/uuid v1.3.0
github.com/micro/micro/v3 v3.18.6-0.20230605211001-e67a4087d2d2
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.8.1
)

replace github.com/micro/micro/v3 => ../../..
Loading

0 comments on commit f0e656f

Please sign in to comment.