@@ -8,7 +8,7 @@ require (
8
8
github.com/coocood/freecache v1.1.1
9
9
github.com/coreos/go-oidc v2.2.1+incompatible
10
10
github.com/eko/gocache v1.2.0
11
- github.com/envoyproxy/go-control-plane v0.10.2-0.20220325020618-49ff273808a1
11
+ github.com/envoyproxy/go-control-plane v0.10.3
12
12
github.com/go-logr/logr v1.2.3
13
13
github.com/gogo/googleapis v1.4.0
14
14
github.com/golang-jwt/jwt v3.2.2+incompatible
@@ -20,15 +20,17 @@ require (
20
20
github.com/spf13/cobra v1.5.0
21
21
github.com/spf13/pflag v1.0.5
22
22
github.com/tidwall/gjson v1.14.0
23
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.39.0
24
- go.opentelemetry.io/otel v1.13.0
25
- go.opentelemetry.io/otel/exporters/jaeger v1.13.0
26
- go.opentelemetry.io/otel/sdk v1.13.0
23
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.40.0
24
+ go.opentelemetry.io/otel v1.14.0
25
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.14.0
26
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.14.0
27
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.14.0
28
+ go.opentelemetry.io/otel/sdk v1.14.0
27
29
go.uber.org/zap v1.19.1
28
30
golang.org/x/net v0.7.0
29
31
golang.org/x/oauth2 v0.5.0
30
- google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6
31
- google.golang.org/grpc v1.52.3
32
+ google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f
33
+ google.golang.org/grpc v1.53.0
32
34
google.golang.org/protobuf v1.28.1
33
35
gopkg.in/square/go-jose.v2 v2.5.1
34
36
gotest.tools v2.2.0+incompatible
@@ -40,10 +42,12 @@ require (
40
42
)
41
43
42
44
require (
43
- cloud.google.com/go/compute v1.12 .1 // indirect
44
- cloud.google.com/go/compute/metadata v0.2.1 // indirect
45
+ cloud.google.com/go/compute v1.15 .1 // indirect
46
+ cloud.google.com/go/compute/metadata v0.2.3 // indirect
45
47
github.com/felixge/httpsnoop v1.0.3 // indirect
46
- go.opentelemetry.io/otel/metric v0.36.0 // indirect
48
+ go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.14.0 // indirect
49
+ go.opentelemetry.io/otel/metric v0.37.0 // indirect
50
+ go.opentelemetry.io/proto/otlp v0.19.0 // indirect
47
51
)
48
52
49
53
require (
@@ -52,14 +56,14 @@ require (
52
56
github.com/agnivade/levenshtein v1.0.1 // indirect
53
57
github.com/beorn7/perks v1.0.1 // indirect
54
58
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b // indirect
55
- github.com/cenkalti/backoff/v4 v4.1.3 // indirect
59
+ github.com/cenkalti/backoff/v4 v4.2.0 // indirect
56
60
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d // indirect
57
61
github.com/cespare/xxhash v1.1.0 // indirect
58
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
59
- github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 // indirect
62
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
63
+ github.com/cncf/xds/go v0.0.0-20230105202645-06c439db220b // indirect
60
64
github.com/davecgh/go-spew v1.1.1 // indirect
61
65
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
62
- github.com/envoyproxy/protoc-gen-validate v0.6.7 // indirect
66
+ github.com/envoyproxy/protoc-gen-validate v0.9.1 // indirect
63
67
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
64
68
github.com/fsnotify/fsnotify v1.5.4 // indirect
65
69
github.com/ghodss/yaml v1.0.0 // indirect
@@ -94,15 +98,15 @@ require (
94
98
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
95
99
github.com/sirupsen/logrus v1.9.0 // indirect
96
100
github.com/spf13/cast v1.4.1 // indirect
97
- github.com/stretchr/testify v1.8.1 // indirect
101
+ github.com/stretchr/testify v1.8.2 // indirect
98
102
github.com/tidwall/match v1.1.1 // indirect
99
103
github.com/tidwall/pretty v1.2.0 // indirect
100
104
github.com/vektah/gqlparser/v2 v2.4.6 // indirect
101
105
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
102
106
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
103
107
github.com/yashtewari/glob-intersection v0.1.0 // indirect
104
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.39 .0
105
- go.opentelemetry.io/otel/trace v1.13 .0
108
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.40 .0
109
+ go.opentelemetry.io/otel/trace v1.14 .0
106
110
go.uber.org/atomic v1.7.0 // indirect
107
111
go.uber.org/multierr v1.6.0 // indirect
108
112
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
0 commit comments