Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debt: Upgraded to sixafter/nanoid v1.19.0 #5

Merged
merged 1 commit into from
Nov 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions CHANGELOG/CHANGELOG-1.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,26 @@ Date format: `YYYY-MM-DD`
### Fixed
### Security

---
## [1.3.0] - 2024-11-16

### Added
### Changed
- **DEBT:** Upgraded to [sixafter/[email protected]](https://github.com/sixafter/nanoid/releases/tag/v1.19.0).

### Deprecated
### Removed
### Fixed
### Security

---
## [1.2.0] - 2024-11-15

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

### Deprecated
### Removed
Expand Down Expand Up @@ -76,7 +88,8 @@ Date format: `YYYY-MM-DD`
### Fixed
### Security

[Unreleased]: https://github.com/sixafter/nanoid-cli/compare/v1.2.0..HEAD
[Unreleased]: https://github.com/sixafter/nanoid-cli/compare/v1.3.0..HEAD
[1.3.0]: https://github.com/sixafter/nanoid-cli/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/sixafter/nanoid-cli/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/sixafter/nanoid-cli/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/sixafter/nanoid-cli/compare/v1.0.0...v1.0.1
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.23

require (
github.com/blang/semver/v4 v4.0.0
github.com/sixafter/nanoid v1.18.1
github.com/sixafter/nanoid v1.19.0
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLf
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/sixafter/nanoid v1.18.1 h1:qIO2B3JMdbgedLW1+IbTABAr4i7h3HY/YnyuvENQgq0=
github.com/sixafter/nanoid v1.18.1/go.mod h1:dQjvP7lwL/M43aOsHeN09O5+5/2SKzatkjvJDJBTeVE=
github.com/sixafter/nanoid v1.19.0 h1:xWBzsSJjEl69fNmbNLiNbkkH4mmrCX4zeOZ5Xiyq4q8=
github.com/sixafter/nanoid v1.19.0/go.mod h1:dQjvP7lwL/M43aOsHeN09O5+5/2SKzatkjvJDJBTeVE=
github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM=
github.com/spf13/cobra v1.8.1/go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y=
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
Expand Down
1 change: 1 addition & 0 deletions vendor/github.com/sixafter/nanoid/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading