diff options
author | 6543 <6543@obermui.de> | 2021-02-10 22:28:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-10 21:28:32 +0000 |
commit | ac97ea573c1b10d03e72775e8f74b9fe5453bfc8 (patch) | |
tree | 99fa7488782a2a6c4362c49e4cdf04594c662ca3 /vendor/modules.txt | |
parent | 4cffc46f651205b9d7eb0b1df46dd6117c6d95e9 (diff) | |
download | gitea-ac97ea573c1b10d03e72775e8f74b9fe5453bfc8.tar.gz gitea-ac97ea573c1b10d03e72775e8f74b9fe5453bfc8.zip |
[Vendor] Update go-redis to v8.5.0 (#13749)
* Update go-redis to v8.4.0
* github.com/go-redis/redis/v8 v8.4.0 -> v8.5.0
* Apply suggestions from code review
Co-authored-by: zeripath <art27@cantab.net>
* TODO
* Use the Queue termination channel as the default context for pushes
Signed-off-by: Andrew Thornton <art27@cantab.net>
* missed one
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: zeripath <art27@cantab.net>
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 35 |
1 files changed, 26 insertions, 9 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 70ab9cce5c..6998fdb86e 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -195,6 +195,8 @@ github.com/denisenkom/go-mssqldb/internal/querytext # github.com/dgrijalva/jwt-go v3.2.0+incompatible ## explicit github.com/dgrijalva/jwt-go +# github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f +github.com/dgryski/go-rendezvous # github.com/dlclark/regexp2 v1.4.0 ## explicit github.com/dlclark/regexp2 @@ -347,15 +349,16 @@ github.com/go-openapi/strfmt github.com/go-openapi/swag # github.com/go-openapi/validate v0.20.1 github.com/go-openapi/validate -# github.com/go-redis/redis/v7 v7.4.0 -## explicit -github.com/go-redis/redis/v7 -github.com/go-redis/redis/v7/internal -github.com/go-redis/redis/v7/internal/consistenthash -github.com/go-redis/redis/v7/internal/hashtag -github.com/go-redis/redis/v7/internal/pool -github.com/go-redis/redis/v7/internal/proto -github.com/go-redis/redis/v7/internal/util +# github.com/go-redis/redis/v8 v8.5.0 +## explicit +github.com/go-redis/redis/v8 +github.com/go-redis/redis/v8/internal +github.com/go-redis/redis/v8/internal/hashtag +github.com/go-redis/redis/v8/internal/hscan +github.com/go-redis/redis/v8/internal/pool +github.com/go-redis/redis/v8/internal/proto +github.com/go-redis/redis/v8/internal/rand +github.com/go-redis/redis/v8/internal/util # github.com/go-sql-driver/mysql v1.5.0 ## explicit github.com/go-sql-driver/mysql @@ -795,6 +798,20 @@ go.mongodb.org/mongo-driver/bson/bsonrw go.mongodb.org/mongo-driver/bson/bsontype go.mongodb.org/mongo-driver/bson/primitive go.mongodb.org/mongo-driver/x/bsonx/bsoncore +# go.opentelemetry.io/otel v0.16.0 +go.opentelemetry.io/otel +go.opentelemetry.io/otel/codes +go.opentelemetry.io/otel/internal +go.opentelemetry.io/otel/internal/baggage +go.opentelemetry.io/otel/internal/global +go.opentelemetry.io/otel/internal/trace/noop +go.opentelemetry.io/otel/label +go.opentelemetry.io/otel/metric +go.opentelemetry.io/otel/metric/number +go.opentelemetry.io/otel/metric/registry +go.opentelemetry.io/otel/propagation +go.opentelemetry.io/otel/trace +go.opentelemetry.io/otel/unit # go.uber.org/atomic v1.6.0 go.uber.org/atomic # go.uber.org/multierr v1.5.0 |