Skip to content
This repository was archived by the owner on Oct 21, 2020. It is now read-only.

Commit b5abfcd

Browse files
committed
Update module go-redis/redis/v8 to v8.2.1
1 parent 3a68a00 commit b5abfcd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/go-redis/redisext
33
go 1.13
44

55
require (
6-
github.com/go-redis/redis/v8 v8.0.0
6+
github.com/go-redis/redis/v8 v8.2.1
77
github.com/onsi/ginkgo v1.14.1
88
github.com/onsi/gomega v1.10.2
99
go.opentelemetry.io/otel v0.11.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4
1313
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
1414
github.com/go-redis/redis/v8 v8.0.0 h1:PC0VsF9sFFd2sko5bu30aEFc8F1TKl6n65o0b8FnCIE=
1515
github.com/go-redis/redis/v8 v8.0.0/go.mod h1:isLoQT/NFSP7V67lyvM9GmdvLdyZ7pEhsXvvyQtnQTo=
16+
github.com/go-redis/redis/v8 v8.2.1 h1:PCgs6b+iWVG3AseLbNcIneoDSRKv+BdYUl3TtXOiZCY=
17+
github.com/go-redis/redis/v8 v8.2.1/go.mod h1:ysgGY09J/QeDYbu3HikWEIPCwaeOkuNoTgKayTEaEOw=
1618
github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
1719
github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8=
1820
github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA=

0 commit comments

Comments
 (0)