@@ -5,15 +5,19 @@ go 1.19
5
5
require (
6
6
github.com/aws/smithy-go v1.13.3
7
7
github.com/gitpod-io/gitpod/common-go v0.0.0-00010101000000-000000000000
8
+ github.com/gitpod-io/gitpod/content-service/api v0.0.0-00010101000000-000000000000
8
9
github.com/gitpod-io/gitpod/registry-facade/api v0.0.0-00010101000000-000000000000
9
10
github.com/gitpod-io/gitpod/ws-manager/api v0.0.0-00010101000000-000000000000
11
+ github.com/go-logr/logr v1.2.3
10
12
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
11
13
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
14
+ github.com/hashicorp/golang-lru v0.5.1
12
15
github.com/imdario/mergo v0.3.13
13
16
github.com/mwitkow/grpc-proxy v0.0.0-20220126150247-db34e7bfee32
14
- github.com/onsi/ginkgo v1.16.5
15
- github.com/onsi/gomega v1.19 .0
17
+ github.com/onsi/ginkgo/v2 v2.8.0
18
+ github.com/onsi/gomega v1.25 .0
16
19
github.com/opentracing/opentracing-go v1.2.0
20
+ github.com/prometheus/client_golang v1.13.0
17
21
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f
18
22
google.golang.org/grpc v1.49.0
19
23
google.golang.org/protobuf v1.28.1
@@ -47,8 +51,6 @@ require (
47
51
github.com/davecgh/go-spew v1.1.1 // indirect
48
52
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
49
53
github.com/fsnotify/fsnotify v1.5.4 // indirect
50
- github.com/gitpod-io/gitpod/content-service/api v0.0.0-00010101000000-000000000000 // indirect
51
- github.com/go-logr/logr v1.2.3 // indirect
52
54
github.com/go-logr/zapr v1.2.3 // indirect
53
55
github.com/go-openapi/jsonpointer v0.19.5 // indirect
54
56
github.com/go-openapi/jsonreference v0.20.0 // indirect
@@ -57,11 +59,10 @@ require (
57
59
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
58
60
github.com/golang/protobuf v1.5.2 // indirect
59
61
github.com/google/gnostic v0.5.7-v3refs // indirect
60
- github.com/google/go-cmp v0.5.8 // indirect
62
+ github.com/google/go-cmp v0.5.9 // indirect
61
63
github.com/google/gofuzz v1.2.0 // indirect
62
64
github.com/google/uuid v1.2.0 // indirect
63
65
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
64
- github.com/hashicorp/golang-lru v0.5.1 // indirect
65
66
github.com/heptiolabs/healthcheck v0.0.0-20211123025425-613501dd5deb // indirect
66
67
github.com/josharian/intern v1.0.0 // indirect
67
68
github.com/json-iterator/go v1.1.12 // indirect
@@ -70,12 +71,10 @@ require (
70
71
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
71
72
github.com/modern-go/reflect2 v1.0.2 // indirect
72
73
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
73
- github.com/nxadm/tail v1.4.8 // indirect
74
74
github.com/opencontainers/go-digest v1.0.0 // indirect
75
75
github.com/opencontainers/image-spec v1.0.2 // indirect
76
76
github.com/pkg/errors v0.9.1 // indirect
77
77
github.com/pmezard/go-difflib v1.0.0 // indirect
78
- github.com/prometheus/client_golang v1.13.0 // indirect
79
78
github.com/prometheus/client_model v0.2.0 // indirect
80
79
github.com/prometheus/common v0.37.0 // indirect
81
80
github.com/prometheus/procfs v0.8.0 // indirect
@@ -89,20 +88,19 @@ require (
89
88
go.uber.org/multierr v1.6.0 // indirect
90
89
go.uber.org/zap v1.19.1 // indirect
91
90
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
92
- golang.org/x/net v0.0.0-20220607020251-c690dde0001d // indirect
91
+ golang.org/x/net v0.5.0 // indirect
93
92
golang.org/x/oauth2 v0.0.0-20220608161450-d0670ef3b1eb // indirect
94
93
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
95
- golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d // indirect
96
- golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
97
- golang.org/x/text v0.3.7 // indirect
94
+ golang.org/x/sys v0.4.0 // indirect
95
+ golang.org/x/term v0.4.0 // indirect
96
+ golang.org/x/text v0.6.0 // indirect
98
97
golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
99
98
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
100
99
google.golang.org/appengine v1.6.7 // indirect
101
100
google.golang.org/genproto v0.0.0-20220616135557-88e70c0c3a90 // indirect
102
101
gopkg.in/inf.v0 v0.9.1 // indirect
103
- gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
104
102
gopkg.in/yaml.v2 v2.4.0 // indirect
105
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
103
+ gopkg.in/yaml.v3 v3.0.1 // indirect
106
104
k8s.io/apiextensions-apiserver v0.23.5 // indirect
107
105
k8s.io/component-base v0.24.4 // indirect
108
106
k8s.io/klog/v2 v2.60.1 // indirect
0 commit comments