Skip to content

Commit ba81072

Browse files
dependabot[bot]swiatekm
authored andcommitted
Bump the prometheus group with 2 updates (open-telemetry#3858)
* Bump the prometheus group with 2 updates Bumps the prometheus group with 2 updates: [github.com/prometheus-operator/prometheus-operator/pkg/client](https://github.com/prometheus-operator/prometheus-operator) and [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus). Updates `github.com/prometheus-operator/prometheus-operator/pkg/client` from 0.78.2 to 0.81.0 - [Release notes](https://github.com/prometheus-operator/prometheus-operator/releases) - [Changelog](https://github.com/prometheus-operator/prometheus-operator/blob/main/CHANGELOG.md) - [Commits](prometheus-operator/prometheus-operator@v0.78.2...v0.81.0) Updates `github.com/prometheus/prometheus` from 0.55.1 to 0.302.1 - [Release notes](https://github.com/prometheus/prometheus/releases) - [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md) - [Commits](prometheus/prometheus@v0.55.1...v0.302.1) --- updated-dependencies: - dependency-name: github.com/prometheus-operator/prometheus-operator/pkg/client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prometheus - dependency-name: github.com/prometheus/prometheus dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prometheus ... Signed-off-by: dependabot[bot] <support@github.com> * Fix tests # Conflicts: # go.mod # go.sum --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mikołaj Świątek <mail@mikolajswiatek.com>
1 parent daa7158 commit ba81072

File tree

5 files changed

+137
-104
lines changed

5 files changed

+137
-104
lines changed

cmd/otel-allocator/internal/config/config_test.go

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ func TestLoadFromFile(t *testing.T) {
6969
PromConfig: &promconfig.Config{
7070
GlobalConfig: promconfig.GlobalConfig{
7171
ScrapeInterval: model.Duration(60 * time.Second),
72-
ScrapeProtocols: promconfig.DefaultScrapeProtocols,
7372
ScrapeTimeout: model.Duration(10 * time.Second),
7473
EvaluationInterval: model.Duration(60 * time.Second),
7574
MetricNameValidationScheme: model.UTF8Validation,
7675
MetricNameEscapingScheme: model.AllowUTF8,
76+
ScrapeNativeHistograms: ptr.Bool(false),
7777
},
7878
Runtime: promconfig.DefaultRuntimeConfig,
7979
OTLPConfig: promconfig.DefaultOTLPConfig,
@@ -89,6 +89,7 @@ func TestLoadFromFile(t *testing.T) {
8989
MetricNameEscapingScheme: model.AllowUTF8,
9090
AlwaysScrapeClassicHistograms: ptr.Bool(false),
9191
ConvertClassicHistogramsToNHCB: ptr.Bool(false),
92+
ScrapeNativeHistograms: ptr.Bool(false),
9293
MetricsPath: "/metrics",
9394
Scheme: "http",
9495
HTTPClientConfig: commonconfig.HTTPClientConfig{
@@ -161,6 +162,7 @@ func TestLoadFromFile(t *testing.T) {
161162
ScrapeTimeout: model.Duration(10 * time.Second),
162163
EvaluationInterval: model.Duration(60 * time.Second),
163164
MetricNameValidationScheme: model.UTF8Validation,
165+
ScrapeNativeHistograms: ptr.Bool(false),
164166
},
165167
Runtime: promconfig.DefaultRuntimeConfig,
166168
OTLPConfig: promconfig.DefaultOTLPConfig,
@@ -176,6 +178,7 @@ func TestLoadFromFile(t *testing.T) {
176178
MetricNameEscapingScheme: model.AllowUTF8,
177179
AlwaysScrapeClassicHistograms: ptr.Bool(false),
178180
ConvertClassicHistogramsToNHCB: ptr.Bool(false),
181+
ScrapeNativeHistograms: ptr.Bool(false),
179182
MetricsPath: "/metrics",
180183
Scheme: "http",
181184
HTTPClientConfig: commonconfig.HTTPClientConfig{
@@ -256,11 +259,11 @@ func TestLoadFromFile(t *testing.T) {
256259
PromConfig: &promconfig.Config{
257260
GlobalConfig: promconfig.GlobalConfig{
258261
ScrapeInterval: model.Duration(60 * time.Second),
259-
ScrapeProtocols: promconfig.DefaultScrapeProtocols,
260262
ScrapeTimeout: model.Duration(10 * time.Second),
261263
EvaluationInterval: model.Duration(60 * time.Second),
262264
MetricNameValidationScheme: model.UTF8Validation,
263265
MetricNameEscapingScheme: model.AllowUTF8,
266+
ScrapeNativeHistograms: ptr.Bool(false),
264267
},
265268
Runtime: promconfig.DefaultRuntimeConfig,
266269
OTLPConfig: promconfig.DefaultOTLPConfig,
@@ -276,6 +279,7 @@ func TestLoadFromFile(t *testing.T) {
276279
MetricNameEscapingScheme: model.AllowUTF8,
277280
AlwaysScrapeClassicHistograms: ptr.Bool(false),
278281
ConvertClassicHistogramsToNHCB: ptr.Bool(false),
282+
ScrapeNativeHistograms: ptr.Bool(false),
279283
MetricsPath: "/metrics",
280284
Scheme: "http",
281285
HTTPClientConfig: commonconfig.HTTPClientConfig{
@@ -345,8 +349,8 @@ func TestLoadFromFile(t *testing.T) {
345349
PromConfig: &promconfig.Config{
346350
GlobalConfig: promconfig.GlobalConfig{
347351
ScrapeInterval: model.Duration(60 * time.Second),
348-
ScrapeProtocols: promconfig.DefaultScrapeProtocols,
349352
ScrapeTimeout: model.Duration(10 * time.Second),
353+
ScrapeNativeHistograms: ptr.Bool(false),
350354
EvaluationInterval: model.Duration(60 * time.Second),
351355
MetricNameValidationScheme: model.UTF8Validation,
352356
MetricNameEscapingScheme: model.AllowUTF8,
@@ -365,6 +369,7 @@ func TestLoadFromFile(t *testing.T) {
365369
MetricNameEscapingScheme: model.AllowUTF8,
366370
AlwaysScrapeClassicHistograms: ptr.Bool(false),
367371
ConvertClassicHistogramsToNHCB: ptr.Bool(false),
372+
ScrapeNativeHistograms: ptr.Bool(false),
368373
MetricsPath: "/metrics",
369374
Scheme: "http",
370375
HTTPClientConfig: commonconfig.HTTPClientConfig{
@@ -458,8 +463,8 @@ func TestLoadFromFile(t *testing.T) {
458463
PromConfig: &promconfig.Config{
459464
GlobalConfig: promconfig.GlobalConfig{
460465
ScrapeInterval: model.Duration(60 * time.Second),
461-
ScrapeProtocols: promconfig.DefaultScrapeProtocols,
462466
ScrapeTimeout: model.Duration(10 * time.Second),
467+
ScrapeNativeHistograms: ptr.Bool(false),
463468
EvaluationInterval: model.Duration(60 * time.Second),
464469
MetricNameValidationScheme: model.UTF8Validation,
465470
MetricNameEscapingScheme: model.AllowUTF8,
@@ -478,6 +483,7 @@ func TestLoadFromFile(t *testing.T) {
478483
MetricNameEscapingScheme: model.AllowUTF8,
479484
AlwaysScrapeClassicHistograms: ptr.Bool(false),
480485
ConvertClassicHistogramsToNHCB: ptr.Bool(false),
486+
ScrapeNativeHistograms: ptr.Bool(false),
481487
MetricsPath: "/metrics",
482488
Scheme: "http",
483489
HTTPClientConfig: commonconfig.HTTPClientConfig{
@@ -571,7 +577,7 @@ func TestLoadFromFile(t *testing.T) {
571577
PromConfig: &promconfig.Config{
572578
GlobalConfig: promconfig.GlobalConfig{
573579
ScrapeInterval: model.Duration(60 * time.Second),
574-
ScrapeProtocols: promconfig.DefaultScrapeProtocols,
580+
ScrapeNativeHistograms: ptr.Bool(false),
575581
ScrapeTimeout: model.Duration(10 * time.Second),
576582
EvaluationInterval: model.Duration(60 * time.Second),
577583
MetricNameValidationScheme: model.UTF8Validation,
@@ -585,12 +591,13 @@ func TestLoadFromFile(t *testing.T) {
585591
EnableCompression: true,
586592
HonorTimestamps: true,
587593
ScrapeInterval: model.Duration(60 * time.Second),
588-
ScrapeProtocols: promconfig.DefaultScrapeProtocols,
589594
ScrapeTimeout: model.Duration(10 * time.Second),
595+
ScrapeProtocols: promconfig.DefaultScrapeProtocols,
590596
MetricNameValidationScheme: model.UTF8Validation,
591597
MetricNameEscapingScheme: model.AllowUTF8,
592598
AlwaysScrapeClassicHistograms: ptr.Bool(false),
593599
ConvertClassicHistogramsToNHCB: ptr.Bool(false),
600+
ScrapeNativeHistograms: ptr.Bool(false),
594601
MetricsPath: "/metrics",
595602
Scheme: "http",
596603
HTTPClientConfig: commonconfig.HTTPClientConfig{

cmd/otel-allocator/internal/watcher/promOperator_test.go

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ func TestLoadConfig(t *testing.T) {
118118
ConvertClassicHistogramsToNHCB: ptr.To(false),
119119
MetricNameValidationScheme: model.UTF8Validation,
120120
MetricNameEscapingScheme: model.AllowUTF8,
121+
ScrapeNativeHistograms: ptr.To(false),
121122
},
122123
{
123124
JobName: "podMonitor/test/simple/0",
@@ -144,6 +145,7 @@ func TestLoadConfig(t *testing.T) {
144145
ConvertClassicHistogramsToNHCB: ptr.To(false),
145146
MetricNameValidationScheme: model.UTF8Validation,
146147
MetricNameEscapingScheme: model.AllowUTF8,
148+
ScrapeNativeHistograms: ptr.To(false),
147149
},
148150
},
149151
},
@@ -226,6 +228,7 @@ func TestLoadConfig(t *testing.T) {
226228
ConvertClassicHistogramsToNHCB: ptr.To(false),
227229
MetricNameValidationScheme: model.UTF8Validation,
228230
MetricNameEscapingScheme: model.AllowUTF8,
231+
ScrapeNativeHistograms: ptr.To(false),
229232
},
230233
},
231234
},
@@ -300,6 +303,7 @@ func TestLoadConfig(t *testing.T) {
300303
ConvertClassicHistogramsToNHCB: ptr.To(false),
301304
MetricNameValidationScheme: model.UTF8Validation,
302305
MetricNameEscapingScheme: model.AllowUTF8,
306+
ScrapeNativeHistograms: ptr.To(false),
303307
},
304308
},
305309
},
@@ -393,6 +397,7 @@ func TestLoadConfig(t *testing.T) {
393397
ConvertClassicHistogramsToNHCB: ptr.To(false),
394398
MetricNameValidationScheme: model.UTF8Validation,
395399
MetricNameEscapingScheme: model.AllowUTF8,
400+
ScrapeNativeHistograms: ptr.To(false),
396401
},
397402
{
398403
JobName: "podMonitor/test/valid-pm/0",
@@ -419,6 +424,7 @@ func TestLoadConfig(t *testing.T) {
419424
ConvertClassicHistogramsToNHCB: ptr.To(false),
420425
MetricNameValidationScheme: model.UTF8Validation,
421426
MetricNameEscapingScheme: model.AllowUTF8,
427+
ScrapeNativeHistograms: ptr.To(false),
422428
},
423429
},
424430
},
@@ -512,6 +518,7 @@ func TestLoadConfig(t *testing.T) {
512518
ConvertClassicHistogramsToNHCB: ptr.To(false),
513519
MetricNameValidationScheme: model.UTF8Validation,
514520
MetricNameEscapingScheme: model.AllowUTF8,
521+
ScrapeNativeHistograms: ptr.To(false),
515522
},
516523
{
517524
JobName: "podMonitor/test/valid-pm/0",
@@ -538,6 +545,7 @@ func TestLoadConfig(t *testing.T) {
538545
ConvertClassicHistogramsToNHCB: ptr.To(false),
539546
MetricNameValidationScheme: model.UTF8Validation,
540547
MetricNameEscapingScheme: model.AllowUTF8,
548+
ScrapeNativeHistograms: ptr.To(false),
541549
},
542550
},
543551
},
@@ -613,6 +621,7 @@ func TestLoadConfig(t *testing.T) {
613621
ConvertClassicHistogramsToNHCB: ptr.To(false),
614622
MetricNameValidationScheme: model.UTF8Validation,
615623
MetricNameEscapingScheme: model.AllowUTF8,
624+
ScrapeNativeHistograms: ptr.To(false),
616625
},
617626
},
618627
},
@@ -688,6 +697,7 @@ func TestLoadConfig(t *testing.T) {
688697
ConvertClassicHistogramsToNHCB: ptr.To(false),
689698
MetricNameValidationScheme: model.UTF8Validation,
690699
MetricNameEscapingScheme: model.AllowUTF8,
700+
ScrapeNativeHistograms: ptr.To(false),
691701
},
692702
},
693703
},
@@ -756,6 +766,7 @@ func TestLoadConfig(t *testing.T) {
756766
ConvertClassicHistogramsToNHCB: ptr.To(false),
757767
MetricNameValidationScheme: model.UTF8Validation,
758768
MetricNameEscapingScheme: model.AllowUTF8,
769+
ScrapeNativeHistograms: ptr.To(false),
759770
},
760771
},
761772
},
@@ -826,6 +837,7 @@ func TestLoadConfig(t *testing.T) {
826837
ConvertClassicHistogramsToNHCB: ptr.To(false),
827838
MetricNameValidationScheme: model.UTF8Validation,
828839
MetricNameEscapingScheme: model.AllowUTF8,
840+
ScrapeNativeHistograms: ptr.To(false),
829841
},
830842
},
831843
},
@@ -900,6 +912,7 @@ func TestLoadConfig(t *testing.T) {
900912
ConvertClassicHistogramsToNHCB: ptr.To(false),
901913
MetricNameValidationScheme: model.UTF8Validation,
902914
MetricNameEscapingScheme: model.AllowUTF8,
915+
ScrapeNativeHistograms: ptr.To(false),
903916
},
904917
},
905918
},
@@ -974,6 +987,7 @@ func TestLoadConfig(t *testing.T) {
974987
ConvertClassicHistogramsToNHCB: ptr.To(false),
975988
MetricNameValidationScheme: model.UTF8Validation,
976989
MetricNameEscapingScheme: model.AllowUTF8,
990+
ScrapeNativeHistograms: ptr.To(false),
977991
},
978992
},
979993
},
@@ -1040,6 +1054,7 @@ func TestLoadConfig(t *testing.T) {
10401054
ConvertClassicHistogramsToNHCB: ptr.To(false),
10411055
MetricNameValidationScheme: model.UTF8Validation,
10421056
MetricNameEscapingScheme: model.AllowUTF8,
1057+
ScrapeNativeHistograms: ptr.To(false),
10431058
},
10441059
},
10451060
},
@@ -1150,6 +1165,7 @@ func TestNamespaceLabelUpdate(t *testing.T) {
11501165
ConvertClassicHistogramsToNHCB: ptr.To(false),
11511166
MetricNameValidationScheme: model.UTF8Validation,
11521167
MetricNameEscapingScheme: model.AllowUTF8,
1168+
ScrapeNativeHistograms: ptr.To(false),
11531169
},
11541170
},
11551171
}

go.mod

Lines changed: 34 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ require (
2323
github.com/openshift/api v0.0.0-20240124164020-e2ce40831f2e
2424
github.com/operator-framework/api v0.37.0
2525
github.com/operator-framework/operator-lib v0.19.0
26-
github.com/prometheus-operator/prometheus-operator v0.86.1
27-
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.86.1
28-
github.com/prometheus-operator/prometheus-operator/pkg/client v0.86.1
26+
github.com/prometheus-operator/prometheus-operator v0.87.1
27+
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.87.1
28+
github.com/prometheus-operator/prometheus-operator/pkg/client v0.87.1
2929
github.com/prometheus/client_golang v1.23.2
30-
github.com/prometheus/common v0.67.1
31-
github.com/prometheus/prometheus v0.307.3
30+
github.com/prometheus/common v0.67.4
31+
github.com/prometheus/prometheus v0.308.1
3232
github.com/shirou/gopsutil v3.21.11+incompatible
3333
github.com/spf13/pflag v1.0.10
3434
github.com/stretchr/testify v1.11.1
35-
go.opentelemetry.io/collector/featuregate v1.42.0
35+
go.opentelemetry.io/collector/featuregate v1.45.0
3636
go.opentelemetry.io/otel v1.38.0
3737
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.38.0
3838
go.opentelemetry.io/otel/exporters/prometheus v0.60.0
@@ -56,9 +56,9 @@ require (
5656
)
5757

5858
require (
59-
cloud.google.com/go/auth v0.16.5 // indirect
59+
cloud.google.com/go/auth v0.17.0 // indirect
6060
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
61-
cloud.google.com/go/compute/metadata v0.8.4 // indirect
61+
cloud.google.com/go/compute/metadata v0.9.0 // indirect
6262
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.19.1 // indirect
6363
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.12.0 // indirect
6464
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2 // indirect
@@ -80,9 +80,9 @@ require (
8080
github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect
8181
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
8282
github.com/dennwc/varint v1.0.0 // indirect
83-
github.com/digitalocean/godo v1.165.1 // indirect
83+
github.com/digitalocean/godo v1.168.0 // indirect
8484
github.com/distribution/reference v0.6.0
85-
github.com/docker/docker v28.4.0+incompatible // indirect
85+
github.com/docker/docker v28.5.2+incompatible // indirect
8686
github.com/docker/go-connections v0.4.0 // indirect
8787
github.com/docker/go-units v0.5.0 // indirect
8888
github.com/edsrzf/mmap-go v1.2.0 // indirect
@@ -141,15 +141,15 @@ require (
141141
github.com/hashicorp/golang-lru v0.6.0 // indirect
142142
github.com/hashicorp/nomad/api v0.0.0-20250930071859-eaa0fe0e27af // indirect
143143
github.com/hashicorp/serf v0.10.1 // indirect
144-
github.com/hetznercloud/hcloud-go/v2 v2.25.1 // indirect
144+
github.com/hetznercloud/hcloud-go/v2 v2.29.0 // indirect
145145
github.com/inconshreveable/mousetrap v1.1.0 // indirect
146146
github.com/ionos-cloud/sdk-go/v6 v6.3.4 // indirect
147147
github.com/jpillora/backoff v1.0.0 // indirect
148148
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
149149
github.com/kolo/xmlrpc v0.0.0-20220921171641-a4b6fa1dd06b // indirect
150150
github.com/kylelemons/godebug v1.1.0 // indirect
151151
github.com/leodido/go-urn v1.4.0 // indirect
152-
github.com/linode/linodego v1.59.0 // indirect
152+
github.com/linode/linodego v1.60.0 // indirect
153153
github.com/mattn/go-colorable v0.1.13 // indirect
154154
github.com/mattn/go-isatty v0.0.20 // indirect
155155
github.com/metalmatze/signal v0.0.0-20210307161603-1c9aa721a97a // indirect
@@ -170,7 +170,7 @@ require (
170170
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
171171
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
172172
github.com/prometheus-community/prom-label-proxy v0.12.1 // indirect
173-
github.com/prometheus/alertmanager v0.28.1 // indirect
173+
github.com/prometheus/alertmanager v0.29.0 // indirect
174174
github.com/prometheus/client_model v0.6.2 // indirect
175175
github.com/prometheus/procfs v0.17.0 // indirect
176176
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35 // indirect
@@ -195,15 +195,15 @@ require (
195195
golang.org/x/exp v0.0.0-20251002181428-27f1f14c8bb9 // indirect
196196
golang.org/x/mod v0.29.0 // indirect
197197
golang.org/x/net v0.47.0 // indirect
198-
golang.org/x/oauth2 v0.31.0 // indirect
198+
golang.org/x/oauth2 v0.32.0 // indirect
199199
golang.org/x/sync v0.18.0 // indirect
200200
golang.org/x/sys v0.38.0 // indirect
201201
golang.org/x/term v0.37.0 // indirect
202202
golang.org/x/text v0.31.0 // indirect
203203
golang.org/x/time v0.13.0 // indirect
204204
golang.org/x/tools v0.38.0 // indirect
205205
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
206-
google.golang.org/api v0.250.0 // indirect
206+
google.golang.org/api v0.252.0 // indirect
207207
google.golang.org/genproto/googleapis/api v0.0.0-20250929231259-57b25ae835d4 // indirect
208208
google.golang.org/genproto/googleapis/rpc v0.0.0-20251006185510-65f7160b3a87 // indirect
209209
google.golang.org/grpc v1.76.0 // indirect
@@ -218,28 +218,29 @@ require (
218218
require gotest.tools/v3 v3.5.2
219219

220220
require (
221-
github.com/aws/smithy-go v1.23.0
221+
github.com/aws/smithy-go v1.23.2
222222
github.com/goccy/go-yaml v1.18.0
223223
go.opentelemetry.io/contrib/otelconf v0.18.0
224224
)
225225

226226
require (
227227
cel.dev/expr v0.24.0 // indirect
228228
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
229-
github.com/aws/aws-sdk-go-v2 v1.39.2 // indirect
230-
github.com/aws/aws-sdk-go-v2/config v1.31.12 // indirect
231-
github.com/aws/aws-sdk-go-v2/credentials v1.18.16 // indirect
232-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.9 // indirect
233-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.9 // indirect
234-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.9 // indirect
235-
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
236-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.254.1 // indirect
237-
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.1 // indirect
238-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.9 // indirect
239-
github.com/aws/aws-sdk-go-v2/service/lightsail v1.49.1 // indirect
240-
github.com/aws/aws-sdk-go-v2/service/sso v1.29.6 // indirect
241-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.1 // indirect
242-
github.com/aws/aws-sdk-go-v2/service/sts v1.38.6 // indirect
229+
github.com/aws/aws-sdk-go-v2 v1.39.6 // indirect
230+
github.com/aws/aws-sdk-go-v2/config v1.31.17 // indirect
231+
github.com/aws/aws-sdk-go-v2/credentials v1.18.21 // indirect
232+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.13 // indirect
233+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.13 // indirect
234+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.13 // indirect
235+
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.4 // indirect
236+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.262.0 // indirect
237+
github.com/aws/aws-sdk-go-v2/service/ecs v1.67.2 // indirect
238+
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.3 // indirect
239+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.13 // indirect
240+
github.com/aws/aws-sdk-go-v2/service/lightsail v1.50.4 // indirect
241+
github.com/aws/aws-sdk-go-v2/service/sso v1.30.1 // indirect
242+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.5 // indirect
243+
github.com/aws/aws-sdk-go-v2/service/sts v1.39.1 // indirect
243244
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
244245
github.com/containerd/errdefs v1.0.0 // indirect
245246
github.com/containerd/errdefs/pkg v0.3.0 // indirect
@@ -258,9 +259,11 @@ require (
258259
github.com/google/btree v1.1.3 // indirect
259260
github.com/google/cel-go v0.26.1 // indirect
260261
github.com/gophercloud/gophercloud/v2 v2.8.0 // indirect
262+
github.com/klauspost/compress v1.18.2 // indirect
261263
github.com/moby/sys/sequential v0.6.0 // indirect
264+
github.com/prometheus/client_golang/exp v0.0.0-20251212205219-7ba246a648ca // indirect
262265
github.com/prometheus/otlptranslator v1.0.0 // indirect
263-
github.com/prometheus/sigv4 v0.2.1 // indirect
266+
github.com/prometheus/sigv4 v0.3.0 // indirect
264267
github.com/stackitcloud/stackit-sdk-go/core v0.17.3 // indirect
265268
github.com/stoewer/go-strcase v1.3.1 // indirect
266269
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.14.0 // indirect

0 commit comments

Comments
 (0)