Skip to content

Commit 6d7cbfb

Browse files
committed
Merge branch 'master' into maciejk/ar-image-staging
# Conflicts: # build_info.json # scripts/release/atomic_pipeline.py # scripts/release/build/build_info.py # scripts/release/build/build_info_test.py # scripts/release/build/build_scenario.py # scripts/release/build/image_build_configuration.py # scripts/release/build/image_build_process.py # scripts/release/pipeline_main.py
2 parents c4f4999 + 3d0c8e7 commit 6d7cbfb

File tree

8 files changed

+240
-144
lines changed

8 files changed

+240
-144
lines changed

LICENSE-THIRD-PARTY

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
github.com/beorn7/perks/quantile,v1.0.1,https://github.com/beorn7/perks/blob/v1.0.1/LICENSE,MIT
33
github.com/blang/semver,v3.5.1,https://github.com/blang/semver/blob/v3.5.1/LICENSE,MIT
44
github.com/cenkalti/backoff/v4,v4.3.0,https://github.com/cenkalti/backoff/blob/v4.3.0/LICENSE,MIT
5+
github.com/cenkalti/backoff/v5,v5.0.2,https://github.com/cenkalti/backoff/blob/v5.0.2/LICENSE,MIT
56
github.com/cespare/xxhash/v2,v2.3.0,https://github.com/cespare/xxhash/blob/v2.3.0/LICENSE.txt,MIT
67
github.com/davecgh/go-spew/spew,v1.1.1,https://github.com/davecgh/go-spew/blob/v1.1.1/LICENSE,ISC
78
github.com/emicklei/go-restful/v3,v3.11.0,https://github.com/emicklei/go-restful/blob/v3.11.0/LICENSE,MIT
@@ -24,7 +25,7 @@ github.com/google/go-cmp/cmp,v0.7.0,https://github.com/google/go-cmp/blob/v0.7.0
2425
github.com/google/go-querystring/query,v1.1.0,https://github.com/google/go-querystring/blob/v1.1.0/LICENSE,BSD-3-Clause
2526
github.com/google/gofuzz,v1.2.0,https://github.com/google/gofuzz/blob/v1.2.0/LICENSE,Apache-2.0
2627
github.com/google/uuid,v1.6.0,https://github.com/google/uuid/blob/v1.6.0/LICENSE,BSD-3-Clause
27-
github.com/grpc-ecosystem/grpc-gateway/v2,v2.16.0,https://github.com/grpc-ecosystem/grpc-gateway/blob/v2.16.0/LICENSE.txt,BSD-3-Clause
28+
github.com/grpc-ecosystem/grpc-gateway/v2,v2.27.1,https://github.com/grpc-ecosystem/grpc-gateway/blob/v2.27.1/LICENSE,BSD-3-Clause
2829
github.com/hashicorp/errwrap,v1.1.0,https://github.com/hashicorp/errwrap/blob/v1.1.0/LICENSE,MPL-2.0
2930
github.com/hashicorp/go-cleanhttp,v0.5.2,https://github.com/hashicorp/go-cleanhttp/blob/v0.5.2/LICENSE,MPL-2.0
3031
github.com/hashicorp/go-multierror,v1.1.1,https://github.com/hashicorp/go-multierror/blob/v1.1.1/LICENSE,MPL-2.0
@@ -45,36 +46,36 @@ github.com/modern-go/reflect2,v1.0.2,https://github.com/modern-go/reflect2/blob/
4546
github.com/munnerz/goautoneg,v0.0.0-20191010083416-a7dc8b61c822,https://github.com/munnerz/goautoneg/blob/a7dc8b61c822/LICENSE,BSD-3-Clause
4647
github.com/pkg/errors,v0.9.1,https://github.com/pkg/errors/blob/v0.9.1/LICENSE,BSD-2-Clause
4748
github.com/pmezard/go-difflib/difflib,v1.0.0,https://github.com/pmezard/go-difflib/blob/v1.0.0/LICENSE,BSD-3-Clause
48-
github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil,v1.22.0,https://github.com/prometheus/client_golang/blob/v1.22.0/internal/github.com/golang/gddo/LICENSE,BSD-3-Clause
49-
github.com/prometheus/client_golang/prometheus,v1.22.0,https://github.com/prometheus/client_golang/blob/v1.22.0/LICENSE,Apache-2.0
50-
github.com/prometheus/client_model/go,v0.6.1,https://github.com/prometheus/client_model/blob/v0.6.1/LICENSE,Apache-2.0
51-
github.com/prometheus/common,v0.62.0,https://github.com/prometheus/common/blob/v0.62.0/LICENSE,Apache-2.0
52-
github.com/prometheus/procfs,v0.15.1,https://github.com/prometheus/procfs/blob/v0.15.1/LICENSE,Apache-2.0
53-
github.com/r3labs/diff/v3,v3.0.1,https://github.com/r3labs/diff/blob/v3.0.1/LICENSE,MPL-2.0
49+
github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil,v1.23.0,https://github.com/prometheus/client_golang/blob/v1.23.0/internal/github.com/golang/gddo/LICENSE,BSD-3-Clause
50+
github.com/prometheus/client_golang/prometheus,v1.23.0,https://github.com/prometheus/client_golang/blob/v1.23.0/LICENSE,Apache-2.0
51+
github.com/prometheus/client_model/go,v0.6.2,https://github.com/prometheus/client_model/blob/v0.6.2/LICENSE,Apache-2.0
52+
github.com/prometheus/common,v0.65.0,https://github.com/prometheus/common/blob/v0.65.0/LICENSE,Apache-2.0
53+
github.com/prometheus/procfs,v0.16.1,https://github.com/prometheus/procfs/blob/v0.16.1/LICENSE,Apache-2.0
54+
github.com/r3labs/diff/v3,v3.0.2,https://github.com/r3labs/diff/blob/v3.0.2/LICENSE,MPL-2.0
5455
github.com/ryanuber/go-glob,v1.0.0,https://github.com/ryanuber/go-glob/blob/v1.0.0/LICENSE,MIT
5556
github.com/spf13/cast,v1.9.2,https://github.com/spf13/cast/blob/v1.9.2/LICENSE,MIT
56-
github.com/spf13/pflag,v1.0.5,https://github.com/spf13/pflag/blob/v1.0.5/LICENSE,BSD-3-Clause
57+
github.com/spf13/pflag,v1.0.6,https://github.com/spf13/pflag/blob/v1.0.6/LICENSE,BSD-3-Clause
5758
github.com/stretchr/objx,v0.5.2,https://github.com/stretchr/objx/blob/v0.5.2/LICENSE,MIT
5859
github.com/stretchr/testify/assert,v1.10.0,https://github.com/stretchr/testify/blob/v1.10.0/LICENSE,MIT
59-
github.com/vmihailenco/msgpack/v5,v5.3.5,https://github.com/vmihailenco/msgpack/blob/v5.3.5/LICENSE,BSD-2-Clause
60+
github.com/vmihailenco/msgpack/v5,v5.4.1,https://github.com/vmihailenco/msgpack/blob/v5.4.1/LICENSE,BSD-2-Clause
6061
github.com/vmihailenco/tagparser/v2,v2.0.0,https://github.com/vmihailenco/tagparser/blob/v2.0.0/LICENSE,BSD-2-Clause
6162
github.com/xdg/stringprep,v1.0.3,https://github.com/xdg/stringprep/blob/v1.0.3/LICENSE,Apache-2.0
6263
go.opentelemetry.io/auto/sdk,v1.1.0,https://github.com/open-telemetry/opentelemetry-go-instrumentation/blob/sdk/v1.1.0/sdk/LICENSE,Apache-2.0
63-
go.opentelemetry.io/otel,v1.35.0,https://github.com/open-telemetry/opentelemetry-go/blob/v1.35.0/LICENSE,Apache-2.0
64-
go.opentelemetry.io/otel/exporters/otlp/otlptrace,v1.19.0,https://github.com/open-telemetry/opentelemetry-go/blob/exporters/otlp/otlptrace/v1.19.0/exporters/otlp/otlptrace/LICENSE,Apache-2.0
65-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc,v1.19.0,https://github.com/open-telemetry/opentelemetry-go/blob/exporters/otlp/otlptrace/otlptracegrpc/v1.19.0/exporters/otlp/otlptrace/otlptracegrpc/LICENSE,Apache-2.0
66-
go.opentelemetry.io/otel/metric,v1.35.0,https://github.com/open-telemetry/opentelemetry-go/blob/metric/v1.35.0/metric/LICENSE,Apache-2.0
67-
go.opentelemetry.io/otel/sdk,v1.35.0,https://github.com/open-telemetry/opentelemetry-go/blob/sdk/v1.35.0/sdk/LICENSE,Apache-2.0
68-
go.opentelemetry.io/otel/trace,v1.35.0,https://github.com/open-telemetry/opentelemetry-go/blob/trace/v1.35.0/trace/LICENSE,Apache-2.0
69-
go.opentelemetry.io/proto/otlp,v1.0.0,https://github.com/open-telemetry/opentelemetry-proto-go/blob/otlp/v1.0.0/otlp/LICENSE,Apache-2.0
64+
go.opentelemetry.io/otel,v1.37.0,https://github.com/open-telemetry/opentelemetry-go/blob/v1.37.0/LICENSE,Apache-2.0
65+
go.opentelemetry.io/otel/exporters/otlp/otlptrace,v1.37.0,https://github.com/open-telemetry/opentelemetry-go/blob/exporters/otlp/otlptrace/v1.37.0/exporters/otlp/otlptrace/LICENSE,Apache-2.0
66+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc,v1.37.0,https://github.com/open-telemetry/opentelemetry-go/blob/exporters/otlp/otlptrace/otlptracegrpc/v1.37.0/exporters/otlp/otlptrace/otlptracegrpc/LICENSE,Apache-2.0
67+
go.opentelemetry.io/otel/metric,v1.37.0,https://github.com/open-telemetry/opentelemetry-go/blob/metric/v1.37.0/metric/LICENSE,Apache-2.0
68+
go.opentelemetry.io/otel/sdk,v1.37.0,https://github.com/open-telemetry/opentelemetry-go/blob/sdk/v1.37.0/sdk/LICENSE,Apache-2.0
69+
go.opentelemetry.io/otel/trace,v1.37.0,https://github.com/open-telemetry/opentelemetry-go/blob/trace/v1.37.0/trace/LICENSE,Apache-2.0
70+
go.opentelemetry.io/proto/otlp,v1.7.0,https://github.com/open-telemetry/opentelemetry-proto-go/blob/otlp/v1.7.0/otlp/LICENSE,Apache-2.0
7071
go.uber.org/multierr,v1.11.0,https://github.com/uber-go/multierr/blob/v1.11.0/LICENSE.txt,MIT
7172
go.uber.org/zap,v1.27.0,https://github.com/uber-go/zap/blob/v1.27.0/LICENSE,MIT
7273
go.yaml.in/yaml/v2,v2.4.2,https://github.com/yaml/go-yaml/blob/v2.4.2/LICENSE,Apache-2.0
7374
gomodules.xyz/jsonpatch/v2,v2.4.0,https://github.com/gomodules/jsonpatch/blob/v2.4.0/v2/LICENSE,Apache-2.0
74-
google.golang.org/genproto/googleapis/api/httpbody,v0.0.0-20230726155614-23370e0ffb3e,https://github.com/googleapis/go-genproto/blob/23370e0ffb3e/googleapis/api/LICENSE,Apache-2.0
75-
google.golang.org/genproto/googleapis/rpc,v0.0.0-20230822172742-b8732ec3820d,https://github.com/googleapis/go-genproto/blob/b8732ec3820d/googleapis/rpc/LICENSE,Apache-2.0
76-
google.golang.org/grpc,v1.58.3,https://github.com/grpc/grpc-go/blob/v1.58.3/LICENSE,Apache-2.0
77-
google.golang.org/protobuf,v1.36.5,https://github.com/protocolbuffers/protobuf-go/blob/v1.36.5/LICENSE,BSD-3-Clause
75+
google.golang.org/genproto/googleapis/api/httpbody,v0.0.0-20250603155806-513f23925822,https://github.com/googleapis/go-genproto/blob/513f23925822/googleapis/api/LICENSE,Apache-2.0
76+
google.golang.org/genproto/googleapis/rpc,v0.0.0-20250603155806-513f23925822,https://github.com/googleapis/go-genproto/blob/513f23925822/googleapis/rpc/LICENSE,Apache-2.0
77+
google.golang.org/grpc,v1.73.0,https://github.com/grpc/grpc-go/blob/v1.73.0/LICENSE,Apache-2.0
78+
google.golang.org/protobuf,v1.36.6,https://github.com/protocolbuffers/protobuf-go/blob/v1.36.6/LICENSE,BSD-3-Clause
7879
gopkg.in/inf.v0,v0.9.1,https://github.com/go-inf/inf/blob/v0.9.1/LICENSE,BSD-3-Clause
7980
gopkg.in/natefinch/lumberjack.v2,v2.2.1,https://github.com/natefinch/lumberjack/blob/v2.2.1/LICENSE,MIT
8081
gopkg.in/yaml.v2,v2.4.0,https://github.com/go-yaml/yaml/blob/v2.4.0/LICENSE,Apache-2.0
@@ -93,4 +94,4 @@ k8s.io/utils/internal/third_party/forked/golang/net,v0.0.0-20240502163921-fe8a2d
9394
sigs.k8s.io/controller-runtime,v0.18.7,https://github.com/kubernetes-sigs/controller-runtime/blob/v0.18.7/LICENSE,Apache-2.0
9495
sigs.k8s.io/json,v0.0.0-20221116044647-bc3834ca7abd,https://github.com/kubernetes-sigs/json/blob/bc3834ca7abd/LICENSE,Apache-2.0
9596
sigs.k8s.io/structured-merge-diff/v4,v4.4.1,https://github.com/kubernetes-sigs/structured-merge-diff/blob/v4.4.1/LICENSE,Apache-2.0
96-
sigs.k8s.io/yaml,v1.5.0,https://github.com/kubernetes-sigs/yaml/blob/v1.5.0/LICENSE,Apache-2.0
97+
sigs.k8s.io/yaml,v1.6.0,https://github.com/kubernetes-sigs/yaml/blob/v1.6.0/LICENSE,Apache-2.0

