@@ -31,27 +31,28 @@ require (
31
31
github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc
32
32
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0
33
33
go.opentelemetry.io/contrib/propagators/autoprop v0.42.0
34
- go.opentelemetry.io/otel v1.31 .0
35
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31 .0
36
- go.opentelemetry.io/otel/sdk v1.31 .0
34
+ go.opentelemetry.io/otel v1.37 .0
35
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.37 .0
36
+ go.opentelemetry.io/otel/sdk v1.37 .0
37
37
go.uber.org/automaxprocs v1.6.0
38
38
go.uber.org/zap v1.27.0
39
39
go.uber.org/zap/exp v0.3.0
40
- golang.org/x/crypto v0.36 .0
40
+ golang.org/x/crypto v0.39 .0
41
41
golang.org/x/crypto/x509roots/fallback v0.0.0-20250305170421-49bf5b80c810
42
- golang.org/x/net v0.38 .0
43
- golang.org/x/sync v0.12 .0
44
- golang.org/x/term v0.30 .0
42
+ golang.org/x/net v0.41 .0
43
+ golang.org/x/sync v0.15 .0
44
+ golang.org/x/term v0.32 .0
45
45
golang.org/x/time v0.11.0
46
46
gopkg.in/natefinch/lumberjack.v2 v2.2.1
47
47
gopkg.in/yaml.v3 v3.0.1
48
48
)
49
49
50
50
require (
51
- cel.dev/expr v0.19.1 // indirect
51
+ cel.dev/expr v0.23.0 // indirect
52
52
dario.cat/mergo v1.0.1 // indirect
53
53
github.com/Microsoft/go-winio v0.6.0 // indirect
54
54
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
55
+ github.com/cenkalti/backoff/v5 v5.0.2 // indirect
55
56
github.com/davecgh/go-spew v1.1.1 // indirect
56
57
github.com/francoispqt/gojay v1.2.13 // indirect
57
58
github.com/fxamacker/cbor/v2 v2.6.0 // indirect
@@ -60,7 +61,7 @@ require (
60
61
github.com/google/certificate-transparency-go v1.1.8-0.20240110162603-74a5dd331745 // indirect
61
62
github.com/google/go-tpm v0.9.0 // indirect
62
63
github.com/google/go-tspi v0.3.0 // indirect
63
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
64
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
64
65
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
65
66
github.com/pmezard/go-difflib v1.0.0 // indirect
66
67
github.com/quic-go/qpack v0.5.1 // indirect
@@ -69,14 +70,15 @@ require (
69
70
github.com/smallstep/scep v0.0.0-20231024192529-aee96d7ad34d // indirect
70
71
github.com/x448/float16 v0.8.4 // indirect
71
72
github.com/zeebo/blake3 v0.2.4 // indirect
73
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
72
74
go.opentelemetry.io/contrib/propagators/aws v1.17.0 // indirect
73
75
go.opentelemetry.io/contrib/propagators/b3 v1.17.0 // indirect
74
76
go.opentelemetry.io/contrib/propagators/jaeger v1.17.0 // indirect
75
77
go.opentelemetry.io/contrib/propagators/ot v1.17.0 // indirect
76
78
go.uber.org/mock v0.5.0 // indirect
77
79
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
78
- google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 // indirect
79
- google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect
80
+ google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
81
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
80
82
)
81
83
82
84
require (
@@ -85,7 +87,6 @@ require (
85
87
github.com/Masterminds/goutils v1.1.1 // indirect
86
88
github.com/Masterminds/semver/v3 v3.3.0 // indirect
87
89
github.com/beorn7/perks v1.0.1 // indirect
88
- github.com/cenkalti/backoff/v4 v4.3.0 // indirect
89
90
github.com/cespare/xxhash v1.1.0 // indirect
90
91
github.com/cespare/xxhash/v2 v2.3.0
91
92
github.com/chzyer/readline v1.5.1 // indirect
@@ -98,7 +99,7 @@ require (
98
99
github.com/felixge/httpsnoop v1.0.4 // indirect
99
100
github.com/go-kit/kit v0.13.0 // indirect
100
101
github.com/go-logfmt/logfmt v0.6.0 // indirect
101
- github.com/go-logr/logr v1.4.2 // indirect
102
+ github.com/go-logr/logr v1.4.3 // indirect
102
103
github.com/go-logr/stdr v1.2.2 // indirect
103
104
github.com/go-sql-driver/mysql v1.7.1 // indirect
104
105
github.com/golang/protobuf v1.5.4 // indirect
@@ -137,19 +138,19 @@ require (
137
138
github.com/stoewer/go-strcase v1.2.0 // indirect
138
139
github.com/urfave/cli v1.22.14 // indirect
139
140
go.etcd.io/bbolt v1.3.9 // indirect
140
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31 .0 // indirect
141
- go.opentelemetry.io/otel/metric v1.31 .0 // indirect
142
- go.opentelemetry.io/otel/trace v1.31 .0
143
- go.opentelemetry.io/proto/otlp v1.3.1 // indirect
141
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37 .0 // indirect
142
+ go.opentelemetry.io/otel/metric v1.37 .0 // indirect
143
+ go.opentelemetry.io/otel/trace v1.37 .0
144
+ go.opentelemetry.io/proto/otlp v1.7.0 // indirect
144
145
go.step.sm/cli-utils v0.9.0 // indirect
145
146
go.step.sm/crypto v0.45.0
146
147
go.step.sm/linkedca v0.20.1 // indirect
147
148
go.uber.org/multierr v1.11.0 // indirect
148
- golang.org/x/mod v0.24 .0 // indirect
149
- golang.org/x/sys v0.31 .0
150
- golang.org/x/text v0.23 .0 // indirect
151
- golang.org/x/tools v0.31 .0 // indirect
152
- google.golang.org/grpc v1.67.1 // indirect
153
- google.golang.org/protobuf v1.35.1 // indirect
149
+ golang.org/x/mod v0.25 .0 // indirect
150
+ golang.org/x/sys v0.33 .0
151
+ golang.org/x/text v0.26 .0 // indirect
152
+ golang.org/x/tools v0.33 .0 // indirect
153
+ google.golang.org/grpc v1.73.0 // indirect
154
+ google.golang.org/protobuf v1.36.6 // indirect
154
155
howett.net/plist v1.0.0 // indirect
155
156
)
0 commit comments