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 with 10 updates #43

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps the go-modules group with 10 updates:

Package From To
github.com/gin-contrib/logger 1.1.2 1.2.0
github.com/greenbone/opensight-golang-libraries 1.9.0 1.9.1
github.com/bytedance/sonic 1.12.3 1.12.4
github.com/klauspost/cpuid/v2 2.2.8 2.2.9
golang.org/x/arch 0.11.0 0.12.0
golang.org/x/crypto 0.28.0 0.29.0
golang.org/x/net 0.30.0 0.31.0
golang.org/x/sys 0.26.0 0.27.0
golang.org/x/text 0.19.0 0.20.0
golang.org/x/tools 0.26.0 0.27.0

Updates github.com/gin-contrib/logger from 1.1.2 to 1.2.0

Release notes

Sourced from github.com/gin-contrib/logger's releases.

v1.2.0

Changelog

Features

  • 9c6ff6577a0d6f5ad74c265ba52ca3aab881a5c5: feat: enhance logging and testing mechanisms (@​appleboy)

Enhancements

  • 67774ca72ec4e5cc5137af4facba71d27cdfc588: chore: update dependencies and adjust modules (@​appleboy)
  • 46da7b5c1584bb598b5d4d7ddd871bdc05b1a53f: chore: update dependencies to latest versions (@​appleboy)
  • 1af2b3708a980e1e7ddd239392a6e1f6edbb4be8: chore: upgrade Go and dependencies to latest versions (@​appleboy)
  • bdba8c819654abfd6c8e9846e4da733fc1d56f00: chore: update dependencies to latest versions (@​appleboy)
  • 51e609894137385bb259b6c3d2cd1dfff2b29103: chore: update Go version and dependencies to latest releases (@​appleboy)
  • 1cd04f493ec1dc0d728ce7db7ec905f41dcb7943: chore: link logger with gin context. (#76) (@​cedric-appdirect)
  • 5cf80086093672b29783bc3ef4a3577911784cc3: chore: improve code quality and testing infrastructure (@​appleboy)

Build process updates

  • 8db09f4694379114ddbcfd66b68856d3b877bb12: ci: remove project name (@​appleboy)
  • 4400825fd251131906132f07363284f04b0c47f5: ci: standardize and update CI configuration (@​appleboy)
  • cba1a2fe9c2f87d321f12c9ac3f13d9b5e8d0b5b: ci: update Go workflow to support latest versions only (@​appleboy)
  • 5e8dcc6bbfdb690e77a8342b106e8300f3098e6b: ci: support Go 1.23 in workflow configuration (@​appleboy)
  • 1840062a15c8170ef44ebac293d37b71d10445ef: ci: update GitHub Actions workflow configuration (@​appleboy)

Documentation updates

  • 904b0802f6c8a8aefe61d1edd58a625e9b52c497: docs: enhance skipper documentation and simplify examples (@​appleboy)
  • f8558bfb182767346f9e432a16d9b0920e80b879: docs: improve codebase documentation and comments (@​appleboy)
  • e4203c483fb62e38da0463ed11bf6e4a14c6708f: docs: improve code documentation and update test configurations (@​appleboy)
  • ee07bd7694b545947551da6ff761eca44cf9da03: docs: improve documentation and testing across the project (@​appleboy)
Commits
  • ee07bd7 docs: improve documentation and testing across the project
  • e4203c4 docs: improve code documentation and update test configurations
  • f8558bf docs: improve codebase documentation and comments
  • 5cf8008 chore: improve code quality and testing infrastructure
  • 1cd04f4 chore: link logger with gin context. (#76)
  • 9c6ff65 feat: enhance logging and testing mechanisms
  • 1840062 ci: update GitHub Actions workflow configuration
  • 51e6098 chore: update Go version and dependencies to latest releases
  • 5e8dcc6 ci: support Go 1.23 in workflow configuration
  • bdba8c8 chore: update dependencies to latest versions
  • Additional commits viewable in compare view

Updates github.com/greenbone/opensight-golang-libraries from 1.9.0 to 1.9.1

Release notes

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

opensight-golang-libraries 1.9.1

1.9.1 - 2024-11-04

Added

  • clear client access token if request to opensearch returned response status between 400 and 500 4c1de2f
  • workflow for automated license header update e7cf378

Changed

  • refactor opensearch client constructor, only retry connection 4917f7e

opensight-golang-libraries 1.9.1-alpha1

1.9.1-alpha1 - 2024-10-22

Added

  • workflow for automated license header update e7cf378
Commits
  • e45bfcf Automatic release to 1.9.1
  • ceb7477 AT-2046 clear cached openid token if request unauthorized (#122)
  • 4917f7e change: refactor opensearch client constructor, only retry connection
  • 4c1de2f add: clear client access token if request to opensearch returned response sta...
  • 2ac6419 build(deps): bump github.com/testcontainers/testcontainers-go
  • 20122da Automatic adjustments after release [skip ci]
  • c86e026 Automatic release to 1.9.1-alpha1
  • a76915e Changed: added functions for handling the index (#120)
  • 502c605 Update pkg/openSearch/openSearchClient/indexFunctions.go
  • e4bdf5f Changed: added functions for handling the index
  • Additional commits viewable in compare view

Updates github.com/bytedance/sonic from 1.12.3 to 1.12.4

Release notes

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

v1.12.4

What's Changed

Full Changelog: bytedance/sonic@v1.12.3...v1.12.4

Commits
  • b1872c1 fix:(encoder) incorrectly pass pv due to wrongly use BTC instead of BTS (...
  • 8bfed73 build: compatible for unsupportted go images (#701)
  • See full diff in compare view

Updates github.com/klauspost/cpuid/v2 from 2.2.8 to 2.2.9

Release notes

Sourced from github.com/klauspost/cpuid/v2's releases.

v2.2.9

What's Changed

New Contributors

Full Changelog: klauspost/cpuid@v2.2.8...v2.2.9

Commits

Updates golang.org/x/arch from 0.11.0 to 0.12.0

Commits
  • f23035d riscv64: add tests for riscv64asm
  • f977c2e s390x/s390xasm: fix self-assignment error
  • ec82f99 README: mention the git repo
  • 153a480 s390x: add s390x disassembler support for the plan9
  • 76fb3b0 s390x: fix decoding several gnu instructions
  • bc8e2b9 ppc64/ppc64asm: speed up PPC64 instruction decoding
  • See full diff in compare view

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

Commits
  • 6018723 go.mod: update golang.org/x dependencies
  • 71ed71b README: don't recommend go get
  • 750a45f sha3: add MarshalBinary, AppendBinary, and UnmarshalBinary
  • 36b1725 sha3: avoid trailing permutation
  • 80ea76e sha3: fix padding for long cSHAKE parameters
  • c17aa50 sha3: avoid buffer copy
  • 7cfb916 ssh: return unexpected msg error when server fails keyboard-interactive auth ...
  • b61b08d chacha20: extend ppc64le support to ppc64
  • 6c21748 internal/poly1305: extend ppc64le support to ppc64
  • See full diff in compare view

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

Commits
  • 334afa0 go.mod: update golang.org/x dependencies
  • d7f220d quic: add LocalAddr and RemoteAddr to quic.Conn
  • 858db1a http2: surface errors occurring very early in a client conn's lifetime
  • 0aa844c http2: support unencrypted HTTP/2 handoff from net/http
  • f35fec9 http2: detect hung client connections by confirming stream resets
  • e883dae README: don't recommend go get
  • 511cc3a html: add Node.{Ancestors,ChildNodes,Descendants}()
  • 4783315 http2: limit 1xx based on size, do not limit when delivered
  • 5716b98 internal/socket: execute gofmt
  • 42b1186 http2: support ResponseController.EnableFullDuplex
  • See full diff in compare view

Updates golang.org/x/sys from 0.26.0 to 0.27.0

Commits
  • e0753d4 Revert "windows/mkwinsyscall: use syscall.SyscallN instead of syscall.Syscall...
  • c29efe3 windows: add iphlpapi functions for change notifications
  • 8f2aa9f cpu: conditionally re-enable AVX512 support on darwin/amd64
  • 054f1fc README: don't recommend go get
  • ca04041 unix: extend z/OS support
  • 18e038c unix: move NETLINK_* consts to own section
  • d045236 windows: implement Ftruncate using a single syscall on Windows
  • cff53d5 unix: gofmt after CL 610296
  • 123459f unix: update z/OS implementation of fcntl and mmap
  • df4a4da unix/linux: adjust Dockerfile ENV key value format
  • Additional commits viewable in compare view

Updates golang.org/x/text from 0.19.0 to 0.20.0

Commits
  • efd25da go.mod: update golang.org/x dependencies
  • 8a0e65e README: don't recommend go get
  • fefda1a internal/texttest: remove Run and Bench helpers
  • a457f47 all: normalize subtest names to NFC
  • See full diff in compare view

Updates golang.org/x/tools from 0.26.0 to 0.27.0

Commits
  • 4d2b19f go.mod: update golang.org/x dependencies
  • 6368677 gopls/internal/golang: strength reduce ComputeImportFixEdits
  • 777f155 gopls/internal/golang: show package attributes on hover
  • 8a0e08f gopls/doc: add missing doc link
  • 61415be gopls/internal/cache: guard against malformed paths in port.matches
  • 9a89d3a internal/analysisinternal: avoid sub-token spans in TypeErrorEndPos
  • 1115af6 internal/expect: support named arguments f(a, b, c=d, e="f")
  • 0b9e499 go/{expect,packages/packagestest}: mention the tag+delete proposal
  • efcd2bd internal/packagestest: fork go/packages/packagestest
  • 0e9ed3d go/packages: do not mutate Config
  • 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 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 go-modules group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/gin-contrib/logger](https://github.com/gin-contrib/logger) | `1.1.2` | `1.2.0` |
| [github.com/greenbone/opensight-golang-libraries](https://github.com/greenbone/opensight-golang-libraries) | `1.9.0` | `1.9.1` |
| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.12.3` | `1.12.4` |
| [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) | `2.2.8` | `2.2.9` |
| [golang.org/x/arch](https://github.com/golang/arch) | `0.11.0` | `0.12.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.28.0` | `0.29.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.30.0` | `0.31.0` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.26.0` | `0.27.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.19.0` | `0.20.0` |
| [golang.org/x/tools](https://github.com/golang/tools) | `0.26.0` | `0.27.0` |


Updates `github.com/gin-contrib/logger` from 1.1.2 to 1.2.0
- [Release notes](https://github.com/gin-contrib/logger/releases)
- [Changelog](https://github.com/gin-contrib/logger/blob/master/.goreleaser.yaml)
- [Commits](gin-contrib/logger@v1.1.2...v1.2.0)

Updates `github.com/greenbone/opensight-golang-libraries` from 1.9.0 to 1.9.1
- [Release notes](https://github.com/greenbone/opensight-golang-libraries/releases)
- [Commits](greenbone/opensight-golang-libraries@v1.9.0...v1.9.1)

Updates `github.com/bytedance/sonic` from 1.12.3 to 1.12.4
- [Release notes](https://github.com/bytedance/sonic/releases)
- [Commits](bytedance/sonic@v1.12.3...v1.12.4)

Updates `github.com/klauspost/cpuid/v2` from 2.2.8 to 2.2.9
- [Release notes](https://github.com/klauspost/cpuid/releases)
- [Changelog](https://github.com/klauspost/cpuid/blob/master/.goreleaser.yml)
- [Commits](klauspost/cpuid@v2.2.8...v2.2.9)

Updates `golang.org/x/arch` from 0.11.0 to 0.12.0
- [Commits](golang/arch@v0.11.0...v0.12.0)

Updates `golang.org/x/crypto` from 0.28.0 to 0.29.0
- [Commits](golang/crypto@v0.28.0...v0.29.0)

Updates `golang.org/x/net` from 0.30.0 to 0.31.0
- [Commits](golang/net@v0.30.0...v0.31.0)

Updates `golang.org/x/sys` from 0.26.0 to 0.27.0
- [Commits](golang/sys@v0.26.0...v0.27.0)

Updates `golang.org/x/text` from 0.19.0 to 0.20.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.26.0 to 0.27.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.26.0...v0.27.0)

---
updated-dependencies:
- dependency-name: github.com/gin-contrib/logger
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- 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/klauspost/cpuid/v2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: golang.org/x/arch
  dependency-type: indirect
  update-type: version-update:semver-minor
  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/sys
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: golang.org/x/text
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 11, 2024
@dependabot dependabot bot requested a review from a team as a code owner November 11, 2024 04:35
@dependabot dependabot bot added the go Pull requests that update Go code label Nov 11, 2024
@dependabot dependabot bot requested a review from a team as a code owner November 11, 2024 04:35
@mgoetzegb mgoetzegb merged commit 331f22a into main Nov 11, 2024
11 of 12 checks passed
@mgoetzegb mgoetzegb deleted the dependabot/go_modules/go-modules-4aed3df509 branch November 11, 2024 17: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