Skip to content

Bump the all-dependencies group with 5 updates#25

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/all-dependencies-c751330830
Closed

Bump the all-dependencies group with 5 updates#25
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/all-dependencies-c751330830

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Dec 1, 2025

Bumps the all-dependencies group with 5 updates:

Package From To
github.com/hbollon/go-edlib 1.6.0 1.7.0
github.com/imroc/req/v3 3.54.0 3.56.0
github.com/jarcoal/httpmock 1.4.0 1.4.1
github.com/orsinium-labs/enum 1.4.0 1.5.0
golang.org/x/text 0.30.0 0.31.0

Updates github.com/hbollon/go-edlib from 1.6.0 to 1.7.0

Release notes

Sourced from github.com/hbollon/go-edlib's releases.

v1.7.0

1.7.0 (2025-08-19)

Features

  • reduce OSADamerau–Levenshtein space complexity from O(m*n) to O(3 * min(m,n)) (#17) (37da2e1)

Bug Fixes

  • v1/algo: invalid q-gram similarity calculation (#22) (12ac3d7)
Changelog

Sourced from github.com/hbollon/go-edlib's changelog.

1.7.0 (2025-08-19)

Features

  • reduce OSADamerau–Levenshtein space complexity from O(m*n) to O(3 * min(m,n)) (#17) (37da2e1)

Bug Fixes

  • v1/algo: invalid q-gram similarity calculation (#22) (12ac3d7)

1.5.0 (2021-11-21)

Features

  • add k-gram shingle to Jaccard/Cosine sim (#11) (24d61a6)
Commits
  • 952af74 chore(master): release 1.7.0 (#24)
  • 15da37a ci(release): update release workflow to support upcoming v2
  • 12ac3d7 fix(v1/algo): invalid q-gram similarity calculation (#22)
  • 37da2e1 feat: reduce OSADamerau–Levenshtein space complexity from O(m*n) to O(3 * min...
  • See full diff in compare view

Updates github.com/imroc/req/v3 from 3.54.0 to 3.56.0

Release notes

Sourced from github.com/imroc/req/v3's releases.

v3.56.0 Release

  • Update go modules
  • Port quic-go v0.56.0

v3.55.0 Release

  • Fix ResultState()documentation to clarify ResultState logic (#463)
  • feat: add SetQueryParamsFromValues and SetQueryParamsFromStruct methods (#462)

v3.54.2 Release

  • Replace go-multierror with errors.Join (#458)

v3.54.1 Release

  • Fix data race condition in the Alt-Svc cache(#456)
Commits
  • 85ff0e7 update ci: remove go1.23, add go1.25
  • 23b064d port quic-go v0.56.0
  • 8c7fbdc update go modules
  • 932f293 Merge pull request #467 from kianmeng/fix-typos
  • 8077a61 Fix typos
  • 4049993 go test ./...
  • e62bc20 Merge pull request #462 from gitctrlx/master
  • ab8fffd Merge pull request #463 from LennardSchwarz/fix-docs-result-state
  • f8e7825 Fix error in ResultState()documentation to clarify ResultState logic
  • f5f67ba feat: add SetQueryParamsFromValues and SetQueryParamsFromStruct methods
  • Additional commits viewable in compare view

Updates github.com/jarcoal/httpmock from 1.4.0 to 1.4.1

Release notes

Sourced from github.com/jarcoal/httpmock's releases.

v1.4.1

What's Changed

New Contributors

Full Changelog: jarcoal/httpmock@v1.4.0...v1.4.1

Commits
  • 314d58a fix: protect all body-related methods with mutext
  • e482896 fix: avoid data race when closing body
  • c977145 test: also test with go v1.25 and use golangci-lint v2.4.0
  • See full diff in compare view

Updates github.com/orsinium-labs/enum from 1.4.0 to 1.5.0

Release notes

Sourced from github.com/orsinium-labs/enum's releases.

v1.5.0

What's Changed

New Contributors

Full Changelog: orsinium-labs/enum@v1.4.0...v1.5.0

Commits

Updates golang.org/x/text from 0.30.0 to 0.31.0

Commits
  • e7ff6b3 go.mod: update golang.org/x dependencies
  • fbf012b all: use reflect.TypeFor instead of reflect.TypeOf
  • See full diff in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/hbollon/go-edlib](https://github.com/hbollon/go-edlib) | `1.6.0` | `1.7.0` |
| [github.com/imroc/req/v3](https://github.com/imroc/req) | `3.54.0` | `3.56.0` |
| [github.com/jarcoal/httpmock](https://github.com/jarcoal/httpmock) | `1.4.0` | `1.4.1` |
| [github.com/orsinium-labs/enum](https://github.com/orsinium-labs/enum) | `1.4.0` | `1.5.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.30.0` | `0.31.0` |


Updates `github.com/hbollon/go-edlib` from 1.6.0 to 1.7.0
- [Release notes](https://github.com/hbollon/go-edlib/releases)
- [Changelog](https://github.com/hbollon/go-edlib/blob/master/CHANGELOG.md)
- [Commits](hbollon/go-edlib@v1.6.0...v1.7.0)

Updates `github.com/imroc/req/v3` from 3.54.0 to 3.56.0
- [Release notes](https://github.com/imroc/req/releases)
- [Commits](imroc/req@v3.54.0...v3.56.0)

Updates `github.com/jarcoal/httpmock` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/jarcoal/httpmock/releases)
- [Commits](jarcoal/httpmock@v1.4.0...v1.4.1)

Updates `github.com/orsinium-labs/enum` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/orsinium-labs/enum/releases)
- [Commits](orsinium-labs/enum@v1.4.0...v1.5.0)

Updates `golang.org/x/text` from 0.30.0 to 0.31.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.30.0...v0.31.0)

---
updated-dependencies:
- dependency-name: github.com/hbollon/go-edlib
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/imroc/req/v3
  dependency-version: 3.56.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/jarcoal/httpmock
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: github.com/orsinium-labs/enum
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: golang.org/x/text
  dependency-version: 0.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Dec 1, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Dec 5, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Dec 5, 2025
@dependabot dependabot Bot deleted the dependabot/go_modules/all-dependencies-c751330830 branch December 5, 2025 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants