Bump github.com/matoous/go-nanoid/v2 from 2.0.0 to 2.1.0 (#3038)

Bumps [github.com/matoous/go-nanoid/v2](https://github.com/matoous/go-nanoid) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/matoous/go-nanoid/releases)
- [Commits](https://github.com/matoous/go-nanoid/compare/v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: github.com/matoous/go-nanoid/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-05-21 10:45:04 -04:00 committed by GitHub
parent 643c763cb4
commit 68f03d0167
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

2
go.mod
View file

@ -29,7 +29,7 @@ require (
github.com/jellydator/ttlcache/v2 v2.11.1
github.com/kr/pretty v0.3.1
github.com/lestrrat-go/jwx/v2 v2.0.21
github.com/matoous/go-nanoid/v2 v2.0.0
github.com/matoous/go-nanoid/v2 v2.1.0
github.com/mattn/go-sqlite3 v1.14.22
github.com/mattn/go-zglob v0.0.4
github.com/microcosm-cc/bluemonday v1.0.26