File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
12
12
github.com/turbot/go-kit v1.3.0
13
13
github.com/turbot/steampipe-plugin-sdk/v5 v5.12.0
14
14
go.opentelemetry.io/otel v1.35.0
15
- google.golang.org/protobuf v1.36.6
15
+ google.golang.org/protobuf v1.36.9
16
16
)
17
17
18
18
require (
@@ -203,9 +203,9 @@ require (
203
203
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.35.0 // indirect
204
204
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0 // indirect
205
205
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.35.0 // indirect
206
- go.opentelemetry.io/otel/sdk v1.35.0 // indirect
206
+ go.opentelemetry.io/otel/sdk v1.35.0
207
207
go.opentelemetry.io/otel/sdk/metric v1.35.0 // indirect
208
- go.opentelemetry.io/otel/trace v1.35.0 // indirect
208
+ go.opentelemetry.io/otel/trace v1.35.0
209
209
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
210
210
golang.org/x/crypto v0.38.0 // indirect
211
211
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
Original file line number Diff line number Diff line change @@ -1997,8 +1997,8 @@ google.golang.org/protobuf v1.28.1/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqw
1997
1997
google.golang.org/protobuf v1.29.1 /go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I =
1998
1998
google.golang.org/protobuf v1.30.0 /go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I =
1999
1999
google.golang.org/protobuf v1.33.0 /go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos =
2000
- google.golang.org/protobuf v1.36.6 h1:z1NpPI8ku2WgiWnf+t9wTPsn6eP1L7ksHUlkfLvd9xY =
2001
- google.golang.org/protobuf v1.36.6 /go.mod h1:jduwjTPXsFjZGTmRluh+L6NjiWu7pchiJ2/5YcXBHnY =
2000
+ google.golang.org/protobuf v1.36.9 h1:w2gp2mA27hUeUzj9Ex9FBjsBm40zfaDtEWow293U7Iw =
2001
+ google.golang.org/protobuf v1.36.9 /go.mod h1:fuxRtAxBytpl4zzqUh6/eyUujkJdNiuEkXntxiD/uRU =
2002
2002
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
2003
2003
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
2004
2004
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk =
You can’t perform that action at this time.
0 commit comments