Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihailenco committed Oct 21, 2020
1 parent 7247b90 commit f93ba28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extra/rediscensus/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.15
replace github.com/go-redis/redis/extra/rediscmd => ../rediscmd

require (
github.com/go-redis/redis/extra/rediscmd v0.0.0-00010101000000-000000000000
github.com/go-redis/redis/extra/rediscmd v0.1.0
github.com/go-redis/redis/v8 v8.3.2
go.opencensus.io v0.22.5
)
2 changes: 1 addition & 1 deletion extra/redisotel/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.15
replace github.com/go-redis/redis/extra/rediscmd => ../rediscmd

require (
github.com/go-redis/redis/extra/rediscmd v0.0.0-00010101000000-000000000000
github.com/go-redis/redis/extra/rediscmd v0.1.0
github.com/go-redis/redis/v8 v8.3.2
go.opentelemetry.io/otel v0.13.0
)

0 comments on commit f93ba28

Please sign in to comment.