Skip to content

Commit f8b6a90

Browse files
authored
debt: Upgraded dependencies to their latest versions (#7)
- Upgraded to [sixafter/[email protected]](https://github.com/sixafter/nanoid/releases/tag/v1.20.1). - Upgraded all Go dependencies.
1 parent 5dc414a commit f8b6a90

13 files changed

+343
-82
lines changed

CHANGELOG/CHANGELOG-1.x.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,25 @@ Date format: `YYYY-MM-DD`
1717
### Fixed
1818
### Security
1919

20+
---
21+
## [1.4.1] - 2024-11-24
22+
23+
### Added
24+
### Changed
25+
- **DEBT:** Upgraded to [sixafter/[email protected]](https://github.com/sixafter/nanoid/releases/tag/v1.20.1).
26+
- **DEBT:** Upgraded all Go dependencies to the latest versions.
27+
28+
### Deprecated
29+
### Removed
30+
### Fixed
31+
### Security
32+
2033
---
2134
## [1.4.0] - 2024-11-16
2235

2336
### Added
2437
### Changed
25-
- **DEBT:** Upgraded to [sixafter/[email protected]](https://github.com/sixafter/nanoid/releases/tag/v1.19.0).
38+
- **DEBT:** Upgraded to [sixafter/[email protected]](https://github.com/sixafter/nanoid/releases/tag/v1.20.0).
2639

2740
### Deprecated
2841
### Removed
@@ -100,7 +113,8 @@ Date format: `YYYY-MM-DD`
100113
### Fixed
101114
### Security
102115

103-
[Unreleased]: https://github.com/sixafter/nanoid-cli/compare/v1.4.0..HEAD
116+
[Unreleased]: https://github.com/sixafter/nanoid-cli/compare/v1.4.1...HEAD
117+
[1.4.1]: https://github.com/sixafter/nanoid-cli/compare/v1.4.0...v1.4.1
104118
[1.4.0]: https://github.com/sixafter/nanoid-cli/compare/v1.3.0...v1.4.0
105119
[1.3.0]: https://github.com/sixafter/nanoid-cli/compare/v1.2.0...v1.3.0
106120
[1.2.0]: https://github.com/sixafter/nanoid-cli/compare/v1.1.0...v1.2.0

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ go 1.23
44

55
require (
66
github.com/blang/semver/v4 v4.0.0
7-
github.com/sixafter/nanoid v1.20.0
7+
github.com/sixafter/nanoid v1.20.1
88
github.com/spf13/cobra v1.8.1
9-
github.com/stretchr/testify v1.9.0
9+
github.com/stretchr/testify v1.10.0
1010
)
1111

1212
require (

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLf
88
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
99
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
1010
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
11-
github.com/sixafter/nanoid v1.20.0 h1:DlCnW61SYB00nWhQQJaqdUxatNAI1h1XenYaPPb+oos=
12-
github.com/sixafter/nanoid v1.20.0/go.mod h1:dQjvP7lwL/M43aOsHeN09O5+5/2SKzatkjvJDJBTeVE=
11+
github.com/sixafter/nanoid v1.20.1 h1:xVQSi9vKOVHHBChNmoJ3tYdvAT+Yh9glTkRZyZWajJI=
12+
github.com/sixafter/nanoid v1.20.1/go.mod h1:RVA56eFCa0Oo/DTYqbfCpDlE1Uda2ebGzPo02xbpq+U=
1313
github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM=
1414
github.com/spf13/cobra v1.8.1/go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y=
1515
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
1616
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
17-
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
18-
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
17+
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
18+
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
1919
golang.org/x/crypto v0.29.0 h1:L5SG1JTTXupVV3n6sUqMTeWbjAyfPwoda2DLX8J8FrQ=
2020
golang.org/x/crypto v0.29.0/go.mod h1:+F4F4N5hv6v38hfeYwTdx20oUvLLc+QfrE9Ax9HtgRg=
2121
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f h1:XdNn9LlyWAhLVp6P/i8QYBW+hlyhrhei9uErw2B5GJo=

vendor/github.com/sixafter/nanoid/README.md

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/stretchr/testify/assert/assertion_compare.go

+22-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/stretchr/testify/assert/assertion_format.go

+30-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/stretchr/testify/assert/assertion_forward.go

+60-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)