Skip to content

Commit a7493a1

Browse files
upgrade to latest dependencies
bumping github.com/mailru/easyjson c120ca7...5e854fb: > 5e854fb Merge pull request # 388 from testwill/string > 78171e8 Merge pull request # 396 from SolidShake/fix-null-map-key > 37cdbe9 chore: use ret.String() instead of string(ret.Bytes()) > 907f46a up go version to 1.20 > 3229627 Fix null key in map > a209843 Fix bytesToStr (# 358) > 0e683d5 only default tests > 141f9c7 Merge pull request # 393 from iamtakingiteasy/master > 11c9d7f fix Readme > 8ef38d7 upd test version > 3bd36b7 Make current token kind public and accessible via Lexer.CurrentToken > 605adae Merge pull request # 352 from bulletmys/upd_ci > c2f6bad Merge pull request # 405 from IakovLeven/patch-1 > eecedd1 add simple example to README and upd install cmd > 42b87bf upd readme and delete .travis.yml > d48874a Merge pull request # 381 from niallnsec/master > 46715aa Fix Unmarshaler interface description > e57b4c6 Merge pull request # 338 from MQasimSarfraz/patch-1 > 738f356 fix run-on-arch-action actions > 34d2f3a Only add tags to run command if set > 7653026 Merge pull request # 342 from denis96z/master > 0c17714 Fix type in README.md > 309f1b6 add non amd64 actions > 573107b Copy byte array when unmarshalling RawMessage > e33cca9 fix too many arguments in call to MarshalJSON > 5fd7585 upd github actions > 3c100a7 upd github actions > 7c1e3c1 upd github actions > 4f5f962 add github actions > 52ae641 fix allocs expectations in tests bumping golang.org/x/net 8da7ed1...df97a48: > df97a48 go.mod: update golang.org/x dependencies > 2dab271 route: treat short sockaddr lengths as unspecified > b914489 internal/http3: refactor in prep for sharing transport/server code > ebd23f8 route: fix parsing network address of length zero > 938a9fb internal/http3: add request/response body transfer > 145b2d7 internal/http3: add RoundTrip > 5bda71a internal/http3: define connection and stream error types > 3c1185a internal/http3: return error on mid-frame EOF > a6c2c7f http2, internal/httpcommon: factor out common request header logic for h2/h3 > c72e89d internal/http3: QPACK encoding and decoding > 93c1957 internal/http3: add Transport and ClientConn > 45432b5 internal/socket, webdav: use testing.T.TempDir > 56691ee quic: don't return EOF from ReadByte when we have a byte > 7ad0ebf internal/http3: qpack wire primitives > f6b2e53 internal/http3: basic stream read/write operations > 78717f9 internal/http3: error codes > 84b528b internal/http3: new package > 445eead http2: encode :protocol pseudo-header before regular headers > 5566b43 quic: add the ability to create an endpoint with a fake network > 97dd44e http2, internal/gate: move Gate type to an internal package > 35e1007 quic, internal/quic/quicwire: split wire encode/decode functions to new package > 0a5dcdd http2: disable extended CONNECT by default > 03179ce quic: report error string when peer closes connection > 4428704 quic: surface connection errors in stream methods > dc3b8a8 quic: return error from Stream.Flush > 2e60102 quic, internal/testcert: move test cert to internal package bumping k8s.io/apimachinery a8f449e...59e9003: > 59e9003 Merge remote-tracking branch 'origin/master' into release-1.32 > 639247c Drop use of winreadlinkvolume godebug option > 220d7c3 Merge remote-tracking branch 'origin/master' into release-1.32 > c199d3b Revert to go1.22 windows filesystem stdlib behavior > 16af2ff implement unsafe deletion, and wire it > 6ff8305 api: run codegen > ca9b8b2 api: add a new field to meta/v1 DeleteOptions > d941d9f Merge pull request # 128503 from benluddy/cbor-codecs-featuregate > 3b4250f Wire serving codecs to CBOR feature gate. > daaad09 Merge pull request # 128501 from benluddy/watch-cbor-seq > d70754f Merge pull request # 128380 from pohly/log-TODO-logcheck > 8019856 Use application/cbor-seq media type in streaming CBOR responses. > a447138 Merge pull request # 128553 from thockin/master > 230b216 apiserver: avoid TODO in public docs > b5e8106 Merge pull request # 128580 from jpbetz/bump-kube-openapi > 6a84120 Call-site comments: the "" arg to TooLong is unused > fab6771 Merge pull request # 128462 from benluddy/cbor-direct-custom-marshalers > dbd5f43 hack/pin-dependency.sh k8s.io/kube-openapi 32ad38e42d3faf1ce94eb29f4ea6d763339b258e > 44ca070 Clarify that value arg to field.TooLong is unused > 9500acc Merge pull request # 128507 from dims/use-k8s.io/utils/lru-instead-of-github.com/golang/groupcache/lru > d695394 Reject custom marshalers from direct CBOR Marshal and Unmarshal. > 51cdbeb Kill TooLongMaxLength() in favor of TooLong() > cc3132f Use k8s.io/utils/lru instead of github.com/golang/groupcache/lru > f6d2366 Merge pull request # 128481 from carlory/dependencies-ginkgo-gomega > 27a0d27 dependencies: ginkgo v2.21.0, gomega v1.35.1 > cbe039c Merge pull request # 128416 from jpbetz/reset-filter > 53a0379 Add ResetFieldsFilterStrategy > b7e0b16 hack/pin-dependency.sh sigs.k8s.io/structured-merge-diff/v4 v4.4.2 > a25029a Merge pull request # 128456 from benluddy/nondeterministic-response-encoding > c56b207 Merge pull request # 128273 from benluddy/cbor-apply > 42acd35 Allow nondeterministic object encoding in HTTP response bodies. > 769bb80 Support application/apply-patch+cbor in patch requests. > 124c262 Merge pull request # 128243 from benluddy/cbor-dynamic-integration > 74ceb68 Export meta internal version scheme for testing. > 840a63c Add CBOR serializer option to disable JSON transcoding of raw types. > 02c4999 Add WithSerializer option to add serializers to CodecFactory. > 009e863 Use runtime.SerializerInfo in place of internal "serializerType". > cfee475 Merge pull request # 128165 from liggitt/prune-self-require > ba08122 Drop self-referencing replace directives > 51544a5 Merge pull request # 127862 from dinhxuanvu/cbor-fuzz > 8a237ee Merge pull request # 128099 from benluddy/nested-number-as-float64-portability > d143167 Add fuzz test for roundtrip unstructured objects to JSON/CBOR > 0612f08 Make NestedNumberAsFloat64 accuracy test architecture-neutral. > 2b29434 Merge pull request # 125570 from sanchezl/test-additional-types > ee6d966 Merge pull request # 127998 from skitt/golang-x-oct-2024 > 0600781 cover additional types in unstructured roundtrip test > 2561a81 Merge pull request # 127985 from dims/update-moby-runc-dependencies-oct-10 > 68b7185 October 2024 golang.org/x bump > ebca147 Update moby/runc dependencies > ea28d54 Merge pull request # 127942 from liggitt/json123 > 9f62123 Update sigs.k8s.io/json to go1.23 > acfda13 Merge pull request # 127838 from benluddy/unstructured-nested-number-as-float64 > c463db1 Merge pull request # 127822 from benluddy/json-serializer-roundtrip-float64-no-fraction > f0c9bac Add NestedNumberAsFloat64 unstructured field accessor. > 999ccb8 Test concrete type changes in unstructured float64 JSON roundtrips. > 0db5dbf Merge pull request # 127691 from mmorel-35/testifylint/expected-actual@k8s.io/apimachinery > 6240126 fix: enable expected-actual rule from testifylint in module `k8s.io/apimachinery` > dc03077 Merge pull request # 125678 from benluddy/cbor-nondeterministic-encode > 7f7bf11 Merge pull request # 127319 from p0lyn0mial/upstream-define-initial-events-list-blueprint > 2a1df23 Support nondeterministic encode for the CBOR serializer. > c98a9e2 Merge pull request # 126760 from ncdc/ncdc/emeritus > 79b66fa apimachinery/meta/types.go: define InitialEventsListBlueprintAnnotationKey const > f7615f3 Merge pull request # 127366 from thockin/pr-119910-plus-thockin > d9292df Use emeritus_* > c7c91ed Merge pull request # 127435 from sttts/sttts-getmanagedfields-nocopy > d1fb2f4 Make accurate Quantity->float64 be a new method > eec4293 Move ncdc to emeritus > e60d3a5 unstructured: avoid deepcopying managedFields > 6db6128 Improve precision of Quantity.AsApproximateFloat64 > 0fc0110 Merge pull request # 125186 from liyuerich/newserializer > b78556f KEP-4427 : AllowRelaxedDNSSearchValidation (# 127167) > 7312749 drop deprecated json/yaml newSerializers, use json.NewSerializerWithOptions instead > 4e174c5 Merge pull request # 127271 from liggitt/go1.23 > 8e938ee Pin godebug default to go1.23 > f9de914 Update go.mod to go 1.23 > 2465dc5 Merge pull request # 126787 from Jefftree/update-kube-openapi > fbd2664 re-vendor k8s.io/kube-openapi > a8a2284 Merge pull request # 126715 from tklauser/use-go-stdlib-slices > 7e3bacd Use Go standard library slices package instead of k8s.io/utils/strings/slices > 95b7802 Merge pull request # 126231 from seans3/websocket-https-proxy-fix bumping k8s.io/utils 18e509b...24370be: > 24370be [Fake clock] Make Stop / Reset return false if Timer stopped (# 320) > 6fe5fd8 Merge pull request # 319 from dims/add-lock-unlock-in-SetEvictionFunc > 3ea5e8c Merge pull request # 318 from dims/add-a-helper-method-to-set-eviction-function-after-construction > 7a270de Add lock/unlock in SetEvictionFunc > 49e7df5 Merge pull request # 296 from skitt/deprecate-minmax > 7edc6f1 Add a helper method to set eviction function after construction > 702e33f Merge pull request # 317 from gibizer/revert-stdlib-slices > 3abbf95 Deprecate integer min/max functions > f90d014 Merge pull request # 315 from tklauser/deprecated-strings-slices > 8866f61 Revert "Deprecate strings/slices functions covered by stdlib slices" > 4965b0f Deprecate strings/slices functions covered by stdlib slices bumping github.com/stretchr/testify bb548d0...89cbdd9: > 89cbdd9 Merge pull request # 1626 from arjun-1/fix-functional-options-diff-indirect-calls > 07bac60 Merge pull request # 1667 from sikehish/flaky > 7d99b2b attempt 2 > 118fb83 NotSame should fail if args are not pointers # 1661 (# 1664) > 716de8d Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI > 05f87c0 more similar > a1b9c9e Merge pull request # 1663 from ybrustin/master > ea7129e better fmt > 89352f7 Merge pull request # 1518 from hendrywiranto/adjust-readme-remove-v2 > 8302de9 Merge branch 'master' into master > be992af trial > 7efaf15 Merge pull request # 1586 from redachl/fix/equal-exported-values-accepts-everything > 2780579 review: use proper github md > 6555fd4 Fix issue # 1662 (comparing infs should fail) > fb67df6 no regression > 75a239b Merge pull request # 1610 from Neokil/generate-better-comments-for-require-package > dce9e58 Merge branch 'master' into fix/equal-exported-values-accepts-everything > 8f049b0 link maintainer manifesto on readme instead of v2 notice > a012e45 Merge pull request # 1636 from rainhq/jayd3e.fix_return_arguments > 55bac84 reword tests > f9ccf14 Merge branch 'master' into generate-better-comments-for-require-package > df81388 Merge branch 'master' into fix/equal-exported-values-accepts-everything > 2fc4e39 Merge pull request # 1421 from stevenh/fix/suite-test-failures > da63673 Now properly record the ReturnArguments as part of the call. > 822223e fix name regression > 3b2754b remove failure note on require-comments > 109f428 Merge branch 'master' into fix/equal-exported-values-accepts-everything > 6b275ad Merge pull request # 1579 from stretchr/pluggable-yaml-package > 50d5b7e Merge pull request # 1651 from alexandear/mock-fix-not-before-comment > f222751 Merge branch 'master' into fix/suite-test-failures > b074924 assert: collect.FailNow() should not panic (# 1481) > 22d3bd5 in order to remain compatible with go1..19, don't compare function names (but do include them in the diff output) > bc04bb8 Merge branch 'master' into generate-better-comments-for-require-package > 42d887f Remove type validation in EqualExportedValues > 3c0c0e6 Merge pull request # 1593 from brackendawson/EqualValuesDoc > b661f0a Merge pull request # 1587 from kevinburkesegment/regex-bytes > d3dbb19 assert: make YAML dependency pluggable via build tags > 55ebaca Merge pull request # 1650 from alexandear/assert-fix-comment-typos > ba3e7c3 mock: fix doc comment for NotBefore > e943930 fix(suite): test failures > 84619f5 fix: grammar in godoc for NotErrorIs(f) functions (# 1607) > 9c174eb fix: compare functional option names for indirect calls > f71de4a updated message > 352d243 Merge pull request # 1580 from JohnEndson/master > 8d4dcbb Merge pull request # 1569 from stretchr/mock-more-AnythingOfTypeArgument-alternatives > 3276608 Correctly document EqualValues behavior > a9e6121 assert: handle []byte array properly > be3fbeb Merge pull request # 1568 from stretchr/doc-testifylint > 7f48972 Merge pull request # 1129 from palsivertsen/not-error-as > 2063e81 assert: fix typos in comments > 1b4fca7 Merge pull request # 1600 from hendrywiranto/not-element-match > 592e4e3 Merge branch 'stretchr:master' into generate-better-comments-for-require-package > 726249e Merge pull request # 1582 from myxo/master > a2fbbfe assert: fix typo in comment > f32ff5b Merge pull request # 1575 from stretchr/dependabot/github_actions/softprops/action-gh-release-2 > 8c324a0 mock: simpler deprecation doc for AnythingOfTypeArgument > a61e9e5 Merge pull request # 1588 from JonCrowther/fix-eventuallywithtf-example > edd74b2 Merge pull request # 1433 from snirye/master > 740a5e8 Suggest golangci-lint in README.md as well as doc.go > 95d1f9c Merge pull request # 1645 from brackendawson/no-parallel-suite > f844b26 Review: Expand NotErrorAs func docs > cb4e70c review: match fail msg with params > 044c46a Update require.go.tmpl > 17b83c5 Fix time.Time compare > e33bd6f build(deps): bump softprops/action-gh-release from 1 to 2 > aca1890 mock: document more alternatives to deprecated AnythingOfTypeArgument > 4ec7678 Correct the EventuallyWithT and EventuallyWithTf example > 404159f Merge pull request # 1566 from stretchr/assert-deprecate-CompareType > da1e147 Merge branch 'master' into master > 1dedc83 Add testifylint to godocs too > 5dc934f Merge pull request # 1629 from HaraldNordgren/patch-1 > fed9ee6 Document suite's lack of support for t.Parallel > dc100b1 Review: Drop doc line and fix typo > 7af3ed3 feat: new assertion NotElementsMatch > 9326036 Generate better comments for require package > 632a260 Merge pull request # 820 from TomWright/master > 3c302f7 mock: improve doc (# 1570) > a155d2a assert: restore CompareType, but mark it as deprecated > f1b5324 assert.FunctionalOptions: fix go doc > bfa3ee9 Link out to the excellent testifylint > c4b8421 Merge pull request # 1637 from ReyOrtiz/master > 52df554 .github/workflows: Run tests for Go 1.22 > aade845 Improve tests for ErrorIs/ErrorAs > edb8015 Merge pull request # 1565 from stretchr/gitignore-test-binaries > cab2acc Do not get argument again unnecessarily in Arguments.Error() > 39442a4 assert: drop CompareType > 16a09b7 Merge pull request # 1644 from spirin/unexpected-method-caller-info > 85a5268 Merge branch 'master' into master > 3380867 Add NotErrorAs assertion > 89ffab0 Merge pull request # 1562 from stretchr/make-tHelper-a-type-alias > e5e7199 gitignore: ignore "go test -c" binaries > 74e1cbe assert: minor refactor of compareTwoValues tests > 428847e Merge pull request # 1571 from stretchr/mock-simplify-FunctionalOptions-impl > f3f7181 Merge branch 'master' into unexpected-method-caller-info > f17409f mock: in order mock calls > 8585d8d Add PanicAssertionFunc (# 1337, # 730) > 85fabe7 assert: make tHelper a type alias > a712990 assert: refactor Test_compareTwoValuesCorrectCompareResult > 72e3b61 Merge branch 'master' into mock-simplify-FunctionalOptions-impl > d62ca68 tests > bdb1271 mock: in order mock calls > d4a63f5 mock: simplify implementation of FunctionalOptions > ea6964c mock: caller information for unexpected method call > 7268a5b mock: in order mock calls Signed-off-by: Knative Automation <automation@knative.team>
1 parent 2b65b08 commit a7493a1

