@@ -4,115 +4,42 @@ go 1.19
4
4
5
5
require (
6
6
github.com/cloudflare/gortr v0.14.7
7
- github.com/getsentry/sentry-go v0.11 .0
8
- github.com/golang/protobuf v1.5.2
9
- github.com/google/certificate-transparency-go v1.1.2
10
- github.com/kentik/patricia v0.0.0-20210909164817-21603333b70e
7
+ github.com/getsentry/sentry-go v0.19 .0
8
+ github.com/golang/protobuf v1.5.3
9
+ github.com/google/certificate-transparency-go v1.1.4
10
+ github.com/kentik/patricia v1.2.0
11
11
github.com/opentracing/opentracing-go v1.2.0
12
- github.com/prometheus/client_golang v1.11 .0
13
- github.com/rs/cors v1.8.0
14
- github.com/sirupsen/logrus v1.8.1
15
- github.com/stretchr/testify v1.7.0
16
- github.com/uber/jaeger-client-go v2.29.1 +incompatible
17
- google.golang.org/grpc v1.41 .0
12
+ github.com/prometheus/client_golang v1.14 .0
13
+ github.com/rs/cors v1.8.3
14
+ github.com/sirupsen/logrus v1.9.0
15
+ github.com/stretchr/testify v1.8.2
16
+ github.com/uber/jaeger-client-go v2.30.0 +incompatible
17
+ google.golang.org/grpc v1.54 .0
18
18
)
19
19
20
20
require (
21
- bitbucket.org/creachadair/shell v0.0.6 // indirect
22
- cloud.google.com/go v0.93.3 // indirect
23
21
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
24
22
github.com/beorn7/perks v1.0.1 // indirect
25
- github.com/bgentry/speakeasy v0.1.0 // indirect
26
- github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
27
- github.com/cespare/xxhash/v2 v2.1.1 // indirect
28
- github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403 // indirect
29
- github.com/cncf/xds/go v0.0.0-20210805033703-aa0b78936158 // indirect
30
- github.com/coreos/go-semver v0.3.0 // indirect
31
- github.com/coreos/go-systemd/v22 v22.3.2 // indirect
32
- github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
23
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
33
24
github.com/davecgh/go-spew v1.1.1 // indirect
34
- github.com/dustin/go-humanize v1.0.0 // indirect
35
- github.com/envoyproxy/go-control-plane v0.9.10-0.20210907150352-cf90f659a021 // indirect
36
- github.com/envoyproxy/protoc-gen-validate v0.3.0-java // indirect
37
- github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
38
- github.com/fullstorydev/grpcurl v1.8.2 // indirect
39
- github.com/gogo/protobuf v1.3.2 // indirect
40
- github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
41
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
42
- github.com/golang/mock v1.6.0 // indirect
43
- github.com/google/btree v1.0.1 // indirect
44
- github.com/google/trillian v1.4.0 // indirect
45
- github.com/gorilla/websocket v1.4.2 // indirect
46
- github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
47
- github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
48
- github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
49
- github.com/inconshreveable/mousetrap v1.0.0 // indirect
50
- github.com/jhump/protoreflect v1.9.0 // indirect
51
- github.com/jonboulle/clockwork v0.2.2 // indirect
52
- github.com/json-iterator/go v1.1.11 // indirect
53
- github.com/mattn/go-runewidth v0.0.9 // indirect
54
- github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
55
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
56
- github.com/modern-go/reflect2 v1.0.1 // indirect
57
- github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
58
- github.com/olekukonko/tablewriter v0.0.5 // indirect
25
+ github.com/go-logr/logr v1.2.3 // indirect
26
+ github.com/kr/pretty v0.2.1 // indirect
27
+ github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
59
28
github.com/pkg/errors v0.9.1 // indirect
60
29
github.com/pmezard/go-difflib v1.0.0 // indirect
61
- github.com/prometheus/client_model v0.2.0 // indirect
62
- github.com/prometheus/common v0.26.0 // indirect
63
- github.com/prometheus/procfs v0.6.0 // indirect
64
- github.com/russross/blackfriday/v2 v2.0.1 // indirect
65
- github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
66
- github.com/soheilhy/cmux v0.1.5 // indirect
67
- github.com/spf13/cobra v1.1.3 // indirect
68
- github.com/spf13/pflag v1.0.5 // indirect
69
- github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802 // indirect
30
+ github.com/prometheus/client_model v0.3.0 // indirect
31
+ github.com/prometheus/common v0.42.0 // indirect
32
+ github.com/prometheus/procfs v0.9.0 // indirect
70
33
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
71
- github.com/urfave/cli v1.22.4 // indirect
72
- github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
73
- go.etcd.io/bbolt v1.3.6 // indirect
74
- go.etcd.io/etcd/api/v3 v3.5.0 // indirect
75
- go.etcd.io/etcd/client/pkg/v3 v3.5.0 // indirect
76
- go.etcd.io/etcd/client/v2 v2.305.0 // indirect
77
- go.etcd.io/etcd/client/v3 v3.5.0 // indirect
78
- go.etcd.io/etcd/etcdctl/v3 v3.5.0 // indirect
79
- go.etcd.io/etcd/etcdutl/v3 v3.5.0 // indirect
80
- go.etcd.io/etcd/pkg/v3 v3.5.0 // indirect
81
- go.etcd.io/etcd/raft/v3 v3.5.0 // indirect
82
- go.etcd.io/etcd/server/v3 v3.5.0 // indirect
83
- go.etcd.io/etcd/tests/v3 v3.5.0 // indirect
84
- go.etcd.io/etcd/v3 v3.5.0 // indirect
85
- go.opentelemetry.io/contrib v0.20.0 // indirect
86
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.20.0 // indirect
87
- go.opentelemetry.io/otel v0.20.0 // indirect
88
- go.opentelemetry.io/otel/exporters/otlp v0.20.0 // indirect
89
- go.opentelemetry.io/otel/metric v0.20.0 // indirect
90
- go.opentelemetry.io/otel/sdk v0.20.0 // indirect
91
- go.opentelemetry.io/otel/sdk/export/metric v0.20.0 // indirect
92
- go.opentelemetry.io/otel/sdk/metric v0.20.0 // indirect
93
- go.opentelemetry.io/otel/trace v0.20.0 // indirect
94
- go.opentelemetry.io/proto/otlp v0.7.0 // indirect
95
- go.uber.org/atomic v1.7.0 // indirect
96
- go.uber.org/multierr v1.6.0 // indirect
97
- go.uber.org/zap v1.17.0 // indirect
98
- golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 // indirect
99
- golang.org/x/mod v0.4.2 // indirect
100
- golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420 // indirect
101
- golang.org/x/oauth2 v0.0.0-20210805134026-6f1e6394065a // indirect
102
- golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 // indirect
103
- golang.org/x/text v0.3.6 // indirect
104
- golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
105
- golang.org/x/tools v0.1.5 // indirect
106
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
107
- google.golang.org/appengine v1.6.7 // indirect
108
- google.golang.org/genproto v0.0.0-20210821163610-241b8fcbd6c8 // indirect
109
- google.golang.org/protobuf v1.27.1 // indirect
110
- gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
111
- gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
112
- gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
113
- gopkg.in/yaml.v2 v2.4.0 // indirect
114
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
115
- sigs.k8s.io/yaml v1.2.0 // indirect
34
+ go.uber.org/atomic v1.10.0 // indirect
35
+ golang.org/x/crypto v0.7.0 // indirect
36
+ golang.org/x/net v0.8.0 // indirect
37
+ golang.org/x/sys v0.6.0 // indirect
38
+ golang.org/x/text v0.8.0 // indirect
39
+ google.golang.org/genproto v0.0.0-20230327215041-6ac7f18bb9d5 // indirect
40
+ google.golang.org/protobuf v1.30.0 // indirect
41
+ gopkg.in/yaml.v3 v3.0.1 // indirect
42
+ k8s.io/klog/v2 v2.90.1 // indirect
116
43
)
117
44
118
45
replace github.com/codahale/hdrhistogram => github.com/HdrHistogram/hdrhistogram-go v0.9.0
0 commit comments