Davanum Srinivas
faf30b3067
update github.com/coreos/go-oidc to v2.3.0
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2025-01-22 15:27:54 -05:00
Davanum Srinivas
43d86c2a3e
Drop github.com/asaskevich/govalidator
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2025-01-14 15:53:49 -05:00
Davanum Srinivas
0d8a8fe306
Update to latest kustomize/v5.6.0
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2025-01-14 13:12:48 -05:00
Sascha Grunert
c3a3a54822
Add github.com/golang/protobuf to unwanted dependencies
...
Follow-up on https://github.com/kubernetes/kubernetes/pull/128659 to
avoid reintroducing the dependency again.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com >
2024-12-16 09:57:18 +01:00
Jordan Liggitt
3baa6f08c0
Add modern-go libraries to unwanted dependencies
2024-11-21 11:25:44 -05:00
Prince Pereira
07c79da04f
vendoring changes for new hnslib v0.0.8.
2024-11-18 23:30:50 +05:30
Kubernetes Prow Robot
09e5e6269a
Merge pull request #128626 from dims/add-go-spew-to-unwanted-dependencies-we-track
...
Add go-spew to unwanted dependencies we track
2024-11-07 08:51:38 +00:00
Harshal Neelkamal
6fdacf0411
Add plugin and key-cache for ExternalJWTSigner integration
2024-11-07 03:16:23 +00:00
Davanum Srinivas
199b7bdd1f
Add go-spew to unwanted dependencies we track
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-11-06 17:41:56 -05:00
Kubernetes Prow Robot
9a2a7537f0
Merge pull request #128580 from jpbetz/bump-kube-openapi
...
Bump kube-openapi to latest
2024-11-05 21:45:41 +00:00
Joe Betz
bedfcc9331
Add gopkg.in/yaml.v2 to hack/unwanted-dependencies.json
2024-11-05 10:41:29 -05:00
Davanum Srinivas
054f0f7e96
Drop remnants as we switched hcsshim->hnslib
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-11-05 08:22:31 -05:00
Davanum Srinivas
2b0592ee77
Use k8s.io/utils/lru instead of github.com/golang/groupcache/lru
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-11-04 10:51:13 -05:00
Lubomir I. Ivanov
6928007087
vendor: update system-validators to v1.9.1
2024-11-04 13:25:28 +02:00
Kir Kolyshkin
1d4f88b1ee
vendor: bump runc to v1.2.1
...
For one thing, this release decouples device management from
libcontainer/cgroups. You can see the result of this in a dropped
cilium/ebpf dependency (which is only needed for device management).
NOTE that due to an issue with go mod / go list,
github.com/opencontainers/runc had to be added to
hack/unwanted-dependencies.json under x/exp. This is bogus because
opencontainers/runc does not use x/exp directly, only via cilium/ebpf
dependency (which is not vendored here).
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com >
2024-11-01 17:26:09 -07:00
Davanum Srinivas
e86d02b60c
Copy ParseCgroupFileUnified and Drop rest of containerd/cgroups
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-10-31 13:42:39 -04:00
Paco Xu
93348753e2
Revert "vendor: update system-validators to v1.9.0"
2024-10-18 10:12:36 +08:00
Lubomir I. Ivanov
7b10b5fd33
vendor: update system-validators to v1.9.0
2024-10-17 12:10:06 +03:00
Prince Pereira
3448455083
Replacing hcsshim library with new hnslib library.
2024-10-14 10:44:30 -07:00
Jordan Liggitt
745ae75a15
Update vendor
2024-09-27 22:43:28 -04:00
Kirtana Ashok
3fba9930b7
Update cadvisor and hcsshim versions
...
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com >
2024-09-22 11:50:45 -07:00
Jefftree
40f3453ace
Update unwanted dependencies
2024-08-27 15:40:54 +00:00
Davanum Srinivas
ff7942be83
update OpenTelemetry dependencies and grpc
...
This update dropped the otelgrpc → cloud.google.com/go/compute dependency,
among others. This dropped out because genproto cleaned up it's dependencies
on google cloud libraries, and otel updated - details in #113366 .
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
Co-Authored-By: David Ashpole <dashpole@google.com >
2024-07-05 21:21:30 -04:00
Davanum Srinivas
35ccdc8b35
Bump prometheus/common to v0.55.0
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-06-27 09:34:23 -04:00
David Ashpole
56fdcf0837
Revert "update unwanted dependencies"
...
This reverts commit d65029f9bb .
2024-06-26 14:14:06 +00:00
David Ashpole
d65029f9bb
update unwanted dependencies
...
This update dropped the otelgrpc → cloud.google.com/go/compute dependency,
among others. This dropped out because genproto cleaned up it's dependencies
on google cloud libraries, and otel updated - details in #113366 .
2024-06-23 15:53:54 +00:00
Davanum Srinivas
9a830da048
add gofuzz to unwanted-dependencies.json
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-06-13 08:31:38 -04:00
Humble Chirammal
e0a4cb0962
remove csi spec from unwanted dependencies
...
Signed-off-by: Humble Chirammal <humble.devassy@gmail.com >
2024-05-27 19:24:58 +05:30
Davanum Srinivas
04c40ac961
Update to latest golang.org/x/oauth2 v0.20.0
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-05-08 13:06:12 -04:00
Davanum Srinivas
bf268f02a3
Remove gcp in-tree cloud provider and credential provider
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-05-01 09:03:53 -04:00
Marek Siarkowicz
3e5b03eb43
Upgrade etcd libraries to v3.5.13
...
Add otelgrpc.WithMessageEvents(otelgrpc.ReceivedEvents, otelgrpc.SentEvents) to tracing options due to https://github.com/open-telemetry/opentelemetry-go-contrib/pull/3964
2024-04-24 09:56:39 +02:00
Jiahui Feng
51af569512
rename antlr4 packages.
2024-04-15 14:28:04 -07:00
Stephen Kitt
6bf667af06
Switch from golang/mock to uber-go/mock
...
See https://github.com/golang/mock#gomock : golang/mock is no longer
maintained, and should be replaced by go.uber.org/mock.
This allows golang/mock to be dropped from the status and vendored
fields in unwanted-dependencies.json.
Signed-off-by: Stephen Kitt <skitt@redhat.com >
2024-03-07 09:12:16 +01:00
Qi Ni
3bf2bf8191
chore: Cleanup in-tree credential provider azure and cloud provider azure
2024-01-20 15:18:31 +08:00
Patrick Ohly
166b71757b
dependencies: zapr v1.3.0, zap v1.26.0
...
The new zapr adds support for slog. The new zap has various improvements. It no
longer depends on go.uber.org/atomic which enables dropping it from the
Kubernetes dependencies. github.com/pkg/errors is also no longer needed.
2023-11-07 20:24:28 +01:00
guangli.bao
bc1df9e7da
bump to newest etcd: v3.5.10
...
Signed-off-by: guangli.bao <guangli.bao@daocloud.io >
2023-11-01 11:59:31 +08:00
Davanum Srinivas
bd233a2aa5
typo/api change in cadvisor / updated unwanted-dependencies.json
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2023-10-31 14:30:57 -04:00
Davanum Srinivas
702d911e22
working-config-otel
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2023-10-25 16:31:21 -04:00
Jonathan Gonzalez V
a7adde53be
bump golang.org/grpc to v1.56.3
...
Bumping golang.org/grpc in light of CVE-2023-44487.
Signed-off-by: Jonathan Gonzalez V <jonathan.abdiel@gmail.com >
2023-10-19 15:20:07 -03:00
Davanum Srinivas
757597fabf
track unmaintained repo - mailru/easyjson
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2023-10-16 16:49:50 -04:00
John Howard
dc334b953d
dependencies: update otel-go dependencies
2023-10-10 19:16:07 +00:00
Joseph Anttila Hall
1b602ffd9a
Bump Konnectivity to 0.28.0
2023-09-22 13:10:24 -07:00
Jordan Liggitt
6cd446a206
Add cloud library to unwanted deps
2023-09-06 21:48:30 -04:00
Jordan Liggitt
9f76d8d45a
Track vendor status of unwanted deps
2023-09-06 21:48:30 -04:00
Sean Sullivan
a0d6a815fc
WebSocket Client and V5 RemoteCommand Subprotocol
2023-09-05 11:37:18 -07:00
Jordan Liggitt
3e252857c1
Add unwanted cloud deps to track
2023-09-01 08:58:21 -04:00
Vincent Batts
f22d854072
unwanted-dependendencies: updating references, and jq
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com >
2023-08-31 08:22:27 -04:00
Vincent Batts
3bc6ee6fef
unwanted-dependencies: sort this list
...
Seperated this commit from the prior, to keep it clear the additions.
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com >
2023-08-30 21:50:31 -04:00
Vincent Batts
eb5695b0c5
unwanted-dependencies: adding archived repos
...
Ref: #120276
This is a first step, and then we'll work to clean the code next.
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com >
2023-08-30 21:49:17 -04:00
Jordan Liggitt
a5fff9a5d0
Catch direct references to unwanted dependencies in kubernetes modules
2023-08-02 15:44:25 -04:00