Skip to content

Commit 98300d7

Browse files
committed
chore: cleanup
1 parent 27f0add commit 98300d7

File tree

5 files changed

+0
-9
lines changed

5 files changed

+0
-9
lines changed

example/del-keys-without-ttl/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@ module github.com/go-redis/redis/example/del-keys-without-ttl
33
go 1.14
44

55
replace github.com/go-redis/redis/v9 => ../..
6-
7-
require github.com/go-redis/redis/v9 v8.11.5

example/hll/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@ module github.com/go-redis/redis/example/hll
33
go 1.14
44

55
replace github.com/go-redis/redis/v9 => ../..
6-
7-
require github.com/go-redis/redis/v9 v8.11.5

example/lua-scripting/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@ module github.com/go-redis/redis/example/redis-bloom
33
go 1.14
44

55
replace github.com/go-redis/redis/v9 => ../..
6-
7-
require github.com/go-redis/redis/v9 v8.11.5

example/redis-bloom/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@ module github.com/go-redis/redis/example/redis-bloom
33
go 1.14
44

55
replace github.com/go-redis/redis/v9 => ../..
6-
7-
require github.com/go-redis/redis/v9 v8.11.5

example/scan-struct/go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ replace github.com/go-redis/redis/v9 => ../..
66

77
require (
88
github.com/davecgh/go-spew v1.1.1
9-
github.com/go-redis/redis/v9 v8.11.5
109
)

0 commit comments

Comments
 (0)