From 8821b2f5014fe3d01a5108a3ed4d8598817d01f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Sat, 17 Dec 2022 16:11:56 +0100 Subject: [PATCH] chore: mod tidy redis example --- examples/redis/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/redis/go.mod b/examples/redis/go.mod index 573226203b..e111855ef5 100644 --- a/examples/redis/go.mod +++ b/examples/redis/go.mod @@ -5,6 +5,7 @@ go 1.18 require ( github.com/go-redis/redis/v8 v8.11.5 github.com/google/uuid v1.3.0 + github.com/stretchr/testify v1.8.1 github.com/testcontainers/testcontainers-go v0.15.0 gotest.tools/gotestsum v1.8.2 ) @@ -116,7 +117,6 @@ require ( github.com/sirupsen/logrus v1.9.0 // indirect github.com/spf13/cobra v1.6.1 // indirect github.com/spf13/pflag v1.0.5 // indirect - github.com/stretchr/testify v1.8.1 // indirect github.com/theupdateframework/notary v0.7.0 // indirect github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5 // indirect github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea // indirect