File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/golang-queue/queue v0.0.7
7
- github.com/golang-queue/redisdb v0.0.1
7
+ github.com/golang-queue/redisdb v0.0.2
8
8
)
Original file line number Diff line number Diff line change @@ -13,10 +13,8 @@ github.com/go-redis/redis/v8 v8.11.3/go.mod h1:xNJ9xDG09FsIPwh3bWdk+0oDWHbtF9rPN
13
13
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 /go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE =
14
14
github.com/golang-queue/queue v0.0.7 h1:WENCPyPBcIWYgBFSAZ8USGtwmxeCeMkhjwuyM0MAi84 =
15
15
github.com/golang-queue/queue v0.0.7 /go.mod h1:JS5tYJacahCjafcplU5idNLX2vkYioqh6wEDX5o9Nms =
16
- github.com/golang-queue/redisdb v0.0.0-20210901142733-e696c33e11a7 h1:9dYzXFVyrRDFsqMiYTuMyTQw9K3IVyPc12kIu/6lfZE =
17
- github.com/golang-queue/redisdb v0.0.0-20210901142733-e696c33e11a7 /go.mod h1:p+Vjyue6O7d1SKfcDrD2le0D6/yhrb/bm5Fa1805jYk =
18
- github.com/golang-queue/redisdb v0.0.1 h1:5F2w0oIZCQTgBzExlIfYPz9SEv2n/8pYY69xAAvcnPs =
19
- github.com/golang-queue/redisdb v0.0.1 /go.mod h1:p+Vjyue6O7d1SKfcDrD2le0D6/yhrb/bm5Fa1805jYk =
16
+ github.com/golang-queue/redisdb v0.0.2 h1:8Xjl6sWjzEvgCjzd6BwTTOzd+NSwahz1gzkPJ2CcFTg =
17
+ github.com/golang-queue/redisdb v0.0.2 /go.mod h1:p+Vjyue6O7d1SKfcDrD2le0D6/yhrb/bm5Fa1805jYk =
20
18
github.com/golang/protobuf v1.2.0 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
21
19
github.com/golang/protobuf v1.4.0-rc.1 /go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8 =
22
20
github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208 /go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA =
You can’t perform that action at this time.
0 commit comments