Skip to content

Commit 5dc414a

Browse files
authored
debt: Upgraded to sixafter/[email protected] (#6)
1 parent ae3c61e commit 5dc414a

File tree

7 files changed

+231
-206
lines changed

7 files changed

+231
-206
lines changed

CHANGELOG/CHANGELOG-1.x.md

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

20+
---
21+
## [1.4.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.3.0] - 2024-11-16
2234

@@ -88,7 +100,8 @@ Date format: `YYYY-MM-DD`
88100
### Fixed
89101
### Security
90102

91-
[Unreleased]: https://github.com/sixafter/nanoid-cli/compare/v1.3.0..HEAD
103+
[Unreleased]: https://github.com/sixafter/nanoid-cli/compare/v1.4.0..HEAD
104+
[1.4.0]: https://github.com/sixafter/nanoid-cli/compare/v1.3.0...v1.4.0
92105
[1.3.0]: https://github.com/sixafter/nanoid-cli/compare/v1.2.0...v1.3.0
93106
[1.2.0]: https://github.com/sixafter/nanoid-cli/compare/v1.1.0...v1.2.0
94107
[1.1.0]: https://github.com/sixafter/nanoid-cli/compare/v1.0.1...v1.1.0

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.19.0
7+
github.com/sixafter/nanoid v1.20.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.19.0 h1:xWBzsSJjEl69fNmbNLiNbkkH4mmrCX4zeOZ5Xiyq4q8=
12-
github.com/sixafter/nanoid v1.19.0/go.mod h1:dQjvP7lwL/M43aOsHeN09O5+5/2SKzatkjvJDJBTeVE=
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=
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

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

vendor/github.com/sixafter/nanoid/nanoid.go

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

vendor/github.com/sixafter/nanoid/x/crypto/prng/prng.go

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

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ github.com/inconshreveable/mousetrap
1010
# github.com/pmezard/go-difflib v1.0.0
1111
## explicit
1212
github.com/pmezard/go-difflib/difflib
13-
# github.com/sixafter/nanoid v1.19.0
13+
# github.com/sixafter/nanoid v1.20.0
1414
## explicit; go 1.23
1515
github.com/sixafter/nanoid
1616
github.com/sixafter/nanoid/x/crypto/prng

0 commit comments

Comments
 (0)