Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the go-modules group across 1 directory with 10 updates #58

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps the go-modules group with 7 updates in the / directory:

Package From To
github.com/greenbone/opensight-golang-libraries 1.11.0 1.11.1
github.com/bytedance/sonic 1.12.6 1.12.7
github.com/cloudwego/base64x 0.1.4 0.1.5
github.com/go-playground/validator/v10 10.23.0 10.24.0
github.com/mattn/go-colorable 0.1.13 0.1.14
golang.org/x/tools 0.28.0 0.29.0
google.golang.org/protobuf 1.36.1 1.36.3

Updates github.com/greenbone/opensight-golang-libraries from 1.11.0 to 1.11.1

Release notes

Sourced from github.com/greenbone/opensight-golang-libraries's releases.

opensight-golang-libraries 1.11.1

1.11.1 - 2025-01-09

Added

  • add string conversion for float32 types and export ValueToString function 49e5e56
Commits
  • 830fbfe Automatic release to 1.11.1
  • 8cb5e3b add string conversion for float32 types (#144)
  • 49e5e56 add: add string conversion for float32 types and export ValueToString function
  • 7d3e2b7 build(deps): bump the go-dev-dependencies group across 1 directory with 7 upd...
  • caea03f build(deps): bump the go-dev-dependencies group with 8 updates (#141)
  • 28dfaf0 build(deps): bump the go-dev-dependencies group with 8 updates
  • 43ac9d9 Automatic adjustments after release [skip ci]
  • See full diff in compare view

Updates github.com/bytedance/sonic from 1.12.6 to 1.12.7

Release notes

Sourced from github.com/bytedance/sonic's releases.

v1.12.7

Optimization

New Contributors

Full Changelog: bytedance/sonic@v1.12.6...v1.12.7

Commits

Updates github.com/bytedance/sonic/loader from 0.2.1 to 0.2.2

Release notes

Sourced from github.com/bytedance/sonic/loader's releases.

v1.11.2-arm_ast

No release notes provided.

v1.10.2-unsafe_back

Only used for users who doesn't care about break change on Node.UnsafeArray() and Node.UnsafeMap()

Commits

Updates github.com/cloudwego/base64x from 0.1.4 to 0.1.5

Release notes

Sourced from github.com/cloudwego/base64x's releases.

v0.1.5

What's Changed

New Contributors

Full Changelog: cloudwego/base64x@v0.1.4...v0.1.5

Commits

Updates github.com/go-playground/validator/v10 from 10.23.0 to 10.24.0

Release notes

Sourced from github.com/go-playground/validator/v10's releases.

Release 10.24.0

What's Changed

The MSGV(Minimum Supported Go Version) has been bumped to v1.20 to address a security issues in the gaoling net package.

Full Changelog: go-playground/validator@v10.23.0...v10.24.0

Commits

Updates github.com/mattn/go-colorable from 0.1.13 to 0.1.14

Commits
  • 1f71342 update deps
  • 4503567 Merge pull request #73 from whereswaldon/patch-1
  • 40e70a5 [Windows] harden system DLL loading
  • 603fb50 Merge pull request #71 from hymkor/fork-20241118
  • 664d917 Fix: ESC[E and ESC[F with no arguments did not move the cursor on the legacy ...
  • 2b733b5 Merge pull request #69 from dolmen-go/merge-appengine-into-others
  • 9473000 Merge pull request #68 from dolmen-go/do-not-expose-Windows-Writer
  • 3cc8472 Merge pull request #67 from dolmen-go/ci-go1.20
  • d9a68d5 Merge colorable_appengine.go into colorable_others.go
  • 8e4a944 Windows: do not export Writer
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.31.0 to 0.32.0

Commits
  • 8929309 go.mod: update golang.org/x dependencies
  • 4a75ba5 all: make function and struct comments match the names
  • See full diff in compare view

Updates golang.org/x/net from 0.33.0 to 0.34.0

Commits
  • 8da7ed1 go.mod: update golang.org/x dependencies
  • 2124140 all: make function and struct comments match the names
  • e9d95ba http2: do not surface errors from a conn's idle timer expiring
  • c2be992 quic: remember which remote connection IDs have been retired
  • See full diff in compare view

Updates golang.org/x/tools from 0.28.0 to 0.29.0

Commits
  • 1743d1a go.mod: update golang.org/x dependencies
  • 43ba465 internal/analysis/modernize: minmax: reject IfStmt with Init
  • 29d66ee gopls: update toolchain to go1.23.4
  • ac39815 go/packages: add GOROOT env to avoid TestTarget failure in OpenBSD
  • 39e1a8c godoc: fix missing (Added in Go) "x.xx" for function with type parameters
  • 98a190b gopls/internal/analysis/unusedfunc: analyzer for unused funcs/methods
  • 192ac77 internal/golang: CodeAction: don't return empty source.doc titles
  • 5fe60fd internal/settings: drop "annotations" setting
  • c61a2b0 gopls/internal/golang: make GCDetails a code action, not a code lens
  • fc95c03 internal/modindex: fix index directory for tests
  • Additional commits viewable in compare view

Updates google.golang.org/protobuf from 1.36.1 to 1.36.3

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

…ates

Bumps the go-modules group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/greenbone/opensight-golang-libraries](https://github.com/greenbone/opensight-golang-libraries) | `1.11.0` | `1.11.1` |
| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.12.6` | `1.12.7` |
| [github.com/cloudwego/base64x](https://github.com/cloudwego/base64x) | `0.1.4` | `0.1.5` |
| [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.23.0` | `10.24.0` |
| [github.com/mattn/go-colorable](https://github.com/mattn/go-colorable) | `0.1.13` | `0.1.14` |
| [golang.org/x/tools](https://github.com/golang/tools) | `0.28.0` | `0.29.0` |
| google.golang.org/protobuf | `1.36.1` | `1.36.3` |



Updates `github.com/greenbone/opensight-golang-libraries` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/greenbone/opensight-golang-libraries/releases)
- [Commits](greenbone/opensight-golang-libraries@v1.11.0...v1.11.1)

Updates `github.com/bytedance/sonic` from 1.12.6 to 1.12.7
- [Release notes](https://github.com/bytedance/sonic/releases)
- [Commits](bytedance/sonic@v1.12.6...v1.12.7)

Updates `github.com/bytedance/sonic/loader` from 0.2.1 to 0.2.2
- [Release notes](https://github.com/bytedance/sonic/releases)
- [Commits](bytedance/sonic@loader/v0.2.1...loader/v0.2.2)

Updates `github.com/cloudwego/base64x` from 0.1.4 to 0.1.5
- [Release notes](https://github.com/cloudwego/base64x/releases)
- [Commits](cloudwego/base64x@v0.1.4...v0.1.5)

Updates `github.com/go-playground/validator/v10` from 10.23.0 to 10.24.0
- [Release notes](https://github.com/go-playground/validator/releases)
- [Commits](go-playground/validator@v10.23.0...v10.24.0)

Updates `github.com/mattn/go-colorable` from 0.1.13 to 0.1.14
- [Commits](mattn/go-colorable@v0.1.13...v0.1.14)

Updates `golang.org/x/crypto` from 0.31.0 to 0.32.0
- [Commits](golang/crypto@v0.31.0...v0.32.0)

Updates `golang.org/x/net` from 0.33.0 to 0.34.0
- [Commits](golang/net@v0.33.0...v0.34.0)

Updates `golang.org/x/tools` from 0.28.0 to 0.29.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.28.0...v0.29.0)

Updates `google.golang.org/protobuf` from 1.36.1 to 1.36.3

---
updated-dependencies:
- dependency-name: github.com/greenbone/opensight-golang-libraries
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/bytedance/sonic
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/bytedance/sonic/loader
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/cloudwego/base64x
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/go-playground/validator/v10
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/mattn/go-colorable
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: golang.org/x/tools
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: google.golang.org/protobuf
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from a team as code owners January 20, 2025 04:26
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 20, 2025
@mgoetzegb mgoetzegb merged commit f9c8688 into main Jan 20, 2025
10 of 11 checks passed
@mgoetzegb mgoetzegb deleted the dependabot/go_modules/go-modules-b0d6bb0382 branch January 20, 2025 14:17
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.

1 participant