Bump the go-dependencies group with 5 updates#1164
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Bump the go-dependencies group with 5 updates#1164dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the go-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [github.com/betterleaks/betterleaks](https://github.com/betterleaks/betterleaks) | `1.1.2` | `1.2.0` | | [github.com/posthog/posthog-go](https://github.com/posthog/posthog-go) | `1.12.4` | `1.12.5` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.35.0` | `0.36.0` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.43.0` | `0.44.0` | | [golang.org/x/term](https://github.com/golang/term) | `0.42.0` | `0.43.0` | Updates `github.com/betterleaks/betterleaks` from 1.1.2 to 1.2.0 - [Release notes](https://github.com/betterleaks/betterleaks/releases) - [Commits](betterleaks/betterleaks@v1.1.2...v1.2.0) Updates `github.com/posthog/posthog-go` from 1.12.4 to 1.12.5 - [Release notes](https://github.com/posthog/posthog-go/releases) - [Changelog](https://github.com/PostHog/posthog-go/blob/main/CHANGELOG.md) - [Commits](PostHog/posthog-go@v1.12.4...v1.12.5) Updates `golang.org/x/mod` from 0.35.0 to 0.36.0 - [Commits](golang/mod@v0.35.0...v0.36.0) Updates `golang.org/x/sys` from 0.43.0 to 0.44.0 - [Commits](golang/sys@v0.43.0...v0.44.0) Updates `golang.org/x/term` from 0.42.0 to 0.43.0 - [Commits](golang/term@v0.42.0...v0.43.0) --- updated-dependencies: - dependency-name: github.com/betterleaks/betterleaks dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/posthog/posthog-go dependency-version: 1.12.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: golang.org/x/mod dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/sys dependency-version: 0.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/term 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>
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.
https://entire.io/gh/entireio/cli/trails/338
Bumps the go-dependencies group with 5 updates:
1.1.21.2.01.12.41.12.50.35.00.36.00.43.00.44.00.42.00.43.0Updates
github.com/betterleaks/betterleaksfrom 1.1.2 to 1.2.0Release notes
Sourced from github.com/betterleaks/betterleaks's releases.
... (truncated)
Commits
296fee3fix up validation filtering (#116)7f689bbGitHub source + tweaks (#115)007410eFeat/cel filters (#100)c65402bovhcloud rules, make crypto bindings consistent (#102)baf13cbfix: do not crash when workers exceed commits (#99)3947777feat(rule): add MongoDB connection string (#94)6208265that perp skerp (#95)0a41896fix: do not pass filenames to betterleaks (#91)ff43d2aDynamic attributes (prep work for more sources) andRun()entry (better api...42d8f28Update build command in README (#90)Updates
github.com/posthog/posthog-gofrom 1.12.4 to 1.12.5Release notes
Sourced from github.com/posthog/posthog-go's releases.
Changelog
Sourced from github.com/posthog/posthog-go's changelog.
Commits
22195ffchore: release v1.12.5 [version bump] [skip ci]6d243a6fix: revert d2c4dd2 (#199)d2c4dd2chore: release v1.12.4 [version bump] [skip ci]e9436faFix no-op client for empty API key (#193)06421d2chore: sign release workflow commits (#198)8e96d3dRun Go CI on main pushes (#197)9f60d7afeat(flags): support mixed targeting in local evaluation (#192)4f175d4chore: trigger releases from main changesets (#196)2370bebfeat: add EvaluateFlags() API for single-call flag evaluation (#191)Updates
golang.org/x/modfrom 0.35.0 to 0.36.0Commits
643da9bgo.mod: update golang.org/x dependenciesccc3cdfzip: include 'but content has correct sum' note in TestVCSab30318zip: update zip hashes for new flate compressionUpdates
golang.org/x/sysfrom 0.43.0 to 0.44.0Commits
fb1facdwindows: avoid uint16 overflow in NewNTUnicodeString94ad893windows: add GetIfTable2Ex, GetIpInterface{Entry,Table}, GetUnicastIpAddressT...54fe89fcpu: use IsProcessorFeaturePresent to calculate ARM64 on windowsdf7d5d7unix: automatically remove container created by mkall.sh68a4a8eunix: avoid nil pointer dereference in Utime690c91funix: add CPUSetDynamic for systems with more than 1024 CPUsUpdates
golang.org/x/termfrom 0.42.0 to 0.43.0Commits
3c3e485go.mod: update golang.org/x dependenciesDependabot 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