@@ -9,8 +9,7 @@ require (
9
9
github.com/docker/distribution v2.8.1+incompatible
10
10
github.com/gitpod-io/gitpod/common-go v0.0.0-00010101000000-000000000000
11
11
github.com/gitpod-io/gitpod/registry-facade/api v0.0.0-00010101000000-000000000000
12
- github.com/go-redis/redis/v8 v8.11.5
13
- github.com/go-redis/redismock/v8 v8.0.6
12
+ github.com/go-redis/redismock/v9 v9.0.2
14
13
github.com/golang/mock v1.6.0
15
14
github.com/golang/protobuf v1.5.2
16
15
github.com/google/go-cmp v0.5.9
@@ -29,9 +28,10 @@ require (
29
28
github.com/opentracing/opentracing-go v1.2.0
30
29
github.com/pkg/errors v0.9.1
31
30
github.com/prometheus/client_golang v1.14.0
31
+ github.com/redis/go-redis/v9 v9.0.2
32
32
github.com/sirupsen/logrus v1.8.1
33
33
github.com/spf13/cobra v1.4.0
34
- golang.org/x/net v0.4 .0
34
+ golang.org/x/net v0.5 .0
35
35
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f
36
36
google.golang.org/grpc v1.52.3
37
37
k8s.io/apimachinery v0.24.4
@@ -52,7 +52,7 @@ require (
52
52
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
53
53
github.com/ceramicnetwork/go-dag-jose v0.1.0 // indirect
54
54
github.com/cespare/xxhash v1.1.0 // indirect
55
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
55
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
56
56
github.com/cheggaaa/pb v1.0.29 // indirect
57
57
github.com/containerd/cgroups v1.0.4 // indirect
58
58
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
@@ -266,8 +266,8 @@ require (
266
266
golang.org/x/mod v0.6.0 // indirect
267
267
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
268
268
golang.org/x/sync v0.1.0 // indirect
269
- golang.org/x/sys v0.3 .0 // indirect
270
- golang.org/x/text v0.5 .0 // indirect
269
+ golang.org/x/sys v0.4 .0 // indirect
270
+ golang.org/x/text v0.6 .0 // indirect
271
271
golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
272
272
golang.org/x/tools v0.2.0 // indirect
273
273
google.golang.org/appengine v1.6.7 // indirect
0 commit comments