This repository was archived by the owner on Oct 21, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/go-redis/redisext
3
3
go 1.13
4
4
5
5
require (
6
- github.com/go-redis/redis/v8 v8.3.0
6
+ github.com/go-redis/redis/v8 v8.3.1
7
7
github.com/onsi/ginkgo v1.14.1
8
8
github.com/onsi/gomega v1.10.2
9
9
go.opentelemetry.io/otel v0.13.0
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWo
9
9
github.com/fsnotify/fsnotify v1.4.9 /go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ =
10
10
github.com/go-redis/redis/v8 v8.3.0 h1:Xrwvn8+QqUYD1MbQmda3cVR2U9li5XbtRFkKZN5Y0hk =
11
11
github.com/go-redis/redis/v8 v8.3.0 /go.mod h1:a2xkpBM7NJUN5V5kiF46X5Ltx4WeXJ9757X/ScKUBdE =
12
+ github.com/go-redis/redis/v8 v8.3.1 h1:jEPCgHQopfNaABun3NVN9pv2K7RjstY/7UJD6UEKFEY =
13
+ github.com/go-redis/redis/v8 v8.3.1 /go.mod h1:a2xkpBM7NJUN5V5kiF46X5Ltx4WeXJ9757X/ScKUBdE =
12
14
github.com/golang/protobuf v1.2.0 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
13
15
github.com/golang/protobuf v1.4.0-rc.1 /go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8 =
14
16
github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208 /go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA =
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/go-redis/redisext/rediscensus
3
3
go 1.15
4
4
5
5
require (
6
- github.com/go-redis/redis/v8 v8.3.0
6
+ github.com/go-redis/redis/v8 v8.3.1
7
7
github.com/go-redis/redisext v0.3.0
8
8
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
9
9
go.opencensus.io v0.22.5
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWo
12
12
github.com/fsnotify/fsnotify v1.4.9 /go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ =
13
13
github.com/go-redis/redis/v8 v8.3.0 h1:Xrwvn8+QqUYD1MbQmda3cVR2U9li5XbtRFkKZN5Y0hk =
14
14
github.com/go-redis/redis/v8 v8.3.0 /go.mod h1:a2xkpBM7NJUN5V5kiF46X5Ltx4WeXJ9757X/ScKUBdE =
15
+ github.com/go-redis/redis/v8 v8.3.1 h1:jEPCgHQopfNaABun3NVN9pv2K7RjstY/7UJD6UEKFEY =
16
+ github.com/go-redis/redis/v8 v8.3.1 /go.mod h1:a2xkpBM7NJUN5V5kiF46X5Ltx4WeXJ9757X/ScKUBdE =
15
17
github.com/go-redis/redisext v0.3.0 h1:dZuo0ZkA3Er49Jpxacd/IoMmng/Oo9V/bOJJgKwjp/c =
16
18
github.com/go-redis/redisext v0.3.0 /go.mod h1:RsxZvP0ikgPfqLUIJ9MfRTDODm5PCW1UHO9DI9IMumU =
17
19
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b /go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q =
You can’t perform that action at this time.
0 commit comments