-
Notifications
You must be signed in to change notification settings - Fork 10
chore(deps): update go indirect dependencies #75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,109 +9,110 @@ require ( | |
| github.com/gorilla/mux v1.7.3 | ||
| github.com/onsi/gomega v1.27.1 | ||
| github.com/openshift-online/rh-trex-ai v0.0.32-0.20260819203335-5798cb607fcb | ||
| github.com/prometheus/client_golang v1.24.1 | ||
| github.com/segmentio/ksuid v1.0.2 | ||
| github.com/spf13/pflag v1.0.5 | ||
| github.com/uptrace/opentelemetry-go-extra/otelgorm v0.3.2 | ||
| github.com/yaacov/tree-search-language v0.0.0-20190923184055-1c2dad2e354b | ||
| go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 | ||
| go.opentelemetry.io/otel v1.44.0 | ||
| go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.70.0 | ||
| go.opentelemetry.io/otel v1.45.0 | ||
| go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.44.0 | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. OTel version skew: core/metric/trace/sdk are bumped to v1.45.0 (and otelhttp to v0.70.0) but these OTLP gRPC exporters stay at v1.44.0. Exporters normally track the core release; MVS will resolve upward, but please confirm CI compiles the exporter paths against otel v1.45.0 before merge. (Minor, Confidence: Medium) |
||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.44.0 | ||
| go.opentelemetry.io/otel/metric v1.44.0 | ||
| go.opentelemetry.io/otel/sdk v1.44.0 | ||
| go.opentelemetry.io/otel/sdk/metric v1.44.0 | ||
| go.opentelemetry.io/otel/trace v1.44.0 | ||
| google.golang.org/grpc v1.82.1 | ||
| go.opentelemetry.io/otel/metric v1.45.0 | ||
| go.opentelemetry.io/otel/sdk v1.45.0 | ||
| go.opentelemetry.io/otel/sdk/metric v1.45.0 | ||
| go.opentelemetry.io/otel/trace v1.45.0 | ||
| google.golang.org/grpc v1.83.0 | ||
| google.golang.org/protobuf v1.36.11 | ||
| gopkg.in/resty.v1 v1.12.0 | ||
| gopkg.in/yaml.v3 v3.0.1 | ||
| gorm.io/gorm v1.31.1 | ||
| gorm.io/gorm v1.31.2 | ||
| ) | ||
|
|
||
| require ( | ||
| dario.cat/mergo v1.0.2 // indirect | ||
| github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect | ||
| github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect | ||
| github.com/DATA-DOG/go-sqlmock v1.5.2 // indirect | ||
| github.com/Masterminds/squirrel v1.1.0 // indirect | ||
| github.com/Masterminds/squirrel v1.5.4 // indirect | ||
| github.com/Microsoft/go-winio v0.6.2 // indirect | ||
| github.com/antlr/antlr4 v0.0.0-20190518164840-edae2a1c9b4b // indirect | ||
| github.com/beorn7/perks v1.0.1 // indirect | ||
| github.com/bxcodec/faker/v3 v3.2.0 // indirect | ||
| github.com/cenkalti/backoff/v4 v4.2.1 // indirect | ||
| github.com/bxcodec/faker/v3 v3.8.1 // indirect | ||
| github.com/cenkalti/backoff/v4 v4.3.0 // indirect | ||
| github.com/cenkalti/backoff/v5 v5.0.3 // indirect | ||
| github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
| github.com/containerd/errdefs v1.0.0 // indirect | ||
| github.com/containerd/errdefs/pkg v0.3.0 // indirect | ||
| github.com/containerd/log v0.1.0 // indirect | ||
| github.com/containerd/platforms v0.2.1 // indirect | ||
| github.com/cpuguy83/dockercfg v0.3.2 // indirect | ||
| github.com/davecgh/go-spew v1.1.1 // indirect | ||
| github.com/distribution/reference v0.6.0 // indirect | ||
| github.com/docker/distribution v2.8.1+incompatible // indirect | ||
| github.com/docker/docker v28.5.2+incompatible // indirect | ||
| github.com/docker/go-connections v0.6.0 // indirect | ||
| github.com/docker/distribution v2.8.3+incompatible // indirect | ||
| github.com/docker/go-connections v0.8.1 // indirect | ||
| github.com/docker/go-healthcheck v0.1.0 // indirect | ||
| github.com/docker/go-units v0.5.0 // indirect | ||
| github.com/felixge/httpsnoop v1.0.4 // indirect | ||
| github.com/ebitengine/purego v0.10.1 // indirect | ||
| github.com/felixge/httpsnoop v1.1.0 // indirect | ||
| github.com/ghodss/yaml v1.0.0 // indirect | ||
| github.com/go-logr/logr v1.4.3 // indirect | ||
| github.com/go-logr/logr v1.4.4 // indirect | ||
| github.com/go-logr/stdr v1.2.2 // indirect | ||
| github.com/go-ole/go-ole v1.2.6 // indirect | ||
| github.com/golang/protobuf v1.5.4 // indirect | ||
| github.com/go-ole/go-ole v1.3.0 // indirect | ||
| github.com/google/go-cmp v0.7.0 // indirect | ||
| github.com/google/uuid v1.6.0 // indirect | ||
| github.com/gorilla/handlers v1.4.2 // indirect | ||
| github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0 // indirect | ||
| github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
| github.com/gorilla/handlers v1.5.2 // indirect | ||
| github.com/grpc-ecosystem/grpc-gateway/v2 v2.30.0 // indirect | ||
| github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
| github.com/jackc/pgpassfile v1.0.0 // indirect | ||
| github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect | ||
| github.com/jackc/pgx/v5 v5.6.0 // indirect | ||
| github.com/jackc/pgx/v5 v5.10.0 // indirect | ||
| github.com/jackc/puddle/v2 v2.2.2 // indirect | ||
| github.com/jinzhu/inflection v1.0.0 // indirect | ||
| github.com/jinzhu/now v1.1.5 // indirect | ||
| github.com/klauspost/compress v1.18.0 // indirect | ||
| github.com/klauspost/compress v1.19.2 // indirect | ||
| github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect | ||
| github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect | ||
| github.com/lib/pq v1.10.9 // indirect | ||
| github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect | ||
| github.com/magiconair/properties v1.8.10 // indirect | ||
| github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect | ||
| github.com/lib/pq v1.12.3 // indirect | ||
| github.com/lufia/plan9stats v0.0.0-20260802145828-341c2f0c90b5 // indirect | ||
| github.com/magiconair/properties v1.18.11 // indirect | ||
| github.com/mendsley/gojwk v0.0.0-20141217222730-4d5ec6e58103 // indirect | ||
| github.com/moby/docker-image-spec v1.3.1 // indirect | ||
| github.com/moby/go-archive v0.1.0 // indirect | ||
| github.com/moby/patternmatcher v0.6.0 // indirect | ||
| github.com/moby/sys/sequential v0.6.0 // indirect | ||
| github.com/moby/sys/user v0.4.0 // indirect | ||
| github.com/moby/go-archive v0.3.3 // indirect | ||
| github.com/moby/moby/api v1.55.0 // indirect | ||
| github.com/moby/moby/client v0.5.0 // indirect | ||
| github.com/moby/patternmatcher v0.6.1 // indirect | ||
| github.com/moby/sys/sequential v0.7.0 // indirect | ||
| github.com/moby/sys/user v0.4.1 // indirect | ||
| github.com/moby/sys/userns v0.1.0 // indirect | ||
| github.com/moby/term v0.5.0 // indirect | ||
| github.com/morikuni/aec v1.0.0 // indirect | ||
| github.com/moby/term v0.5.2 // indirect | ||
| github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
| github.com/opencontainers/go-digest v1.0.0 // indirect | ||
| github.com/opencontainers/image-spec v1.1.1 // indirect | ||
| github.com/pkg/errors v0.9.1 // indirect | ||
| github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect | ||
| github.com/prometheus/client_golang v1.16.0 // indirect | ||
| github.com/prometheus/client_model v0.3.0 // indirect | ||
| github.com/prometheus/common v0.42.0 // indirect | ||
| github.com/prometheus/procfs v0.10.1 // indirect | ||
| github.com/shirou/gopsutil/v3 v3.23.12 // indirect | ||
| github.com/shoenig/go-m1cpu v0.1.6 // indirect | ||
| github.com/sirupsen/logrus v1.9.3 // indirect | ||
| github.com/spf13/cobra v0.0.5 // indirect | ||
| github.com/testcontainers/testcontainers-go v0.33.0 // indirect | ||
| github.com/testcontainers/testcontainers-go/modules/postgres v0.33.0 // indirect | ||
| github.com/tklauser/go-sysconf v0.3.12 // indirect | ||
| github.com/tklauser/numcpus v0.6.1 // indirect | ||
| github.com/pmezard/go-difflib v1.0.0 // indirect | ||
| github.com/power-devops/perfstat v0.0.0-20260805114148-88456608a4f6 // indirect | ||
| github.com/prometheus/client_model v0.6.2 // indirect | ||
| github.com/prometheus/common v0.70.1 // indirect | ||
| github.com/prometheus/procfs v0.21.1 // indirect | ||
| github.com/shirou/gopsutil/v4 v4.26.6 // indirect | ||
| github.com/sirupsen/logrus v1.9.4 // indirect | ||
| github.com/spf13/cobra v0.0.7 // indirect | ||
| github.com/stretchr/testify v1.11.1 // indirect | ||
| github.com/testcontainers/testcontainers-go v0.44.0 // indirect | ||
| github.com/testcontainers/testcontainers-go/modules/postgres v0.44.0 // indirect | ||
| github.com/tklauser/go-sysconf v0.4.0 // indirect | ||
| github.com/tklauser/numcpus v0.12.0 // indirect | ||
| github.com/uptrace/opentelemetry-go-extra/otelsql v0.3.2 // indirect | ||
| github.com/yusufpapurcu/wmi v1.2.4 // indirect | ||
| go.opentelemetry.io/auto/sdk v1.2.1 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.44.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.45.0 // indirect | ||
| go.opentelemetry.io/proto/otlp v1.11.0 // indirect | ||
| golang.org/x/crypto v0.54.0 // indirect | ||
| golang.org/x/net v0.57.0 // indirect | ||
| golang.org/x/sync v0.22.0 // indirect | ||
| golang.org/x/sys v0.47.0 // indirect | ||
| golang.org/x/text v0.40.0 // indirect | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20260720211330-0afa2a65878a // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20260720211330-0afa2a65878a // indirect | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20260803160001-6ac0973c030d // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20260803160001-6ac0973c030d // indirect | ||
| gopkg.in/yaml.v2 v2.4.0 // indirect | ||
| gorm.io/driver/postgres v1.6.0 // indirect | ||
| gorm.io/driver/postgres v1.6.2 // indirect | ||
| ) | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
prometheus/client_golangis (correctly) promoted from indirect to a direct require here — it's directly imported atcomponents/api-server/plugins/gateways/metrics.go:7, sogo mod tidydid the right thing. Just noting the PR title ("indirect dependencies") understates that this touches direct requires too.