Skip to content

Commit 3cf5ce0

Browse files
committedMar 26, 2025
upgrade to latest dependencies
bumping knative.dev/hack 306ce74...8f599b7: > 8f599b7 Skip whitespace changes in codegen (# 420) > 742e1e5 Deprecate knative.dev/hack/schema (# 418) bumping knative.dev/pkg b7bbf4b...9f3e60a: > 9f3e60a upgrade to latest dependencies (# 3160) Signed-off-by: Knative Automation <[email protected]>
1 parent ad8767c commit 3cf5ce0

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed
 

‎go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ require (
1616
k8s.io/client-go v0.32.2
1717
k8s.io/code-generator v0.32.2
1818
k8s.io/utils v0.0.0-20241210054802-24370beab758
19-
knative.dev/hack v0.0.0-20250219013704-306ce745e077
20-
knative.dev/pkg v0.0.0-20250312035536-b7bbf4be5dbd
19+
knative.dev/hack v0.0.0-20250318155814-8f599b7a828c
20+
knative.dev/pkg v0.0.0-20250326102644-9f3e60a9244c
2121
sigs.k8s.io/yaml v1.4.0
2222
)
2323

‎go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -682,10 +682,10 @@ k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 h1:hcha5B1kVACrLujCKLbr8X
682682
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7/go.mod h1:GewRfANuJ70iYzvn+i4lezLDAFzvjxZYK1gn1lWcfas=
683683
k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJJI8IUa1AmH/qa0=
684684
k8s.io/utils v0.0.0-20241210054802-24370beab758/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
685-
knative.dev/hack v0.0.0-20250219013704-306ce745e077 h1:kcYrHAI+x7KHChjFfJ37Sq5QNAIwQExRor+g6Rbg1K0=
686-
knative.dev/hack v0.0.0-20250219013704-306ce745e077/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
687-
knative.dev/pkg v0.0.0-20250312035536-b7bbf4be5dbd h1:KXG6bACwjKSZcT0JxyQDVYLcDPSip+7l6sVULeITi7k=
688-
knative.dev/pkg v0.0.0-20250312035536-b7bbf4be5dbd/go.mod h1:OuszA8pcsXmO+Pp4QCtD10ph6tjRPFN+LrF/XgAMDb8=
685+
knative.dev/hack v0.0.0-20250318155814-8f599b7a828c h1:WbSdxtzL02rpfF6KNbAFnWLMCE9TFfrfD39VqgsCuOA=
686+
knative.dev/hack v0.0.0-20250318155814-8f599b7a828c/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
687+
knative.dev/pkg v0.0.0-20250326102644-9f3e60a9244c h1:6IZwH1QHGfWlmfdy7svgDCPhRqWpisWK/Gcp8wdAwE0=
688+
knative.dev/pkg v0.0.0-20250326102644-9f3e60a9244c/go.mod h1:gx7Pp9NPcKYApNhR8m0KSOeg71pqhwPWhuhUJ6xCa2g=
689689
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
690690
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
691691
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=

‎vendor/knative.dev/hack/boilerplate.go.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
66
You may obtain a copy of the License at
77

8-
http://www.apache.org/licenses/LICENSE-2.0
8+
http://www.apache.org/licenses/LICENSE-2.0
99

1010
Unless required by applicable law or agreed to in writing, software
1111
distributed under the License is distributed on an "AS IS" BASIS,

‎vendor/knative.dev/hack/codegen-library.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ function restore-changes-if-its-copyright-year-only() {
138138
git diff --name-only > "$difflist"
139139
while read -r file; do
140140
# check if the file contains just the change in the boilerplate year
141-
if [ "$(LANG=C git diff --exit-code --shortstat -- "$file")" = ' 1 file changed, 1 insertion(+), 1 deletion(-)' ] && \
142-
[[ "$(git diff --exit-code -U1 -- "$file" | grep -Ec '^[+-]\s*[*#]?\s*Copyright 2[0-9]{3}')" -eq 2 ]]; then
141+
if [ "$(LANG=C git diff --ignore-space-change --exit-code --shortstat -- "$file")" = ' 1 file changed, 1 insertion(+), 1 deletion(-)' ] && \
142+
[[ "$(git diff --ignore-space-change --exit-code -U1 -- "$file" | grep -Ec '^[+-]\s*[*#]?\s*Copyright 2[0-9]{3}')" -eq 2 ]]; then
143143
# restore changes to that file
144144
git checkout -- "$file"
145145
fi

‎vendor/modules.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -875,10 +875,10 @@ k8s.io/utils/net
875875
k8s.io/utils/pointer
876876
k8s.io/utils/ptr
877877
k8s.io/utils/trace
878-
# knative.dev/hack v0.0.0-20250219013704-306ce745e077
878+
# knative.dev/hack v0.0.0-20250318155814-8f599b7a828c
879879
## explicit; go 1.21
880880
knative.dev/hack
881-
# knative.dev/pkg v0.0.0-20250312035536-b7bbf4be5dbd
881+
# knative.dev/pkg v0.0.0-20250326102644-9f3e60a9244c
882882
## explicit; go 1.23.0
883883
knative.dev/pkg/apis
884884
knative.dev/pkg/apis/duck

0 commit comments

Comments
 (0)