build_info.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,55 @@
212212
]
213213
}
214214
},
215+
"ops-manager": {
216+
"patch": {
217+
"version": "om-version-from-release.json",
218+
"repository": "268558157000.dkr.ecr.us-east-1.amazonaws.com/dev/mongodb-enterprise-ops-manager",
219+
"platforms": [
220+
"linux/amd64"
221+
]
222+
},
223+
"staging": {
224+
"version": "om-version-from-release.json",
225+
"sign": true,
226+
"repository": "268558157000.dkr.ecr.us-east-1.amazonaws.com/staging/mongodb-enterprise-ops-manager",
227+
"platforms": [
228+
"linux/amd64"
229+
]
230+
},
231+
"release": {
232+
"version": "om-version-from-release.json",
233+
"sign": true,
234+
"repository": "quay.io/mongodb/mongodb-enterprise-ops-manager",
235+
"platforms": [
236+
"linux/amd64"
237+
]
238+
}
239+
},
240+
"agent": {
241+
"patch": {
242+
"repository": "268558157000.dkr.ecr.us-east-1.amazonaws.com/dev/mongodb-agent-ubi",
243+
"platforms": [
244+
"linux/amd64"
245+
]
246+
},
247+
"staging": {
248+
"sign": true,
249+
"repository": "268558157000.dkr.ecr.us-east-1.amazonaws.com/staging/mongodb-agent-ubi",
250+
"platforms": [
251+
"linux/arm64",
252+
"linux/amd64"
253+
]
254+
},
255+
"release": {
256+
"sign": true,
257+
"repository": "quay.io/mongodb/mongodb-agent-ubi",
258+
"platforms": [
259+
"linux/arm64",
260+
"linux/amd64"
261+
]
262+
}
263+
},
215264
"ops-manager": {
216265
"patch": {
217266
"version": "om-version-from-release.json",

cmd/kubectl-mongodb/LICENSE-THIRD-PARTY

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ github.com/mailru/easyjson,v0.7.7,https://github.com/mailru/easyjson/blob/v0.7.7
1818
github.com/modern-go/concurrent,v0.0.0-20180306012644-bacd9c7ef1dd,https://github.com/modern-go/concurrent/blob/bacd9c7ef1dd/LICENSE,Apache-2.0
1919
github.com/modern-go/reflect2,v1.0.2,https://github.com/modern-go/reflect2/blob/v1.0.2/LICENSE,Apache-2.0
2020
github.com/munnerz/goautoneg,v0.0.0-20191010083416-a7dc8b61c822,https://github.com/munnerz/goautoneg/blob/a7dc8b61c822/LICENSE,BSD-3-Clause
21-
github.com/spf13/cobra,v1.7.0,https://github.com/spf13/cobra/blob/v1.7.0/LICENSE.txt,Apache-2.0
22-
github.com/spf13/pflag,v1.0.5,https://github.com/spf13/pflag/blob/v1.0.5/LICENSE,BSD-3-Clause
21+
github.com/spf13/cobra,v1.9.1,https://github.com/spf13/cobra/blob/v1.9.1/LICENSE.txt,Apache-2.0
22+
github.com/spf13/pflag,v1.0.6,https://github.com/spf13/pflag/blob/v1.0.6/LICENSE,BSD-3-Clause
2323
go.yaml.in/yaml/v2,v2.4.2,https://github.com/yaml/go-yaml/blob/v2.4.2/LICENSE,Apache-2.0
24-
google.golang.org/protobuf,v1.36.5,https://github.com/protocolbuffers/protobuf-go/blob/v1.36.5/LICENSE,BSD-3-Clause
24+
google.golang.org/protobuf,v1.36.6,https://github.com/protocolbuffers/protobuf-go/blob/v1.36.6/LICENSE,BSD-3-Clause
2525
gopkg.in/inf.v0,v0.9.1,https://github.com/go-inf/inf/blob/v0.9.1/LICENSE,BSD-3-Clause
2626
gopkg.in/yaml.v2,v2.4.0,https://github.com/go-yaml/yaml/blob/v2.4.0/LICENSE,Apache-2.0
2727
gopkg.in/yaml.v3,v3.0.1,https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE,MIT
@@ -37,4 +37,4 @@ k8s.io/utils,v0.0.0-20240502163921-fe8a2dddb1d0,https://github.com/kubernetes/ut
3737
k8s.io/utils/internal/third_party/forked/golang/net,v0.0.0-20240502163921-fe8a2dddb1d0,https://github.com/kubernetes/utils/blob/fe8a2dddb1d0/internal/third_party/forked/golang/LICENSE,BSD-3-Clause
3838
sigs.k8s.io/json,v0.0.0-20221116044647-bc3834ca7abd,https://github.com/kubernetes-sigs/json/blob/bc3834ca7abd/LICENSE,Apache-2.0
3939
sigs.k8s.io/structured-merge-diff/v4,v4.4.1,https://github.com/kubernetes-sigs/structured-merge-diff/blob/v4.4.1/LICENSE,Apache-2.0
40-
sigs.k8s.io/yaml,v1.5.0,https://github.com/kubernetes-sigs/yaml/blob/v1.5.0/LICENSE,Apache-2.0
40+
sigs.k8s.io/yaml,v1.6.0,https://github.com/kubernetes-sigs/yaml/blob/v1.6.0/LICENSE,Apache-2.0

go.mod

Lines changed: 32 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@ require (
1414
github.com/hashicorp/vault/api v1.20.0
1515
github.com/imdario/mergo v0.3.15
1616
github.com/pkg/errors v0.9.1
17-
github.com/prometheus/client_golang v1.22.0
18-
github.com/r3labs/diff/v3 v3.0.1
17+
github.com/prometheus/client_golang v1.23.0
18+
github.com/r3labs/diff/v3 v3.0.2
1919
github.com/spf13/cast v1.9.2
20-
github.com/spf13/cobra v1.7.0
20+
github.com/spf13/cobra v1.9.1
2121
github.com/stretchr/objx v0.5.2
2222
github.com/stretchr/testify v1.10.0
2323
github.com/xdg/stringprep v1.0.3
2424
github.com/yudai/gojsondiff v1.0.0
2525
go.mongodb.org/atlas v0.38.0
2626
go.mongodb.org/mongo-driver v1.17.4
27-
go.opentelemetry.io/otel v1.35.0
28-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0
29-
go.opentelemetry.io/otel/sdk v1.35.0
30-
go.opentelemetry.io/otel/trace v1.35.0
27+
go.opentelemetry.io/otel v1.37.0
28+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.37.0
29+
go.opentelemetry.io/otel/sdk v1.37.0
30+
go.opentelemetry.io/otel/trace v1.37.0
3131
go.uber.org/zap v1.27.0
32-
golang.org/x/crypto v0.39.0
32+
golang.org/x/crypto v0.41.0
3333
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
3434
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028
3535
gopkg.in/natefinch/lumberjack.v2 v2.2.1
@@ -40,15 +40,16 @@ require (
4040
k8s.io/klog/v2 v2.130.1
4141
k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0
4242
sigs.k8s.io/controller-runtime v0.18.7
43-
sigs.k8s.io/yaml v1.5.0
43+
sigs.k8s.io/yaml v1.6.0
4444
)
4545

4646
// force pin, until we update the direct dependencies
47-
require google.golang.org/protobuf v1.36.5 // indirect
47+
require google.golang.org/protobuf v1.36.6 // indirect
4848

4949
require (
5050
github.com/beorn7/perks v1.0.1 // indirect
5151
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
52+
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
5253
github.com/cespare/xxhash/v2 v2.3.0 // indirect
5354
github.com/davecgh/go-spew v1.1.1 // indirect
5455
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
@@ -68,7 +69,7 @@ require (
6869
github.com/google/go-querystring v1.1.0 // indirect
6970
github.com/google/gofuzz v1.2.0 // indirect
7071
github.com/gorilla/websocket v1.5.0 // indirect
71-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
72+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
7273
github.com/hashicorp/errwrap v1.1.0 // indirect
7374
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
7475
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
@@ -91,13 +92,13 @@ require (
9192
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
9293
github.com/onsi/ginkgo v1.16.5 // indirect
9394
github.com/pmezard/go-difflib v1.0.0 // indirect
94-
github.com/prometheus/client_model v0.6.1 // indirect
95-
github.com/prometheus/common v0.62.0 // indirect
96-
github.com/prometheus/procfs v0.15.1 // indirect
95+
github.com/prometheus/client_model v0.6.2 // indirect
96+
github.com/prometheus/common v0.65.0 // indirect
97+
github.com/prometheus/procfs v0.16.1 // indirect
9798
github.com/ryanuber/go-glob v1.0.0 // indirect
9899
github.com/sergi/go-diff v1.3.1 // indirect
99-
github.com/spf13/pflag v1.0.5 // indirect
100-
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
100+
github.com/spf13/pflag v1.0.6 // indirect
101+
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
101102
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
102103
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
103104
github.com/xdg-go/scram v1.1.2 // indirect
@@ -106,24 +107,25 @@ require (
106107
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
107108
github.com/yudai/pp v2.0.1+incompatible // indirect
108109
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
109-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 // indirect
110-
go.opentelemetry.io/otel/metric v1.35.0 // indirect
111-
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
110+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0 // indirect
111+
go.opentelemetry.io/otel/metric v1.37.0 // indirect
112+
go.opentelemetry.io/proto/otlp v1.7.0 // indirect
112113
go.uber.org/multierr v1.11.0 // indirect
113114
go.yaml.in/yaml/v2 v2.4.2 // indirect
114-
golang.org/x/mod v0.25.0 // indirect
115-
golang.org/x/net v0.40.0 // indirect
116-
golang.org/x/oauth2 v0.29.0 // indirect
117-
golang.org/x/sync v0.15.0 // indirect
118-
golang.org/x/sys v0.33.0 // indirect
119-
golang.org/x/term v0.32.0 // indirect
120-
golang.org/x/text v0.26.0 // indirect
115+
golang.org/x/mod v0.26.0 // indirect
116+
golang.org/x/net v0.42.0 // indirect
117+
golang.org/x/oauth2 v0.30.0 // indirect
118+
golang.org/x/sync v0.16.0 // indirect
119+
golang.org/x/sys v0.35.0 // indirect
120+
golang.org/x/term v0.34.0 // indirect
121+
golang.org/x/text v0.28.0 // indirect
121122
golang.org/x/time v0.3.0 // indirect
122-
golang.org/x/tools v0.33.0 // indirect
123+
golang.org/x/tools v0.35.0 // indirect
124+
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated // indirect
123125
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
124-
google.golang.org/genproto/googleapis/api v0.0.0-20230726155614-23370e0ffb3e // indirect
125-
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
126-
google.golang.org/grpc v1.58.3 // indirect
126+
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
127+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
128+
google.golang.org/grpc v1.73.0 // indirect
127129
gopkg.in/inf.v0 v0.9.1 // indirect
128130
gopkg.in/yaml.v2 v2.4.0 // indirect
129131
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)