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