Commit b10c75f
committed
Clean up test dependencies from root go.mod
Removes leftover indirect test dependencies after test module isolation.
Run go mod tidy and go mod vendor to clean up:
- github.com/go-task/slim-sprig/v3 (indirect dependency of ginkgo)
- k8s.io/pod-security-admission indirect reference
This ensures the root go.mod contains only production dependencies.1 parent 3c67013 commit b10c75f
File tree
399 files changed
+4
-200562
lines changed- vendor
- github.com
- go-task/slim-sprig/v3
- onsi
- ginkgo/v2
- config
- formatter
- ginkgo
- build
- command
- generators
- internal
- labels
- outline
- run
- unfocus
- watch
- internal
- global
- interrupt_handler
- parallel_support
- testingtproxy
- reporters
- types
- gomega
- format
- internal
- gutil
- matchers
- internal/miter
- support/goraph
- bipartitegraph
- edge
- node
- util
- types
- openshift-eng/openshift-tests-extension
- pkg
- cmd
- cmdimages
- cmdinfo
- cmdlist
- cmdrun
- cmdupdate
- dbtime
- extension
- extensiontests
- flags
- ginkgo
- junit
- util/sets
- version
- golang.org/x
- net/html/charset
- text/encoding
- charmap
- htmlindex
- japanese
- korean
- simplifiedchinese
- traditionalchinese
- tools
- cover
- go/ast/inspector
- internal/astutil/edge
- k8s.io
- component-base/logs/testinit
- kubernetes/test
- e2e
- framework
- internal/junit
- testfiles
- testing-manifests
- dra
- flexvolume
- gpu/gce
- guestbook
- legacy
- kubectl
- sample-device-plugin
- statefulset
- cassandra
- cockroachdb
- etcd
- mysql-galera
- mysql-upgrade
- nginx
- redis
- zookeeper
- storage-csi
- any-volume-datasource
- crd
- volume-data-source-validator
- external-attacher
- external-health-monitor/external-health-monitor-controller
- external-provisioner
- external-resizer
- external-snapshotter
- csi-snapshotter
- volume-group-snapshots
- gce-pd
- hostpath
- hostpath
- mock
- utils
- image
- kubeconfig
- pod-security-admission
- api
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
399 files changed
+4
-200562
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | 81 | | |
83 | 82 | | |
84 | 83 | | |
| |||
180 | 179 | | |
181 | 180 | | |
182 | 181 | | |
183 | | - | |
184 | 182 | | |
185 | 183 | | |
186 | 184 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
244 | | - | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
245 | 247 | | |
246 | 248 | | |
247 | 249 | | |
| |||
250 | 252 | | |
251 | 253 | | |
252 | 254 | | |
253 | | - | |
254 | | - | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
272 | | - | |
273 | 271 | | |
274 | 272 | | |
275 | 273 | | |
| |||
570 | 568 | | |
571 | 569 | | |
572 | 570 | | |
573 | | - | |
574 | | - | |
575 | 571 | | |
576 | 572 | | |
577 | 573 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments