Skip to content

Commit

Permalink
debt: Upgraded dependencies to their latest versions (#7)
Browse files Browse the repository at this point in the history
- Upgraded to [sixafter/nanoid@v1.20.1](https://github.com/sixafter/nanoid/releases/tag/v1.20.1).
- Upgraded all Go dependencies.
  • Loading branch information
mprimeaux authored Nov 24, 2024
1 parent 5dc414a commit f8b6a90
Show file tree
Hide file tree
Showing 13 changed files with 343 additions and 82 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG/CHANGELOG-1.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,25 @@ Date format: `YYYY-MM-DD`
### Fixed
### Security

---
## [1.4.1] - 2024-11-24

### Added
### Changed
- **DEBT:** Upgraded to [sixafter/nanoid@v1.20.1](https://github.com/sixafter/nanoid/releases/tag/v1.20.1).
- **DEBT:** Upgraded all Go dependencies to the latest versions.

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

---
## [1.4.0] - 2024-11-16

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

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

[Unreleased]: https://github.com/sixafter/nanoid-cli/compare/v1.4.0..HEAD
[Unreleased]: https://github.com/sixafter/nanoid-cli/compare/v1.4.1...HEAD
[1.4.1]: https://github.com/sixafter/nanoid-cli/compare/v1.4.0...v1.4.1
[1.4.0]: https://github.com/sixafter/nanoid-cli/compare/v1.3.0...v1.4.0
[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
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ go 1.23

require (
github.com/blang/semver/v4 v4.0.0
github.com/sixafter/nanoid v1.20.0
github.com/sixafter/nanoid v1.20.1
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
github.com/stretchr/testify v1.10.0
)

require (
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,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/nanoid v1.20.0 h1:DlCnW61SYB00nWhQQJaqdUxatNAI1h1XenYaPPb+oos=
github.com/sixafter/nanoid v1.20.0/go.mod h1:dQjvP7lwL/M43aOsHeN09O5+5/2SKzatkjvJDJBTeVE=
github.com/sixafter/nanoid v1.20.1 h1:xVQSi9vKOVHHBChNmoJ3tYdvAT+Yh9glTkRZyZWajJI=
github.com/sixafter/nanoid v1.20.1/go.mod h1:RVA56eFCa0Oo/DTYqbfCpDlE1Uda2ebGzPo02xbpq+U=
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=
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
golang.org/x/crypto v0.29.0 h1:L5SG1JTTXupVV3n6sUqMTeWbjAyfPwoda2DLX8J8FrQ=
golang.org/x/crypto v0.29.0/go.mod h1:+F4F4N5hv6v38hfeYwTdx20oUvLLc+QfrE9Ax9HtgRg=
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f h1:XdNn9LlyWAhLVp6P/i8QYBW+hlyhrhei9uErw2B5GJo=
Expand Down
6 changes: 3 additions & 3 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.

35 changes: 22 additions & 13 deletions vendor/github.com/stretchr/testify/assert/assertion_compare.go

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

34 changes: 30 additions & 4 deletions vendor/github.com/stretchr/testify/assert/assertion_format.go

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

68 changes: 60 additions & 8 deletions vendor/github.com/stretchr/testify/assert/assertion_forward.go

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

Loading

0 comments on commit f8b6a90

Please sign in to comment.