File tree Expand file tree Collapse file tree 10 files changed +133
-18
lines changed Expand file tree Collapse file tree 10 files changed +133
-18
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,21 @@ require (
30
30
)
31
31
32
32
require (
33
+ github.com/beorn7/perks v1.0.1 // indirect
34
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
33
35
github.com/gitpod-io/gitpod/components/scrubber v0.0.0-00010101000000-000000000000 // indirect
34
36
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
35
37
github.com/hashicorp/golang-lru v1.0.2 // indirect
36
38
github.com/mattn/go-colorable v0.0.9 // indirect
37
39
github.com/mattn/go-isatty v0.0.3 // indirect
40
+ github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
38
41
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
39
42
github.com/mitchellh/reflectwalk v1.0.2 // indirect
40
43
github.com/onsi/ginkgo v1.16.5 // indirect
41
44
github.com/onsi/gomega v1.24.2 // indirect
45
+ github.com/prometheus/client_golang v1.16.0 // indirect
46
+ github.com/prometheus/client_model v0.3.0 // indirect
47
+ github.com/prometheus/common v0.42.0 // indirect
42
48
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
43
49
golang.org/x/sys v0.11.0 // indirect
44
50
google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 // indirect
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ require (
20
20
)
21
21
22
22
require (
23
+ github.com/beorn7/perks v1.0.1 // indirect
24
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
23
25
github.com/davecgh/go-spew v1.1.1 // indirect
24
26
github.com/gitpod-io/gitpod/components/scrubber v0.0.0-00010101000000-000000000000 // indirect
25
27
github.com/go-logr/logr v1.2.4 // indirect
@@ -29,8 +31,13 @@ require (
29
31
github.com/hashicorp/golang-lru v1.0.2 // indirect
30
32
github.com/jinzhu/inflection v1.0.0 // indirect
31
33
github.com/jinzhu/now v1.1.5 // indirect
34
+ github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
32
35
github.com/mitchellh/reflectwalk v1.0.2 // indirect
33
36
github.com/pmezard/go-difflib v1.0.0 // indirect
37
+ github.com/prometheus/client_golang v1.16.0 // indirect
38
+ github.com/prometheus/client_model v0.3.0 // indirect
39
+ github.com/prometheus/common v0.42.0 // indirect
40
+ github.com/prometheus/procfs v0.10.1 // indirect
34
41
go.opentelemetry.io/otel v1.16.0 // indirect
35
42
go.opentelemetry.io/otel/metric v1.16.0 // indirect
36
43
go.opentelemetry.io/otel/trace v1.16.0 // indirect
Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ require (
14
14
require golang.org/x/sys v0.11.0 // indirect
15
15
16
16
require (
17
+ github.com/beorn7/perks v1.0.1 // indirect
17
18
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
19
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
18
20
github.com/gitpod-io/gitpod/components/scrubber v0.0.0-00010101000000-000000000000 // indirect
19
21
github.com/golang/mock v1.6.0 // indirect
20
22
github.com/golang/protobuf v1.5.3 // indirect
@@ -23,7 +25,13 @@ require (
23
25
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 // indirect
24
26
github.com/hashicorp/golang-lru v1.0.2 // indirect
25
27
github.com/kr/text v0.2.0 // indirect
28
+ github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
26
29
github.com/mitchellh/reflectwalk v1.0.2 // indirect
30
+ github.com/prometheus/client_golang v1.16.0 // indirect
31
+ github.com/prometheus/client_model v0.3.0 // indirect
32
+ github.com/prometheus/common v0.42.0 // indirect
33
+ github.com/prometheus/procfs v0.10.1 // indirect
34
+ github.com/rogpeppe/go-internal v1.11.0 // indirect
27
35
github.com/sourcegraph/jsonrpc2 v0.0.0-20200429184054-15c2290dcb37 // indirect
28
36
golang.org/x/net v0.8.0 // indirect
29
37
golang.org/x/text v0.8.0 // indirect
You can’t perform that action at this time.
0 commit comments