Skip to content

deps(deps): bump the go-dependencies group across 1 directory with 4 updates#274

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-dependencies-080e564997
Open

deps(deps): bump the go-dependencies group across 1 directory with 4 updates#274
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-dependencies-080e564997

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps the go-dependencies group with 4 updates in the / directory: github.com/daulet/tokenizers, github.com/yalue/onnxruntime_go, golang.org/x/time and github.com/getsentry/sentry-go.

Updates github.com/daulet/tokenizers from 1.25.0 to 1.26.0

Release notes

Sourced from github.com/daulet/tokenizers's releases.

v1.26.0

What's Changed

New Contributors

Full Changelog: daulet/tokenizers@v1.25.0...v1.26.0

Commits
  • 6fa4f28 chore: release v1.26.0
  • 83a296f fix: allow release workflow to use bypass token
  • 8c64cd6 fix: make release bump replacements robust for semver
  • 7906c48 feat: offload release to GHA (#60)
  • c8d97ff fix: pin musl cc base images to release tag 0.2.5 (#59)
  • eb7797d feat: add musl Linux targets to release workflow (#58)
  • 66686ad fix: reduce bench regression
  • 1de051d feat: full audit
  • 110562e chore: enable manual trigger of release workflow
  • 9a7972f fix: macos version
  • See full diff in compare view

Updates github.com/yalue/onnxruntime_go from 1.26.0 to 1.27.0

Commits

Updates golang.org/x/time from 0.14.0 to 0.15.0

Commits
  • 812b343 all: upgrade go directive to at least 1.25.0 [generated]
  • See full diff in compare view

Updates github.com/getsentry/sentry-go from 0.42.0 to 0.43.0

Release notes

Sourced from github.com/getsentry/sentry-go's releases.

0.43.0

Breaking Changes 🛠

  • Add support for go 1.26 by @​giortzisg in #1193
    • bump minimum supported go version to 1.24
  • change type signature of attributes for Logs and Metrics. by @​giortzisg in #1205
    • users are not supposed to modify Attributes directly on the Log/Metric itself, but this is still is a breaking change on the type.
  • Send uint64 overflowing attributes as numbers. by @​giortzisg in #1198
    • The SDK was converting overflowing uint64 attributes to strings for slog and logrus integrations. To eliminate double types for these attributes, the SDK now sends the overflowing attribute as is, and lets the server handle the overflow appropriately.
    • It is expected that overflowing unsigned integers would now get dropped, instead of converted to strings.

New Features ✨

Bug Fixes 🐛

Internal Changes 🔧

Deps

Other

Changelog

Sourced from github.com/getsentry/sentry-go's changelog.

0.43.0

Breaking Changes 🛠

  • Add support for go 1.26 by @​giortzisg in #1193
    • bump minimum supported go version to 1.24
  • change type signature of attributes for Logs and Metrics. by @​giortzisg in #1205
    • users are not supposed to modify Attributes directly on the Log/Metric itself, but this is still is a breaking change on the type.
  • Send uint64 overflowing attributes as numbers. by @​giortzisg in #1198
    • The SDK was converting overflowing uint64 attributes to strings for slog and logrus integrations. To eliminate double types for these attributes, the SDK now sends the overflowing attribute as is, and lets the server handle the overflow appropriately.
    • It is expected that overflowing unsigned integers would now get dropped, instead of converted to strings.

New Features ✨

Bug Fixes 🐛

Internal Changes 🔧

Deps

Other

Commits
  • 8dbf970 release: 0.43.0
  • 44caaae ref!: modify Attributes type for Logs and Metrics (#1205)
  • 71a7230 fix: improve otel span map cleanup performance (#1200)
  • 0fe1ae5 feat: add zap logging integration (#1184)
  • e1e8ceb feat!: Send uint64 overflowing attributes as numbers for slog and logrus (#1198)
  • 0faba36 chore: add omitzero and remove custom serialization (#1197)
  • 648d2d2 build(deps): bump golang.org/x/crypt to 0.48.0 (#1196)
  • 18c50b9 fix(deps): use go1.24.0 (#1195)
  • 2d5637b build(deps)!: add support for go1.26 (#1193)
  • f057a8d fix: ensure correct signal delivery on multi-client setups (#1190)
  • Additional commits viewable 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 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

…updates

Bumps the go-dependencies group with 4 updates in the / directory: [github.com/daulet/tokenizers](https://github.com/daulet/tokenizers), [github.com/yalue/onnxruntime_go](https://github.com/yalue/onnxruntime_go), [golang.org/x/time](https://github.com/golang/time) and [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go).


Updates `github.com/daulet/tokenizers` from 1.25.0 to 1.26.0
- [Release notes](https://github.com/daulet/tokenizers/releases)
- [Commits](daulet/tokenizers@v1.25.0...v1.26.0)

Updates `github.com/yalue/onnxruntime_go` from 1.26.0 to 1.27.0
- [Commits](yalue/onnxruntime_go@v1.26.0...v1.27.0)

Updates `golang.org/x/time` from 0.14.0 to 0.15.0
- [Commits](golang/time@v0.14.0...v0.15.0)

Updates `github.com/getsentry/sentry-go` from 0.42.0 to 0.43.0
- [Release notes](https://github.com/getsentry/sentry-go/releases)
- [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-go@v0.42.0...v0.43.0)

---
updated-dependencies:
- dependency-name: github.com/daulet/tokenizers
  dependency-version: 1.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/yalue/onnxruntime_go
  dependency-version: 1.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/time
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/getsentry/sentry-go
  dependency-version: 0.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 16, 2026

Labels

The following labels could not be found: dependencies, go. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions
Copy link
Contributor

Warning

PR title does not follow the Conventional Commits specification.

Unknown release type "deps" found in pull request title "deps(deps): bump the go-dependencies group across 1 directory with 4 updates".

Available types:

  • feat
  • fix
  • docs
  • style
  • chore
  • refactor
  • test
  • ci
  • perf

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

feat: add hat wobble
^--^  ^------------^
|     |
|     +-> Summary in present tense.
|
+-------> Type: chore, docs, feat, fix, refactor, style, or test.

More Examples:

  • feat: (new feature for the user, not a new feature for build script)
  • fix: (bug fix for the user, not a fix to a build script)
  • docs: (changes to the documentation)
  • style: (formatting, missing semi colons, etc; no production code change)
  • refactor: (refactoring production code, eg. renaming a variable)
  • test: (adding missing tests, refactoring tests; no production code change)
  • chore: (updating grunt tasks etc; no production code change)

References:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants