Skip to content

Commit ae3c61e

Browse files
authored
debt: Upgraded to [sixafter/nanoid v1.19.0](https://github.com/sixafter/nanoid/releases/tag/v1.19.0). (#5)
1 parent 16838ee commit ae3c61e

File tree

10 files changed

+917
-646
lines changed

10 files changed

+917
-646
lines changed

CHANGELOG/CHANGELOG-1.x.md

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

20+
---
21+
## [1.3.0] - 2024-11-16
22+
23+
### Added
24+
### Changed
25+
- **DEBT:** Upgraded to [sixafter/[email protected]](https://github.com/sixafter/nanoid/releases/tag/v1.19.0).
26+
27+
### Deprecated
28+
### Removed
29+
### Fixed
30+
### Security
31+
2032
---
2133
## [1.2.0] - 2024-11-15
2234

2335
### Added
2436
### Changed
2537
- **DEBT:** Added missing license header to the CodeQL analysis configuration file.
2638
- **DEBT:** Refactored CHANGELOG date format to `YYYY-MM-DD`.
27-
- **DEBT:** Upgraded to [sixafter/nanoid@v1.17.3](https://github.com/sixafter/nanoid/releases/tag/v1.18.1).
39+
- **DEBT:** Upgraded to [sixafter/nanoid@v1.18.1](https://github.com/sixafter/nanoid/releases/tag/v1.18.1).
2840

2941
### Deprecated
3042
### Removed
@@ -76,7 +88,8 @@ Date format: `YYYY-MM-DD`
7688
### Fixed
7789
### Security
7890

79-
[Unreleased]: https://github.com/sixafter/nanoid-cli/compare/v1.2.0..HEAD
91+
[Unreleased]: https://github.com/sixafter/nanoid-cli/compare/v1.3.0..HEAD
92+
[1.3.0]: https://github.com/sixafter/nanoid-cli/compare/v1.2.0...v1.3.0
8093
[1.2.0]: https://github.com/sixafter/nanoid-cli/compare/v1.1.0...v1.2.0
8194
[1.1.0]: https://github.com/sixafter/nanoid-cli/compare/v1.0.1...v1.1.0
8295
[1.0.1]: https://github.com/sixafter/nanoid-cli/compare/v1.0.0...v1.0.1

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.23
44

55
require (
66
github.com/blang/semver/v4 v4.0.0
7-
github.com/sixafter/nanoid v1.18.1
7+
github.com/sixafter/nanoid v1.19.0
88
github.com/spf13/cobra v1.8.1
99
github.com/stretchr/testify v1.9.0
1010
)

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ 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.18.1 h1:qIO2B3JMdbgedLW1+IbTABAr4i7h3HY/YnyuvENQgq0=
12-
github.com/sixafter/nanoid v1.18.1/go.mod h1:dQjvP7lwL/M43aOsHeN09O5+5/2SKzatkjvJDJBTeVE=
11+
github.com/sixafter/nanoid v1.19.0 h1:xWBzsSJjEl69fNmbNLiNbkkH4mmrCX4zeOZ5Xiyq4q8=
12+
github.com/sixafter/nanoid v1.19.0/go.mod h1:dQjvP7lwL/M43aOsHeN09O5+5/2SKzatkjvJDJBTeVE=
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=

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

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

0 commit comments

Comments
 (0)