Skip to content

Commit

Permalink
chore: mod tidy redis example
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Dec 17, 2022
1 parent 80c8bee commit 8821b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/redis/go.mod
Expand Up @@ -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
)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8821b2f

Please sign in to comment.