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
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ go.work.sum
.DS_Store

dist/
tmp/
tmp/
CLAUDE.md

16 changes: 15 additions & 1 deletion CHANGELOG/CHANGELOG-1.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,19 @@ Date format: `YYYY-MM-DD`

---

## [1.65.1] - 2026-09-14

### Added
### Changed
- **debt:** Upgraded dependencies to their latest stable versions.

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

---

## [1.65.0] - 2026-08-22

### Added
Expand Down Expand Up @@ -1269,7 +1282,8 @@ Date format: `YYYY-MM-DD`
### Fixed
### Security

[Unreleased]: https://github.com/sixafter/nanoid/compare/v1.65.0...HEAD
[Unreleased]: https://github.com/sixafter/nanoid/compare/v1.65.1...HEAD
[1.65.1]: https://github.com/sixafter/nanoid/compare/v1.65.0...v1.65.1
[1.65.0]: https://github.com/sixafter/nanoid/compare/v1.64.6...v1.65.0
[1.64.6]: https://github.com/sixafter/nanoid/compare/v1.64.5...v1.64.6
[1.64.5]: https://github.com/sixafter/nanoid/compare/v1.64.4...v1.64.5
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ Please see the [nanoid-cli](https://github.com/sixafter/nanoid-cli) for a comman
To verify the integrity of the release, follow these steps:

```sh
# Fetch the latest release tag from GitHub API (e.g., "v1.65.0")
# Fetch the latest release tag from GitHub API (e.g., "v1.65.1")
TAG=$(curl -s https://api.github.com/repos/sixafter/nanoid/releases/latest | jq -r .tag_name)

# Remove leading "v" for filenames (e.g., "v1.65.0" -> "1.65.0")
# Remove leading "v" for filenames (e.g., "v1.65.1" -> "1.65.1")
VERSION=${TAG#v}

# ---------------------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ go 1.27

require (
github.com/sixafter/aes-ctr-drbg v1.20.0
github.com/sixafter/prng-chacha v1.17.0
github.com/sixafter/prng-chacha v1.17.1
github.com/stretchr/testify v1.12.1
golang.org/x/exp v0.0.0-20260112195511-716be5621a96
)

require (
go.yaml.in/yaml/v3 v3.0.5 // indirect
golang.org/x/crypto v0.55.0 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/crypto v0.57.0 // indirect
golang.org/x/sys v0.48.0 // indirect
)
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/sixafter/aes-ctr-drbg v1.20.0 h1:O3VbI8XFoQOqsvSfo+KYTnDz1A7cAzcHaAg0lDnXvng=
github.com/sixafter/aes-ctr-drbg v1.20.0/go.mod h1:cM+89w3S8+AfWLVX+Pv0mffPmi2lkRVLIWIfTmxT4x8=
github.com/sixafter/prng-chacha v1.17.0 h1:jDmy8RUOHv1mMDX/vHlnj/V6nwIWIe3d1yzQBGeFW2o=
github.com/sixafter/prng-chacha v1.17.0/go.mod h1:FmglEI3IjFfFOCFLKHpkv1jVCw6WmZI2JPnaSJAiZ5w=
github.com/sixafter/prng-chacha v1.17.1 h1:2bvVaQ/DlZiQvwlElvSrgPVBd41Dk9DRhw+95hb9h5U=
github.com/sixafter/prng-chacha v1.17.1/go.mod h1:UseR10HecjoSEcEh2T53R/NcUCbqrOzfIFgfziB9hp0=
github.com/stretchr/testify v1.12.1 h1:EuwCh5fleGS7H32xRwO3wRGT7DxrDhLAT6FF8MpWDWE=
github.com/stretchr/testify v1.12.1/go.mod h1:MDEgiDPPsNp5cuIrHPPCyornHKgEVbtFUmoNlxoYthg=
go.yaml.in/yaml/v3 v3.0.5 h1:N6y/pJk8buWs9NY5ERU2HSMfm+IuD/OtfdAnq6kESPw=
go.yaml.in/yaml/v3 v3.0.5/go.mod h1:HVTZu1O7/Vkt2N+BFy8Zza+lnLsABggaTM2ZpNIGuKg=
golang.org/x/crypto v0.55.0 h1:+KWHjbgOaAQ66dh/YlkZKHlz9ZUlq61AFirAR9ntP8M=
golang.org/x/crypto v0.55.0/go.mod h1:uq0V9dE/fzQuJtbnL+2EhWOE63vo164FY8xqEnV9xis=
golang.org/x/crypto v0.57.0 h1:3ZVCjf8Ggz7zneR/EHRVx68Ctf+2pmIMP2UFhh9cC6M=
golang.org/x/crypto v0.57.0/go.mod h1:Fdz0i5U6CoizGwLda9DttjSk6qlZo25zYNtR+ycvuZA=
golang.org/x/exp v0.0.0-20260112195511-716be5621a96 h1:Z/6YuSHTLOHfNFdb8zVZomZr7cqNgTJvA8+Qz75D8gU=
golang.org/x/exp v0.0.0-20260112195511-716be5621a96/go.mod h1:nzimsREAkjBCIEFtHiYkrJyT+2uy9YZJB7H1k68CXZU=
golang.org/x/sys v0.47.0 h1:o7XGOvZQCADBQQ4Y7VNq2dRWQR7JmOUW8Kxx4ZsNgWs=
golang.org/x/sys v0.47.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
golang.org/x/sys v0.48.0 h1:bbX/i/6MgT9BVLM9RT1thmxL04yeTAhbEz4SyadbXoo=
golang.org/x/sys v0.48.0/go.mod h1:hNLxWAXmnKAxqDtdwIYC4bM9oQPEecfsnNMuSxOs3og=
4 changes: 2 additions & 2 deletions vendor/github.com/sixafter/prng-chacha/README.md

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

21 changes: 15 additions & 6 deletions vendor/golang.org/x/sys/cpu/cpu.go

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

11 changes: 11 additions & 0 deletions vendor/golang.org/x/sys/cpu/cpu_gc_riscv64.go

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

4 changes: 4 additions & 0 deletions vendor/golang.org/x/sys/cpu/cpu_linux_ppc64x.go

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

11 changes: 11 additions & 0 deletions vendor/golang.org/x/sys/cpu/cpu_linux_riscv64.go

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

47 changes: 47 additions & 0 deletions vendor/golang.org/x/sys/cpu/cpu_netbsd_amd64.go

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

2 changes: 1 addition & 1 deletion vendor/golang.org/x/sys/cpu/cpu_other_x86.go

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

17 changes: 17 additions & 0 deletions vendor/golang.org/x/sys/cpu/cpu_riscv64.s

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

12 changes: 12 additions & 0 deletions vendor/golang.org/x/sys/cpu/cpu_sparc64.go

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

10 changes: 5 additions & 5 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# github.com/sixafter/aes-ctr-drbg v1.20.0
## explicit; go 1.27
github.com/sixafter/aes-ctr-drbg
# github.com/sixafter/prng-chacha v1.17.0
# github.com/sixafter/prng-chacha v1.17.1
## explicit; go 1.27
github.com/sixafter/prng-chacha
# github.com/stretchr/testify v1.12.1
Expand All @@ -13,13 +13,13 @@ github.com/stretchr/testify/internal/spew
# go.yaml.in/yaml/v3 v3.0.5
## explicit; go 1.16
go.yaml.in/yaml/v3
# golang.org/x/crypto v0.55.0
## explicit; go 1.25.0
# golang.org/x/crypto v0.57.0
## explicit; go 1.26.0
golang.org/x/crypto/chacha20
golang.org/x/crypto/internal/alias
# golang.org/x/exp v0.0.0-20260112195511-716be5621a96
## explicit; go 1.24.0
golang.org/x/exp/constraints
# golang.org/x/sys v0.47.0
## explicit; go 1.25.0
# golang.org/x/sys v0.48.0
## explicit; go 1.26.0
golang.org/x/sys/cpu