Skip to content

Commit e7abcd0

Browse files
Update VENDOR-LICENSE and operator mod for verify-license check
1 parent d3b0f58 commit e7abcd0

3 files changed

Lines changed: 10 additions & 42 deletions

File tree

operator/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module kf-operator
22

3-
go 1.25
3+
go 1.25.0
44

55
require (
66
cloud.google.com/go/compute v1.5.0

operator/go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1979,8 +1979,6 @@ knative.dev/caching v0.0.0-20211206133228-c29dc56d8f03/go.mod h1:xki+LBTL1riXSoU
19791979
knative.dev/eventing v0.27.1-0.20211210065528-5601111ebbc4/go.mod h1:zxoB37kQxEkfCvKA7wZuHOPYInz6SFJzrhmG9IAd/iY=
19801980
knative.dev/hack v0.0.0-20211122162614-813559cefdda/go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI=
19811981
knative.dev/hack v0.0.0-20211203062838-e11ac125e707/go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI=
1982-
knative.dev/hack v0.0.0-20220524153203-12d3e2a7addc h1:gqxyFRgwJDioT4DmRYezz6z2j/wvFZVUbl6c9KeMj6I=
1983-
knative.dev/hack v0.0.0-20220524153203-12d3e2a7addc/go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI=
19841982
knative.dev/hack/schema v0.0.0-20211203062838-e11ac125e707/go.mod h1:ffjwmdcrH5vN3mPhO8RrF2KfNnbHeCE2C60A+2cv3U0=
19851983
knative.dev/networking v0.0.0-20211203062838-d65e1ba909fe/go.mod h1:ZvA2FO5wExIGXTpH+egSwEK/SIaQVm6i7ErvFWsJMaU=
19861984
knative.dev/operator v0.27.1-0.20211210172029-2f2c8b8fc83f h1:Aru3C4xP0/EeQTG7MFgTxcFZ9hFqaM35zLd6P++SvpA=

third_party/VENDOR-LICENSE

Lines changed: 9 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ Module: github.com/aws/smithy-go
182182

183183
===========================================================
184184
Module: k8s.io/gengo
185+
Module: k8s.io/gengo
185186

186187

187188

@@ -664,6 +665,7 @@ Module: k8s.io/client-go (imported as k8s.io/client-go)
664665
Module: k8s.io/client-go (imported as k8s.io/client-go)
665666
Module: k8s.io/client-go
666667
Module: k8s.io/code-generator
668+
Module: k8s.io/code-generator
667669
Module: k8s.io/component-base (imported as k8s.io/component-base)
668670
Module: k8s.io/component-base (imported as k8s.io/component-base)
669671
Module: k8s.io/kube-aggregator
@@ -5068,13 +5070,7 @@ THE SOFTWARE.
50685070

50695071
===========================================================
50705072
Module: github.com/liggitt/tabwriter
5071-
Module: golang.org/x/mod
5072-
Module: golang.org/x/net
50735073
Module: golang.org/x/oauth2
5074-
Module: golang.org/x/sync
5075-
Module: golang.org/x/sys
5076-
Module: golang.org/x/term
5077-
Module: golang.org/x/text
50785074
Module: golang.org/x/time
50795075

50805076

@@ -6408,39 +6404,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
64086404
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
64096405

64106406

6411-
===========================================================
6412-
Module: golang.org/x/xerrors
6413-
6414-
6415-
Copyright (c) 2019 The Go Authors. All rights reserved.
6416-
6417-
Redistribution and use in source and binary forms, with or without
6418-
modification, are permitted provided that the following conditions are
6419-
met:
6420-
6421-
* Redistributions of source code must retain the above copyright
6422-
notice, this list of conditions and the following disclaimer.
6423-
* Redistributions in binary form must reproduce the above
6424-
copyright notice, this list of conditions and the following disclaimer
6425-
in the documentation and/or other materials provided with the
6426-
distribution.
6427-
* Neither the name of Google Inc. nor the names of its
6428-
contributors may be used to endorse or promote products derived from
6429-
this software without specific prior written permission.
6430-
6431-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
6432-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
6433-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
6434-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
6435-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
6436-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
6437-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
6438-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
6439-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
6440-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
6441-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6442-
6443-
64446407
===========================================================
64456408
Module: github.com/mattn/go-isatty
64466409

@@ -6459,14 +6422,21 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
64596422
===========================================================
64606423
Module: golang.org/x/crypto
64616424
Module: golang.org/x/mod
6425+
Module: golang.org/x/mod
6426+
Module: golang.org/x/net
64626427
Module: golang.org/x/net
64636428
Module: golang.org/x/oauth2
64646429
Module: golang.org/x/sync
6430+
Module: golang.org/x/sync
6431+
Module: golang.org/x/sys
64656432
Module: golang.org/x/sys
64666433
Module: golang.org/x/term
6434+
Module: golang.org/x/term
6435+
Module: golang.org/x/text
64676436
Module: golang.org/x/text
64686437
Module: golang.org/x/time
64696438
Module: golang.org/x/tools
6439+
Module: golang.org/x/tools
64706440

64716441

64726442
Copyright 2009 The Go Authors.

0 commit comments

Comments
 (0)