chore(deps): bump the go-dependencies group with 9 updates - #48
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the go-dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [github.com/klauspost/reedsolomon](https://github.com/klauspost/reedsolomon) | `1.12.0` | `1.14.2` | | [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) | `0.61.0` | `0.62.0` | | [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) | `4.24.8` | `4.26.8` | | [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) | `1.9.4` | `1.10.2` | | [github.com/xtaci/smux](https://github.com/xtaci/smux) | `1.5.27` | `2.0.1+incompatible` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.56.0` | `0.57.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.57.0` | `0.58.0` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.47.0` | `0.48.0` | | [golang.org/x/time](https://github.com/golang/time) | `0.14.0` | `0.16.0` | Updates `github.com/klauspost/reedsolomon` from 1.12.0 to 1.14.2 - [Release notes](https://github.com/klauspost/reedsolomon/releases) - [Commits](klauspost/reedsolomon@v1.12.0...v1.14.2) Updates `github.com/quic-go/quic-go` from 0.61.0 to 0.62.0 - [Release notes](https://github.com/quic-go/quic-go/releases) - [Commits](quic-go/quic-go@v0.61.0...v0.62.0) Updates `github.com/shirou/gopsutil/v4` from 4.24.8 to 4.26.8 - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](shirou/gopsutil@v4.24.8...v4.26.8) Updates `github.com/sirupsen/logrus` from 1.9.4 to 1.10.2 - [Release notes](https://github.com/sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](sirupsen/logrus@v1.9.4...v1.10.2) Updates `github.com/xtaci/smux` from 1.5.27 to 2.0.1+incompatible - [Release notes](https://github.com/xtaci/smux/releases) - [Commits](https://github.com/xtaci/smux/commits) Updates `golang.org/x/crypto` from 0.56.0 to 0.57.0 - [Commits](golang/crypto@v0.56.0...v0.57.0) Updates `golang.org/x/net` from 0.57.0 to 0.58.0 - [Commits](golang/net@v0.57.0...v0.58.0) Updates `golang.org/x/sys` from 0.47.0 to 0.48.0 - [Commits](golang/sys@v0.47.0...v0.48.0) Updates `golang.org/x/time` from 0.14.0 to 0.16.0 - [Commits](golang/time@v0.14.0...v0.16.0) --- updated-dependencies: - dependency-name: github.com/klauspost/reedsolomon dependency-version: 1.14.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/quic-go/quic-go dependency-version: 0.62.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/shirou/gopsutil/v4 dependency-version: 4.26.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/sirupsen/logrus dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/xtaci/smux dependency-version: 2.0.1+incompatible dependency-type: direct:production update-type: version-update:semver-major dependency-group: go-dependencies - dependency-name: golang.org/x/crypto dependency-version: 0.57.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/net dependency-version: 0.58.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/sys dependency-version: 0.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/time dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go-dependencies group with 9 updates:
1.12.01.14.20.61.00.62.04.24.84.26.81.9.41.10.21.5.272.0.1+incompatible0.56.00.57.00.57.00.58.00.47.00.48.00.14.00.16.0Updates
github.com/klauspost/reedsolomonfrom 1.12.0 to 1.14.2Release notes
Sourced from github.com/klauspost/reedsolomon's releases.
... (truncated)
Commits
af9e2b1Improve input validation (#345)5841312tests: Fix no-gfni avx512 crash, clean up tests (#344)0596408tests: Apply go fix, add to CI (#342)1166fa5leopard: use sparse FFT for data-only recovery (#340)6dfba25leopard: bound decoder IFFT input for reconstruction (#341)eab955foptimize(arm64): add fast path for all-one matrix in NEON XOR operations (#339)71756f9GF16MulSliceXor8: Load before save (#337)50010f2Update benchmarks in README (#336)f927bbdgf16: More cache friendly encoding/decoding of bigger shards (#335)f7e5efeAdd GF16MulSliceXor/GF16MulSliceXor8 (#334)Updates
github.com/quic-go/quic-gofrom 0.61.0 to 0.62.0Release notes
Sourced from github.com/quic-go/quic-go's releases.
... (truncated)
Commits
793f74dadd an integration test for stream priorities (#5835)eb1fe05http3: don't use gzip to decompress successful CONNECT responses (#5834)1e19960http3: distinguish empty pseudo-header fields from omitted ones (#5833)1818db9http3: reject duplicate Host header fields (#5830)74b7cb7http3: support Host when :authority is omitted (#5828)4aac58ahttp3: reject regular CONNECT requests with :scheme (#5829)a2aaf58http3: validate request method syntax (#5827)cb8e1echttp3: normalize request schemes to lowercase (#5826)148fd03http3: reject userinfo subcomponent in URIs (#5825)1d6a463check for unread CRYPTO data when advancing encryption levels (#5824)Updates
github.com/shirou/gopsutil/v4from 4.24.8 to 4.26.8Release notes
Sourced from github.com/shirou/gopsutil/v4's releases.
... (truncated)
Commits
7d254a0Merge pull request #2127 from Ahm3dRN/windows-commandline-information4dab2b9Merge pull request #2136 from pgimalac/aix-disk-usage-statfs1ddce22Merge pull request #2141 from shirou/dependabot/github_actions/vmactions/free...ec8a313chore(deps): bump vmactions/freebsd-vm from 1.5.4 to 1.5.526ae363Merge pull request #2140 from shirou/dependabot/github_actions/vmactions/free...21afc16chore(deps): bump vmactions/freebsd-vm from 1.5.2 to 1.5.4fbf8dd1fixed getProcessCommandLine error path to match master and refined the tests ...97835bdWindows CMDLine native fallback feedback fixes3e8ab43fixed gofumpt4631d96Implement NtQueryInformationProcess to get commandline Windows 8.1+Updates
github.com/sirupsen/logrusfrom 1.9.4 to 1.10.2Release notes
Sourced from github.com/sirupsen/logrus's releases.
... (truncated)
Changelog
Sourced from github.com/sirupsen/logrus's changelog.
... (truncated)
Commits
6d6a132Merge pull request #1586 from thaJeztah/prepare_v1.10.24f94653update changelog for v1.10.287434bbMerge pull request #1585 from thaJeztah/bump_testifye7d2120chore(deps): bump github.com/stretchr/testify v1.12.18b673a9Merge pull request #1583 from thaJeztah/release_1.10.10b920adMerge pull request #1584 from thaJeztah/more_coverage5e20694TextFormatter: cover nil pointer method receivers8312732update changelog for v1.10.1e987a40Merge pull request #1582 from thaJeztah/panic_handler17d574bTextFormatter: recover panics from Error and String methodsUpdates
github.com/xtaci/smuxfrom 1.5.27 to 2.0.1+incompatibleRelease notes
Sourced from github.com/xtaci/smux's releases.
Commits
Updates
golang.org/x/cryptofrom 0.56.0 to 0.57.0Commits
3f62bf1go.mod: update golang.org/x dependenciesUpdates
golang.org/x/netfrom 0.57.0 to 0.58.0Commits
acc78e0go.mod: update golang.org/x dependencies90d10f0internal/http3: delete invalid Content-Length if declared in server handler08abf4dinternal/http3: infer headers when Content-Encoding is set but is empty8d10596http2: avoid deadlocks in wrapped ClientConn state callback99c3b0ahttp2/hpack: build the table lookup maps lazily, only for encoders5a920b1http3: rework registration to allow using a fake network7fd2842quic: return an error from Accept after PacketConn reader exits825111dquic: avoid busy-loop when keep-alive is blocked by congestion controla02ddfahttp/httpproxy: prioritize lowercase proxy environment variables574e5ebquic: halt conn goroutines on close when listener exits earlyUpdates
golang.org/x/sysfrom 0.47.0 to 0.48.0Commits
613e257cpu: add riscv64 hwprobe drift test6f7b10funix: add MLOCK_ONFAULT constant663e7c8cpu: add basic support for GOARCH=sparc64de5f12fcpu: add ppc64le POWER10 detection80e8acfunix: run go fix1e3c182unix: add IPMI interfaced429e20unix: stop generating sparc termbits from the generic headerbd3bddfunix: add missing HWTSTAMP_* constantse812f53windows: add SO_SNDTIMEO constant for socket optionsf6989c5unix: align Ifreq so its union accessors cannot faultUpdates
golang.org/x/timefrom 0.14.0 to 0.16.0Commits
fb013b3all: upgrade go directive to at least 1.26.0 [generated]812b343all: upgrade go directive to at least 1.25.0 [generated]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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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