1,501 files changed

Lines changed: 49067 additions & 44634 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

go.mod

Lines changed: 37 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
module knative.dev/sample-source
22

3-
go 1.22.7
3+
go 1.23.0
44

55
require (
66
github.com/cloudevents/sdk-go/v2 v2.15.2
77
github.com/google/go-cmp v0.6.0
88
github.com/hashicorp/golang-lru v1.0.2
99
github.com/kelseyhightower/envconfig v1.4.0
10-
github.com/stretchr/testify v1.9.0
10+
github.com/stretchr/testify v1.10.0
1111
go.uber.org/zap v1.27.0
12-
k8s.io/api v0.31.4
13-
k8s.io/apimachinery v0.31.4
14-
k8s.io/client-go v0.31.4
15-
knative.dev/eventing v0.44.0
16-
knative.dev/hack v0.0.0-20250116150306-c142b4835bc5
17-
knative.dev/pkg v0.0.0-20250117084104-c43477f0052b
12+
k8s.io/api v0.32.2
13+
k8s.io/apimachinery v0.32.2
14+
k8s.io/client-go v0.32.2
15+
knative.dev/eventing v0.44.1-0.20250217174749-cee6e8cca430
16+
knative.dev/hack v0.0.0-20250217122557-ce4c934f30e5
17+
knative.dev/pkg v0.0.0-20250218011850-c925de2a3f07
1818
)
1919

