mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-19 20:26:32 +00:00
Bumps the k8s group with 2 updates in the /test directory: [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) and [k8s.io/component-base](https://github.com/kubernetes/component-base). Updates `k8s.io/apimachinery` from 0.33.0 to 0.33.1 - [Commits](https://github.com/kubernetes/apimachinery/compare/v0.33.0...v0.33.1) Updates `k8s.io/component-base` from 0.32.3 to 0.32.5 - [Commits](https://github.com/kubernetes/component-base/compare/v0.32.3...v0.32.5) --- updated-dependencies: - dependency-name: k8s.io/apimachinery dependency-version: 0.33.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s - dependency-name: k8s.io/component-base dependency-version: 0.32.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s ... Signed-off-by: dependabot[bot] <support@github.com>
69 lines
2.8 KiB
AMPL
69 lines
2.8 KiB
AMPL
module k8s.io/node-problem-detector/test
|
|
|
|
go 1.24.2
|
|
|
|
replace k8s.io/node-problem-detector => ../.
|
|
|
|
require (
|
|
github.com/avast/retry-go/v4 v4.6.1
|
|
github.com/onsi/ginkgo v1.16.5
|
|
github.com/onsi/gomega v1.37.0
|
|
github.com/pborman/uuid v1.2.1
|
|
github.com/spf13/pflag v1.0.6
|
|
golang.org/x/crypto v0.37.0
|
|
golang.org/x/oauth2 v0.29.0
|
|
google.golang.org/api v0.230.0
|
|
k8s.io/apimachinery v0.33.1
|
|
k8s.io/component-base v0.32.5
|
|
k8s.io/klog/v2 v2.130.1
|
|
k8s.io/node-problem-detector v0.8.20
|
|
sigs.k8s.io/boskos v0.0.0-20200515170311-7d36bde8cdf6
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go/auth v0.16.0 // indirect
|
|
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
|
|
cloud.google.com/go/compute/metadata v0.6.0 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/blang/semver/v4 v4.0.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
|
github.com/google/s2a-go v0.1.9 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.0.0 // indirect
|
|
github.com/klauspost/compress v1.17.9 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/nxadm/tail v1.4.8 // indirect
|
|
github.com/prometheus/client_golang v1.20.4 // indirect
|
|
github.com/prometheus/client_model v0.6.2 // indirect
|
|
github.com/prometheus/common v0.63.0 // indirect
|
|
github.com/prometheus/procfs v0.16.1 // indirect
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
|
go.opencensus.io v0.24.0 // indirect
|
|
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
|
|
go.opentelemetry.io/otel v1.35.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.35.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.35.0 // indirect
|
|
golang.org/x/net v0.39.0 // indirect
|
|
golang.org/x/sys v0.32.0 // indirect
|
|
golang.org/x/text v0.24.0 // indirect
|
|
golang.org/x/tools v0.30.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250414145226-207652e42e2e // indirect
|
|
google.golang.org/grpc v1.72.0 // indirect
|
|
google.golang.org/protobuf v1.36.6 // indirect
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
k8s.io/test-infra v0.0.0-20200514184223-ba32c8aae783 // indirect
|
|
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e // indirect
|
|
sigs.k8s.io/yaml v1.4.0 // indirect
|
|
)
|