Skip to content

Commit 138a51c

Browse files
committed
chore(deps): go mod tidy and regenrate THIRD_PARTY.md
1 parent 03ef400 commit 138a51c

File tree

2 files changed

+30
-29
lines changed

2 files changed

+30
-29
lines changed

THIRD_PARTY.md

Lines changed: 30 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -198,23 +198,31 @@ SOFTWARE.
198198
## github.com/caarlos0/go-version
199199

200200
* Name: github.com/caarlos0/go-version
201-
* Version: v0.2.1
202-
* License: [Apache-2.0](https://github.com/caarlos0/go-version/blob/v0.2.1/LICENSE.md)
201+
* Version: v0.2.2
202+
* License: [MIT](https://github.com/caarlos0/go-version/blob/v0.2.2/LICENSE.md)
203203

204204
```md
205-
Copyright 2022 The Kubernetes Authors.
205+
The MIT License (MIT)
206206

207-
Licensed under the Apache License, Version 2.0 (the "License");
208-
you may not use this file except in compliance with the License.
209-
You may obtain a copy of the License at
207+
Copyright (c) 2025 Carlos Alexandro Becker
210208

211-
http://www.apache.org/licenses/LICENSE-2.0
209+
Permission is hereby granted, free of charge, to any person obtaining a copy
210+
of this software and associated documentation files (the "Software"), to deal
211+
in the Software without restriction, including without limitation the rights
212+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
213+
copies of the Software, and to permit persons to whom the Software is
214+
furnished to do so, subject to the following conditions:
212215

213-
Unless required by applicable law or agreed to in writing, software
214-
distributed under the License is distributed on an "AS IS" BASIS,
215-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
216-
See the License for the specific language governing permissions and
217-
limitations under the License.
216+
The above copyright notice and this permission notice shall be included in all
217+
copies or substantial portions of the Software.
218+
219+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
220+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
221+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
222+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
223+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
224+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
225+
SOFTWARE.
218226

219227
```
220228

@@ -1032,8 +1040,8 @@ SOFTWARE.
10321040
## github.com/muesli/mango-cobra
10331041

10341042
* Name: github.com/muesli/mango-cobra
1035-
* Version: v1.2.0
1036-
* License: [MIT](https://github.com/muesli/mango-cobra/blob/v1.2.0/LICENSE)
1043+
* Version: v1.3.0
1044+
* License: [MIT](https://github.com/muesli/mango-cobra/blob/v1.3.0/LICENSE)
10371045

10381046
```md
10391047
MIT License
@@ -1220,8 +1228,8 @@ SOFTWARE.
12201228
## github.com/spf13/cobra
12211229

12221230
* Name: github.com/spf13/cobra
1223-
* Version: v1.9.1
1224-
* License: [Apache-2.0](https://github.com/spf13/cobra/blob/v1.9.1/LICENSE.txt)
1231+
* Version: v1.10.1
1232+
* License: [Apache-2.0](https://github.com/spf13/cobra/blob/v1.10.1/LICENSE.txt)
12251233

12261234
```md
12271235
Apache License
@@ -1404,8 +1412,8 @@ SOFTWARE.
14041412
## github.com/spf13/pflag
14051413

14061414
* Name: github.com/spf13/pflag
1407-
* Version: v1.0.7
1408-
* License: [BSD-3-Clause](https://github.com/spf13/pflag/blob/v1.0.7/LICENSE)
1415+
* Version: v1.0.9
1416+
* License: [BSD-3-Clause](https://github.com/spf13/pflag/blob/v1.0.9/LICENSE)
14091417

14101418
```md
14111419
Copyright (c) 2012 Alex Ogier. All rights reserved.
@@ -1510,8 +1518,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15101518
## golang.org/x/sys
15111519

15121520
* Name: golang.org/x/sys
1513-
* Version: v0.35.0
1514-
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/sys/+/v0.35.0:LICENSE)
1521+
* Version: v0.36.0
1522+
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/sys/+/v0.36.0:LICENSE)
15151523

15161524
```md
15171525
Copyright 2009 The Go Authors.
@@ -1547,8 +1555,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15471555
## golang.org/x/term
15481556

15491557
* Name: golang.org/x/term
1550-
* Version: v0.34.0
1551-
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/term/+/v0.34.0:LICENSE)
1558+
* Version: v0.35.0
1559+
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/term/+/v0.35.0:LICENSE)
15521560

15531561
```md
15541562
Copyright 2009 The Go Authors.

go.sum

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ github.com/muesli/cancelreader v0.2.2 h1:3I4Kt4BQjOR54NavqnDogx/MIoWBFa0StPA8ELU
6969
github.com/muesli/cancelreader v0.2.2/go.mod h1:3XuTXfFS2VjM+HTLZY9Ak0l6eUKfijIfMUZ4EgX0QYo=
7070
github.com/muesli/mango v0.2.0 h1:iNNc0c5VLQ6fsMgAqGQofByNUBH2Q2nEbD6TaI+5yyQ=
7171
github.com/muesli/mango v0.2.0/go.mod h1:5XFpbC8jY5UUv89YQciiXNlbi+iJgt29VDC5xbzrLL4=
72-
github.com/muesli/mango-cobra v1.2.0 h1:DQvjzAM0PMZr85Iv9LIMaYISpTOliMEg+uMFtNbYvWg=
73-
github.com/muesli/mango-cobra v1.2.0/go.mod h1:vMJL54QytZAJhCT13LPVDfkvCUJ5/4jNUKF/8NC2UjA=
7472
github.com/muesli/mango-cobra v1.3.0 h1:vQy5GvPg3ndOSpduxutqFoINhWk3vD5K2dXo5E8pqec=
7573
github.com/muesli/mango-cobra v1.3.0/go.mod h1:Cj1ZrBu3806Qw7UjxnAUgE+7tllUBj1NCLQDwwGx19E=
7674
github.com/muesli/mango-pflag v0.1.0 h1:UADqbYgpUyRoBja3g6LUL+3LErjpsOwaC9ywvBWe7Sg=
@@ -87,13 +85,8 @@ github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJ
8785
github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=
8886
github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
8987
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
90-
github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=
91-
github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0=
9288
github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s=
9389
github.com/spf13/cobra v1.10.1/go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0=
94-
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
95-
github.com/spf13/pflag v1.0.7 h1:vN6T9TfwStFPFM5XzjsvmzZkLuaLX+HS+0SeFLRgU6M=
96-
github.com/spf13/pflag v1.0.7/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
9790
github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY=
9891
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
9992
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

0 commit comments

Comments
 (0)