2020
require (
@@ -31,7 +31,7 @@ require (
3131
github.com/coreos/go-oidc/v3 v3.9.0 // indirect
3232
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3333
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
34-
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
34+
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
3535
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
3636
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
3737
github.com/go-kit/log v0.2.1 // indirect
@@ -44,63 +44,62 @@ require (
4444
github.com/gogo/protobuf v1.3.2 // indirect
4545
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
4646
github.com/golang/protobuf v1.5.4 // indirect
47-
github.com/google/gnostic-models v0.6.8 // indirect
47+
github.com/google/gnostic-models v0.6.9 // indirect
4848
github.com/google/gofuzz v1.2.0 // indirect
4949
github.com/google/uuid v1.6.0 // indirect
50-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.21.0 // indirect
51-
github.com/imdario/mergo v0.3.16 // indirect
50+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect
5251
github.com/josharian/intern v1.0.0 // indirect
5352
github.com/json-iterator/go v1.1.12 // indirect
54-
github.com/mailru/easyjson v0.7.7 // indirect
53+
github.com/mailru/easyjson v0.9.0 // indirect
5554
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5655
github.com/modern-go/reflect2 v1.0.2 // indirect
5756
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5857
github.com/openzipkin/zipkin-go v0.4.3 // indirect
5958
github.com/pkg/errors v0.9.1 // indirect
6059
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
61-
github.com/prometheus/client_golang v1.19.1 // indirect
60+
github.com/prometheus/client_golang v1.20.5 // indirect
6261
github.com/prometheus/client_model v0.6.1 // indirect
63-
github.com/prometheus/common v0.55.0 // indirect
62+
github.com/prometheus/common v0.62.0 // indirect
6463
github.com/prometheus/procfs v0.15.1 // indirect
6564
github.com/prometheus/statsd_exporter v0.22.7 // indirect
6665
github.com/rickb777/date v1.13.0 // indirect
6766
github.com/rickb777/plural v1.2.1 // indirect
6867
github.com/robfig/cron/v3 v3.0.1 // indirect
69-
github.com/spf13/pflag v1.0.5 // indirect
68+
github.com/spf13/pflag v1.0.6 // indirect
7069
github.com/x448/float16 v0.8.4 // indirect
7170
go.opencensus.io v0.24.0 // indirect
71+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
7272
go.uber.org/atomic v1.10.0 // indirect
7373
go.uber.org/automaxprocs v1.6.0 // indirect
7474
go.uber.org/multierr v1.11.0 // indirect
75-
golang.org/x/crypto v0.32.0 // indirect
76-
golang.org/x/mod v0.22.0 // indirect
77-
golang.org/x/net v0.34.0 // indirect
78-
golang.org/x/oauth2 v0.23.0 // indirect
79-
golang.org/x/sync v0.10.0 // indirect
80-
golang.org/x/sys v0.29.0 // indirect
81-
golang.org/x/term v0.28.0 // indirect
82-
golang.org/x/text v0.21.0 // indirect
83-
golang.org/x/time v0.6.0 // indirect
84-
golang.org/x/tools v0.29.0 // indirect
75+
golang.org/x/crypto v0.33.0 // indirect
76+
golang.org/x/mod v0.23.0 // indirect
77+
golang.org/x/net v0.35.0 // indirect
78+
golang.org/x/oauth2 v0.26.0 // indirect
79+
golang.org/x/sync v0.11.0 // indirect
80+
golang.org/x/sys v0.30.0 // indirect
81+
golang.org/x/term v0.29.0 // indirect
82+
golang.org/x/text v0.22.0 // indirect
83+
golang.org/x/time v0.10.0 // indirect
84+
golang.org/x/tools v0.30.0 // indirect
8585
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
8686
google.golang.org/api v0.183.0 // indirect
87-
google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53 // indirect
88-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
89-
google.golang.org/grpc v1.69.2 // indirect
90-
google.golang.org/protobuf v1.36.2 // indirect
87+
google.golang.org/genproto/googleapis/api v0.0.0-20250207221924-e9438ea467c6 // indirect
88+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 // indirect
89+
google.golang.org/grpc v1.70.0 // indirect
90+
google.golang.org/protobuf v1.36.5 // indirect
9191
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
9292
gopkg.in/inf.v0 v0.9.1 // indirect
9393
gopkg.in/yaml.v2 v2.4.0 // indirect
9494
gopkg.in/yaml.v3 v3.0.1 // indirect
95-
k8s.io/apiextensions-apiserver v0.31.4 // indirect
96-
k8s.io/code-generator v0.31.4 // indirect
97-
k8s.io/gengo v0.0.0-20240404160639-a0386bf69313 // indirect
98-
k8s.io/gengo/v2 v2.0.0-20240228010128-51d4e06bde70 // indirect
95+
k8s.io/apiextensions-apiserver v0.32.1 // indirect
96+
k8s.io/code-generator v0.32.2 // indirect
97+
k8s.io/gengo/v2 v2.0.0-20240911193312-2b36238f13e9 // indirect
9998
k8s.io/klog/v2 v2.130.1 // indirect
100-
k8s.io/kube-openapi v0.0.0-20240808142205-8e686545bdb8 // indirect
101-
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
102-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
103-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
99+
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
100+
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
101+
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
102+
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
104103
sigs.k8s.io/yaml v1.4.0 // indirect
105104
)
106105

0 commit comments

Comments
 (0)