Skip to content

Commit d3c2ff9

Browse files
committed
chore(deps): upgrade all
1 parent f332ccd commit d3c2ff9

File tree

3 files changed

+78
-86
lines changed

3 files changed

+78
-86
lines changed

THIRD_PARTY.md

Lines changed: 44 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ IN THE SOFTWARE.
7474
## github.com/ProtonMail/gopenpgp/v2
7575

7676
* Name: github.com/ProtonMail/gopenpgp/v2
77-
* Version: v2.7.5
78-
* License: [MIT](https://github.com/ProtonMail/gopenpgp/blob/v2.7.5/LICENSE)
77+
* Version: v2.9.0
78+
* License: [MIT](https://github.com/ProtonMail/gopenpgp/blob/v2.9.0/LICENSE)
7979

8080
```md
8181
(The MIT License)
@@ -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

@@ -308,8 +316,8 @@ SOFTWARE.
308316
## github.com/charmbracelet/colorprofile
309317

310318
* Name: github.com/charmbracelet/colorprofile
311-
* Version: v0.3.1
312-
* License: [MIT](https://github.com/charmbracelet/colorprofile/blob/v0.3.1/LICENSE)
319+
* Version: v0.3.2
320+
* License: [MIT](https://github.com/charmbracelet/colorprofile/blob/v0.3.2/LICENSE)
313321

314322
```md
315323
MIT License
@@ -624,8 +632,8 @@ SOFTWARE.
624632
## github.com/lucasb-eyer/go-colorful
625633

626634
* Name: github.com/lucasb-eyer/go-colorful
627-
* Version: v1.2.0
628-
* License: [MIT](https://github.com/lucasb-eyer/go-colorful/blob/v1.2.0/LICENSE)
635+
* Version: v1.3.0
636+
* License: [MIT](https://github.com/lucasb-eyer/go-colorful/blob/v1.3.0/LICENSE)
629637

630638
```md
631639
Copyright (c) 2013 Lucas Beyer
@@ -939,8 +947,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
939947
## github.com/mattn/go-runewidth
940948

941949
* Name: github.com/mattn/go-runewidth
942-
* Version: v0.0.16
943-
* License: [MIT](https://github.com/mattn/go-runewidth/blob/v0.0.16/LICENSE)
950+
* Version: v0.0.17
951+
* License: [MIT](https://github.com/mattn/go-runewidth/blob/v0.0.17/LICENSE)
944952

945953
```md
946954
The MIT License (MIT)
@@ -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
@@ -1063,8 +1071,8 @@ SOFTWARE.
10631071
## github.com/muesli/mango-pflag
10641072

10651073
* Name: github.com/muesli/mango-pflag
1066-
* Version: v0.1.0
1067-
* License: [MIT](https://github.com/muesli/mango-pflag/blob/v0.1.0/LICENSE)
1074+
* Version: v0.2.0
1075+
* License: [MIT](https://github.com/muesli/mango-pflag/blob/v0.2.0/LICENSE)
10681076

10691077
```md
10701078
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.10
1416+
* License: [BSD-3-Clause](https://github.com/spf13/pflag/blob/v1.0.10/LICENSE)
14091417

14101418
```md
14111419
Copyright (c) 2012 Alex Ogier. All rights reserved.
@@ -1473,8 +1481,8 @@ SOFTWARE.
14731481
## golang.org/x/crypto
14741482

14751483
* Name: golang.org/x/crypto
1476-
* Version: v0.41.0
1477-
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/crypto/+/v0.41.0:LICENSE)
1484+
* Version: v0.42.0
1485+
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/crypto/+/v0.42.0:LICENSE)
14781486

14791487
```md
14801488
Copyright 2009 The Go Authors.
@@ -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.
@@ -1584,8 +1592,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15841592
## golang.org/x/text
15851593

15861594
* Name: golang.org/x/text
1587-
* Version: v0.28.0
1588-
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/text/+/v0.28.0:LICENSE)
1595+
* Version: v0.29.0
1596+
* License: [BSD-3-Clause](https://cs.opensource.google/go/x/text/+/v0.29.0:LICENSE)
15891597

15901598
```md
15911599
Copyright 2009 The Go Authors.

go.mod

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@ require (
1212
github.com/jung-kurt/gofpdf/v2 v2.17.3
1313
github.com/makiuchi-d/gozxing v0.1.1
1414
github.com/manifoldco/promptui v0.9.0
15-
github.com/muesli/mango-cobra v1.2.0
15+
github.com/muesli/mango-cobra v1.3.0
1616
github.com/muesli/roff v0.1.0
1717
github.com/muesli/termenv v0.16.0
18-
github.com/spf13/cobra v1.9.1
18+
github.com/spf13/cobra v1.10.1
1919
github.com/stretchr/testify v1.11.1
20-
github.com/tmuniversal/papercrypt v1.3.0
20+
github.com/tmuniversal/papercrypt v1.4.0
2121
golang.org/x/term v0.35.0
2222
)
2323

2424
require (
2525
github.com/ProtonMail/go-crypto v1.3.0 // indirect
2626
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f // indirect
27-
github.com/ProtonMail/gopenpgp/v2 v2.7.5 // indirect
27+
github.com/ProtonMail/gopenpgp/v2 v2.9.0 // indirect
2828
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
29-
github.com/charmbracelet/colorprofile v0.3.1 // indirect
29+
github.com/charmbracelet/colorprofile v0.3.2 // indirect
3030
github.com/charmbracelet/lipgloss/v2 v2.0.0-beta1 // indirect
3131
github.com/charmbracelet/x/ansi v0.10.1 // indirect
3232
github.com/charmbracelet/x/cellbuf v0.0.13 // indirect
@@ -36,20 +36,20 @@ require (
3636
github.com/davecgh/go-spew v1.1.1 // indirect
3737
github.com/inconshreveable/mousetrap v1.1.0 // indirect
3838
github.com/kr/text v0.2.0 // indirect
39-
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
39+
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
4040
github.com/mattn/go-isatty v0.0.20 // indirect
41-
github.com/mattn/go-runewidth v0.0.16 // indirect
41+
github.com/mattn/go-runewidth v0.0.17 // indirect
4242
github.com/muesli/cancelreader v0.2.2 // indirect
4343
github.com/muesli/mango v0.2.0 // indirect
44-
github.com/muesli/mango-pflag v0.1.0 // indirect
44+
github.com/muesli/mango-pflag v0.2.0 // indirect
4545
github.com/pkg/errors v0.9.1 // indirect
4646
github.com/pmezard/go-difflib v1.0.0 // indirect
4747
github.com/rivo/uniseg v0.4.7 // indirect
48-
github.com/spf13/pflag v1.0.7 // indirect
48+
github.com/spf13/pflag v1.0.10 // indirect
4949
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
50-
golang.org/x/crypto v0.41.0 // indirect
50+
golang.org/x/crypto v0.42.0 // indirect
5151
golang.org/x/sys v0.36.0 // indirect
52-
golang.org/x/text v0.28.0 // indirect
52+
golang.org/x/text v0.29.0 // indirect
5353
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
5454
gopkg.in/yaml.v3 v3.0.1 // indirect
5555
)

0 commit comments

Comments
 (0)