Skip to content
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
15 changes: 14 additions & 1 deletion CHANGELOG/CHANGELOG-1.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,21 @@ Date format: `YYYY-MM-DD`
---
## [Unreleased]

### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security

---

## [1.44.0] - 2025-12-29

### Added
### Changed
- **debt:** Upgraded dependencies to their latest stable versions.
- **debt:** Upgraded to [sixafter/nanoid@v1.59.0](https://github.com/sixafter/nanoid/releases/tag/v1.59.0).

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

[Unreleased]: https://github.com/sixafter/nanoid-cli/compare/v1.43.0...HEAD
[Unreleased]: https://github.com/sixafter/nanoid-cli/compare/v1.44.0...HEAD
[1.44.0]: https://github.com/sixafter/nanoid-cli/compare/v1.43.0...v1.44.0
[1.43.0]: https://github.com/sixafter/nanoid-cli/compare/v1.42.0...v1.43.0
[1.42.0]: https://github.com/sixafter/nanoid-cli/compare/v1.41.0...v1.42.0
[1.41.0]: https://github.com/sixafter/nanoid-cli/compare/v1.40.0...v1.41.0
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GO_WORK_FILE := ./go.work
export BINARY_NAME=out/nanoid

.PHONY: all
all: deps vendor update vendor tidy clean test
all: deps update tidy vendor clean test

.PHONY: build
build: ## Build the binary executable.
Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ go 1.25

require (
github.com/dustin/go-humanize v1.0.1
github.com/sixafter/nanoid v1.58.0
github.com/sixafter/semver v1.11.0
github.com/sixafter/nanoid v1.59.0
github.com/sixafter/semver v1.12.0
github.com/spf13/cobra v1.10.2
github.com/stretchr/testify v1.11.1
)
Expand All @@ -19,8 +19,8 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sixafter/aes-ctr-drbg v1.14.5 // indirect
github.com/sixafter/prng-chacha v1.11.0 // indirect
github.com/sixafter/aes-ctr-drbg v1.15.0 // indirect
github.com/sixafter/prng-chacha v1.12.0 // indirect
github.com/spf13/pflag v1.0.10 // indirect
golang.org/x/crypto v0.46.0 // indirect
golang.org/x/sys v0.39.0 // indirect
Expand Down
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ 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/aes-ctr-drbg v1.14.5 h1:PBvRbBxcI1Smz1jY644ILaZZI9W4WDAyLIqWViL3YXc=
github.com/sixafter/aes-ctr-drbg v1.14.5/go.mod h1:k0MnzFOGf7ks7ixN/N72wQAT/7u+lIknQWa7H9Iqew4=
github.com/sixafter/nanoid v1.58.0 h1:khudExKaJyTxLrE1IMgF2pZW4fftWFYSOGolWTpz1NM=
github.com/sixafter/nanoid v1.58.0/go.mod h1:95ihBEwjnpwNUuUSI5+3aF2f0jmNi1KHcpA6IivEwgM=
github.com/sixafter/prng-chacha v1.11.0 h1:G6StPb5m/qySbq+wV4ICygAQVPT4PuUT6ugEWVsOB9Q=
github.com/sixafter/prng-chacha v1.11.0/go.mod h1:o0pZhHQUWC8eTFFJUBH4gp9a9fwRGrxyCf+vzMMVzmk=
github.com/sixafter/semver v1.11.0 h1:Cbh38wwtFq/MuQWzYQr3WnsLSiFvity14gOdlQYnGwc=
github.com/sixafter/semver v1.11.0/go.mod h1:kIkw1gO0r6JtGoOam9xesWKqOFUH8kfTViLVbiC4WmA=
github.com/sixafter/aes-ctr-drbg v1.15.0 h1:xsB6UkaMY1xyk1E+c6TjyYfJMQRuQLjpQggrxjtr2zI=
github.com/sixafter/aes-ctr-drbg v1.15.0/go.mod h1:k0MnzFOGf7ks7ixN/N72wQAT/7u+lIknQWa7H9Iqew4=
github.com/sixafter/nanoid v1.59.0 h1:DywNPAnRYkHF2K0vOniFsbdtUCUb5J+TSW+1L0E4pMc=
github.com/sixafter/nanoid v1.59.0/go.mod h1:dVZXxHMZ74z+0nCCIrvgJqwaUhQLuiKj5kevHmz1EAY=
github.com/sixafter/prng-chacha v1.12.0 h1:6b2kqh7/qfNsHkT2u6ni8Tr2PO26azvQwQsk1M4JgtY=
github.com/sixafter/prng-chacha v1.12.0/go.mod h1:o0pZhHQUWC8eTFFJUBH4gp9a9fwRGrxyCf+vzMMVzmk=
github.com/sixafter/semver v1.12.0 h1:OAC3ux2sExqKOJSPnxpeBTyprEfAKHna0OBh6SdhXRQ=
github.com/sixafter/semver v1.12.0/go.mod h1:kIkw1gO0r6JtGoOam9xesWKqOFUH8kfTViLVbiC4WmA=
github.com/spf13/cobra v1.10.2 h1:DMTTonx5m65Ic0GOoRY2c16WCbHxOOw6xxezuLaBpcU=
github.com/spf13/cobra v1.10.2/go.mod h1:7C1pvHqHw5A4vrJfjNwvOdzYu0Gml16OCs2GRiTUUS4=
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/sixafter/aes-ctr-drbg/Makefile

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

428 changes: 210 additions & 218 deletions vendor/github.com/sixafter/aes-ctr-drbg/README.md

Large diffs are not rendered by default.

47 changes: 44 additions & 3 deletions vendor/github.com/sixafter/aes-ctr-drbg/aes_ctr_drbg.go

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

56 changes: 51 additions & 5 deletions vendor/github.com/sixafter/aes-ctr-drbg/config.go

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

78 changes: 78 additions & 0 deletions vendor/github.com/sixafter/aes-ctr-drbg/selftest.go

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

Loading