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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

# Ref: https://github.com/SonarSource/sonarqube-scan-action
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v7
uses: SonarSource/sonarqube-scan-action@v8
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_USER: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

# Ref: https://github.com/sigstore/cosign-installer
- name: Install Cosign
uses: sigstore/cosign-installer@v4.1.1
uses: sigstore/cosign-installer@v4.1.2

# Ref: https://github.com/anchore/sbom-action
- name: Generate SBOM via Syft
Expand Down
18 changes: 17 additions & 1 deletion CHANGELOG/CHANGELOG-1.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,21 @@ Date format: `YYYY-MM-DD`
### Fixed
### Security

---

## [1.47.2] - 2026-05-08

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

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


---

## [1.47.1] - 2026-04-08
Expand Down Expand Up @@ -784,7 +799,8 @@ Date format: `YYYY-MM-DD`
### Fixed
### Security

[Unreleased]: https://github.com/sixafter/nanoid-cli/compare/v1.47.1...HEAD
[Unreleased]: https://github.com/sixafter/nanoid-cli/compare/v1.47.2...HEAD
[1.47.2]: https://github.com/sixafter/nanoid-cli/compare/v1.47.1...v1.47.2
[1.47.1]: https://github.com/sixafter/nanoid-cli/compare/v1.47.0...v1.47.1
[1.47.0]: https://github.com/sixafter/nanoid-cli/compare/v1.46.0...v1.47.0
[1.46.0]: https://github.com/sixafter/nanoid-cli/compare/v1.45.0...v1.46.0
Expand Down
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ go 1.26

require (
github.com/dustin/go-humanize v1.0.1
github.com/sixafter/nanoid v1.64.1
github.com/sixafter/nanoid v1.64.2
github.com/sixafter/semver v1.12.0
github.com/spf13/cobra v1.10.2
github.com/stretchr/testify v1.11.1
Expand All @@ -19,10 +19,10 @@ 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.19.0 // indirect
github.com/sixafter/prng-chacha v1.16.1 // indirect
github.com/sixafter/aes-ctr-drbg v1.19.1 // indirect
github.com/sixafter/prng-chacha v1.16.2 // indirect
github.com/spf13/pflag v1.0.10 // indirect
golang.org/x/crypto v0.49.0 // indirect
golang.org/x/sys v0.43.0 // indirect
golang.org/x/crypto v0.50.0 // indirect
golang.org/x/sys v0.44.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
20 changes: 10 additions & 10 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ 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.19.0 h1:F8hy3L1xcGKWxJZwe/C7xBC8JOqYXwlubrpJpQJ3jWg=
github.com/sixafter/aes-ctr-drbg v1.19.0/go.mod h1:iOBiPPkiy5Z5cEWm2yCoqEtnkfafxNTokJLL0zOPZeQ=
github.com/sixafter/nanoid v1.64.1 h1:bGebqkPC8jU4zoWzHo3UYFafTn967v5alTNsiwJ4Ikk=
github.com/sixafter/nanoid v1.64.1/go.mod h1:fyQMlhFN2YOwRMoDRNeHIZ0Dd+NxrxCkU8s2C72wedk=
github.com/sixafter/prng-chacha v1.16.1 h1:RI+xcPvunrHw5dBbj/hGDCsyUYyMgcBgKHxAcR0dIhI=
github.com/sixafter/prng-chacha v1.16.1/go.mod h1:mdr4XaoAPm+PnEVbjOBmVhM+1ZS3RdopGCjZyO7OHyQ=
github.com/sixafter/aes-ctr-drbg v1.19.1 h1:R0PVPYeCVe+d3I6ZcSs7m922MkIhu5xC5DCoAUdy2pk=
github.com/sixafter/aes-ctr-drbg v1.19.1/go.mod h1:iOBiPPkiy5Z5cEWm2yCoqEtnkfafxNTokJLL0zOPZeQ=
github.com/sixafter/nanoid v1.64.2 h1:87bk5Swb6KzkuCaeeTm8ovF6BL3a6QlvT40vPrt7MXs=
github.com/sixafter/nanoid v1.64.2/go.mod h1:2AQXhpdyZpogefqjPDaYPVDPQPWG5li23MY94gEW/gU=
github.com/sixafter/prng-chacha v1.16.2 h1:7d9YCuu6fYKKG58Nc433hSptaQ5o6SznReiB4HGNevI=
github.com/sixafter/prng-chacha v1.16.2/go.mod h1:eYa+/zivN1hPVOYkgkmcjbGfYKMXITpQ6+JA6+0uk9s=
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=
Expand All @@ -26,12 +26,12 @@ github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3A
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=
golang.org/x/crypto v0.49.0 h1:+Ng2ULVvLHnJ/ZFEq4KdcDd/cfjrrjjNSXNzxg0Y4U4=
golang.org/x/crypto v0.49.0/go.mod h1:ErX4dUh2UM+CFYiXZRTcMpEcN8b/1gxEuv3nODoYtCA=
golang.org/x/crypto v0.50.0 h1:zO47/JPrL6vsNkINmLoo/PH1gcxpls50DNogFvB5ZGI=
golang.org/x/crypto v0.50.0/go.mod h1:3muZ7vA7PBCE6xgPX7nkzzjiUq87kRItoJQM1Yo8S+Q=
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.43.0 h1:Rlag2XtaFTxp19wS8MXlJwTvoh8ArU6ezoyFsMyCTNI=
golang.org/x/sys v0.43.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
golang.org/x/sys v0.44.0 h1:ildZl3J4uzeKP07r2F++Op7E9B29JRUy+a27EibtBTQ=
golang.org/x/sys v0.44.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
Expand Down
4 changes: 2 additions & 2 deletions vendor/github.com/sixafter/aes-ctr-drbg/README.md

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

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.

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

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

26 changes: 26 additions & 0 deletions vendor/golang.org/x/sys/cpu/cpu_windows.go

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

38 changes: 38 additions & 0 deletions vendor/golang.org/x/sys/cpu/cpu_windows_arm64.go

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

48 changes: 48 additions & 0 deletions vendor/golang.org/x/sys/cpu/zcpu_windows.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
Expand Up @@ -10,13 +10,13 @@ github.com/inconshreveable/mousetrap
# github.com/pmezard/go-difflib v1.0.0
## explicit
github.com/pmezard/go-difflib/difflib
# github.com/sixafter/aes-ctr-drbg v1.19.0
# github.com/sixafter/aes-ctr-drbg v1.19.1
## explicit; go 1.26
github.com/sixafter/aes-ctr-drbg
# github.com/sixafter/nanoid v1.64.1
# github.com/sixafter/nanoid v1.64.2
## explicit; go 1.26
github.com/sixafter/nanoid
# github.com/sixafter/prng-chacha v1.16.1
# github.com/sixafter/prng-chacha v1.16.2
## explicit; go 1.26
github.com/sixafter/prng-chacha
# github.com/sixafter/semver v1.12.0
Expand All @@ -32,11 +32,11 @@ github.com/spf13/pflag
## explicit; go 1.17
github.com/stretchr/testify/assert
github.com/stretchr/testify/assert/yaml
# golang.org/x/crypto v0.49.0
# golang.org/x/crypto v0.50.0
## explicit; go 1.25.0
golang.org/x/crypto/chacha20
golang.org/x/crypto/internal/alias
# golang.org/x/sys v0.43.0
# golang.org/x/sys v0.44.0
## explicit; go 1.25.0
golang.org/x/sys/cpu
# gopkg.in/yaml.v3 v3.0.1
Expand Down