Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: bump github.com/brianvoe/gofakeit/v7 from 7.8.0 to 7.9.0#20698

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubNov 10, 2025

Bumpsgithub.com/brianvoe/gofakeit/v7 from 7.8.0 to 7.9.0.

Release notes

Sourced fromgithub.com/brianvoe/gofakeit/v7's releases.

ID Generator

New:ID() — Fast, Human-Readable Random Identifier

(GoFakeIt v7.9.0)

gofakeit.ID() is a new high-performance identifier generator designed forspeed,readability, andpractically zero collision probability.

Unlike UUID v4 or XID, this generator is intentionallyrandom-first, not structure-based.
Perfect for mock APIs, test data, fixtures, seed data, and temporary identifiers.


Highlights

  • Human readable alphabet, no confusing characters
    23456789abcdefghjkmnpqrstuvwxyz(no 1, l, i or 0, o to alleviate confusion)
  • Fast
  • Memory Allocation
  • Generates from your rand source
  • Shorter than UUID, faster than XID, and requires no coordination

Example

id:=gofakeit.ID()fmt.Println(id)// → "3t9qf4c92npxhw7bg6y0"

Performance Benchmarks

Measured on Go 1.25

Generator / FunctionBenchmark Nameops/secns/opB/opallocs/op
gofakeit.ID()BenchmarkID-1031,383,14637.8 ns241
gofakeit.UUIDv4()BenchmarkUUIDv4-1022,131,57753.8 ns481
github.com/rs/xidBenchmarkXID-1016,190,81774.2 ns00
github.com/google/uuid (v4)BenchmarkGoogleUUIDv4-103,098,770386.1 ns642

Takeaway:gofakeit.ID() is~2× faster than XID and~10× faster than UUID v4, while being shorter and human-readable.


Collision Probability (Randomness Math)

... (truncated)

Commits
  • 93c1858 password - improve memery allocation and minor increase in op speed
  • ce78392 id - lookup updates and some other minor things
  • aba6d6f ids - moved uuid into ids file and add our own unique gofakeit id generator
  • da6da65 faker - pcg seed create 2 separate seeds using crypto
  • 1e2c3fb readme - added/organize ids
  • ae981a3 company - remove duplicate keyword/alias wording
  • 969e3c7 occupation - updated a few functions to favor job over emojijob
  • 1ef7578 occupation - updated a few functions to favor job over emojijob
  • a93e4a9 readme - minor update to remove unused functions
  • f4eb855 text - added params back to sentence and paragraph to not break builds
  • See full diff incompare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting@dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/brianvoe/gofakeit/v7](https://github.com/brianvoe/gofakeit) from 7.8.0 to 7.9.0.- [Release notes](https://github.com/brianvoe/gofakeit/releases)- [Commits](brianvoe/gofakeit@v7.8.0...v7.9.0)---updated-dependencies:- dependency-name: github.com/brianvoe/gofakeit/v7  dependency-version: 7.9.0  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file goPull requests that update go code labelsNov 10, 2025
@github-actionsgithub-actionsbotenabled auto-merge (squash)November 10, 2025 13:54
@github-actionsgithub-actionsbot merged commit219db42 intomainNov 10, 2025
32 checks passed
@github-actionsgithub-actionsbot deleted the dependabot/go_modules/github.com/brianvoe/gofakeit/v7-7.9.0 branchNovember 10, 2025 14:05
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@github-actionsgithub-actions[bot]github-actions[bot] approved these changes

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency filegoPull requests that update go code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp