From 98300d72b9e54e1954182f62acb5bee8d60a1ebe Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Sat, 4 Jun 2022 18:00:44 +0300 Subject: [PATCH] chore: cleanup --- example/del-keys-without-ttl/go.mod | 2 -- example/hll/go.mod | 2 -- example/lua-scripting/go.mod | 2 -- example/redis-bloom/go.mod | 2 -- example/scan-struct/go.mod | 1 - 5 files changed, 9 deletions(-) diff --git a/example/del-keys-without-ttl/go.mod b/example/del-keys-without-ttl/go.mod index 435f636e..11e562a6 100644 --- a/example/del-keys-without-ttl/go.mod +++ b/example/del-keys-without-ttl/go.mod @@ -3,5 +3,3 @@ module github.com/go-redis/redis/example/del-keys-without-ttl go 1.14 replace github.com/go-redis/redis/v9 => ../.. - -require github.com/go-redis/redis/v9 v8.11.5 diff --git a/example/hll/go.mod b/example/hll/go.mod index 42800bcd..9e002ee4 100644 --- a/example/hll/go.mod +++ b/example/hll/go.mod @@ -3,5 +3,3 @@ module github.com/go-redis/redis/example/hll go 1.14 replace github.com/go-redis/redis/v9 => ../.. - -require github.com/go-redis/redis/v9 v8.11.5 diff --git a/example/lua-scripting/go.mod b/example/lua-scripting/go.mod index d30d8328..41987051 100644 --- a/example/lua-scripting/go.mod +++ b/example/lua-scripting/go.mod @@ -3,5 +3,3 @@ module github.com/go-redis/redis/example/redis-bloom go 1.14 replace github.com/go-redis/redis/v9 => ../.. - -require github.com/go-redis/redis/v9 v8.11.5 diff --git a/example/redis-bloom/go.mod b/example/redis-bloom/go.mod index d30d8328..41987051 100644 --- a/example/redis-bloom/go.mod +++ b/example/redis-bloom/go.mod @@ -3,5 +3,3 @@ module github.com/go-redis/redis/example/redis-bloom go 1.14 replace github.com/go-redis/redis/v9 => ../.. - -require github.com/go-redis/redis/v9 v8.11.5 diff --git a/example/scan-struct/go.mod b/example/scan-struct/go.mod index 40a29309..93cabbd6 100644 --- a/example/scan-struct/go.mod +++ b/example/scan-struct/go.mod @@ -6,5 +6,4 @@ replace github.com/go-redis/redis/v9 => ../.. require ( github.com/davecgh/go-spew v1.1.1 - github.com/go-redis/redis/v9 v8.11.5 )