Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/go-redis/cache/v8 to v8.4.4 #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 5 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,26 @@ require (
github.com/go-pg/pgext v0.2.0
github.com/go-pg/urlstruct v1.0.0
github.com/go-playground/validator/v10 v10.4.1 // indirect
github.com/go-redis/cache/v8 v8.2.1
github.com/go-redis/redis/v8 v8.3.3
github.com/go-redis/cache/v8 v8.4.4
github.com/go-redis/redis/v8 v8.11.3
github.com/go-redis/redis_rate/v9 v9.0.2
github.com/go-redis/redisext v0.3.1
github.com/google/uuid v1.1.2 // indirect
github.com/gosimple/slug v1.9.0
github.com/json-iterator/go v1.1.10 // indirect
github.com/klauspost/compress v1.11.2 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/onsi/ginkgo v1.14.2
github.com/onsi/gomega v1.10.3
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.15.0
github.com/segmentio/encoding v0.2.2 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/ugorji/go v1.1.13 // indirect
github.com/uptrace/uptrace-go v0.4.2
github.com/vmihailenco/msgpack/v5 v5.0.0-rc.2 // indirect
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.13.0
go.opentelemetry.io/otel v0.13.0
go.opentelemetry.io/otel/sdk v0.13.0
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
golang.org/x/exp v0.0.0-20201008143054-e3b2a7f2fdc7
golang.org/x/net v0.0.0-20201031054903-ff519b6c9102 // indirect
golang.org/x/sys v0.0.0-20201107080550-4d91cf3a1aaf // indirect
golang.org/x/text v0.3.4 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v2 v2.4.0
)