@@ -11,31 +11,26 @@ require (
1111 github.com/go-pg/pgext v0.2.0
1212 github.com/go-pg/urlstruct v1.0.0
1313 github.com/go-playground/validator/v10 v10.4.1 // indirect
14- github.com/go-redis/cache/v8 v8.2.1
15- github.com/go-redis/redis/v8 v8.3 .3
14+ github.com/go-redis/cache/v8 v8.4.4
15+ github.com/go-redis/redis/v8 v8.11 .3
1616 github.com/go-redis/redis_rate/v9 v9.0.2
1717 github.com/go-redis/redisext v0.3.1
1818 github.com/google/uuid v1.1.2 // indirect
1919 github.com/gosimple/slug v1.9.0
2020 github.com/json-iterator/go v1.1.10 // indirect
21- github.com/klauspost/compress v1.11.2 // indirect
2221 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
2322 github.com/modern-go/reflect2 v1.0.1 // indirect
24- github.com/onsi/ginkgo v1.14.2
25- github.com/onsi/gomega v1.10.3
23+ github.com/onsi/ginkgo v1.16.4
24+ github.com/onsi/gomega v1.15.0
2625 github.com/segmentio/encoding v0.2.2 // indirect
2726 github.com/sirupsen/logrus v1.7.0
2827 github.com/ugorji/go v1.1.13 // indirect
2928 github.com/uptrace/uptrace-go v0.4.2
30- github.com/vmihailenco/msgpack/v5 v5.0.0-rc.2 // indirect
3129 go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.13.0
3230 go.opentelemetry.io/otel v0.13.0
3331 go.opentelemetry.io/otel/sdk v0.13.0
3432 golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
3533 golang.org/x/exp v0.0.0-20201008143054-e3b2a7f2fdc7
36- golang.org/x/net v0.0.0-20201031054903-ff519b6c9102 // indirect
37- golang.org/x/sys v0.0.0-20201107080550-4d91cf3a1aaf // indirect
38- golang.org/x/text v0.3.4 // indirect
3934 golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
40- gopkg.in/yaml.v2 v2.3 .0
35+ gopkg.in/yaml.v2 v2.4 .0
4136)
0 commit comments