-
Notifications
You must be signed in to change notification settings - Fork 717
fix(deps): update gomod #4510
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
base: main
Are you sure you want to change the base?
fix(deps): update gomod #4510
Conversation
|
|
|
f769852 to
27a3708
Compare
48a05e2 to
b8aa0ae
Compare
da8aadf to
cf147e4
Compare
fdd29c4 to
1c994d3
Compare
ba1533e to
2d662e1
Compare
98f95a6 to
ee65728
Compare
064ebc6 to
735149f
Compare
| datasource | package | from | to | | -------------- | ----------------------------------------- | ---------------------------------- | -------- | | go | github.com/PuerkitoBio/goquery | v1.10.3 | v1.11.0 | | go | github.com/grafana/pyroscope/lidia | v0.0.0-20250416154336-a5c33510d5ff | v0.0.1 | | go | github.com/grpc-ecosystem/grpc-gateway/v2 | v2.27.3 | v2.27.4 | | go | github.com/klauspost/compress | v1.18.1 | v1.18.2 | | go | github.com/kubescape/go-git-url | v0.0.30 | v0.0.31 | | go | github.com/minio/minio-go/v7 | v7.0.95 | v7.0.97 | | go | github.com/onsi/ginkgo/v2 | v2.26.0 | v2.27.4 | | go | github.com/onsi/gomega | v1.38.2 | v1.39.0 | | go | github.com/parquet-go/parquet-go | v0.24.0 | v0.26.4 | | go | github.com/prometheus/common | v0.66.1 | v0.67.5 | | go | github.com/prometheus/prometheus | v0.306.0 | v0.309.1 | | go | github.com/sony/gobreaker/v2 | v2.3.0 | v2.4.0 | | golang-version | go | 1.24.9 | 1.25.5 | | go | golang.org/x/mod | v0.29.0 | v0.32.0 | | go | golang.org/x/net | v0.47.0 | v0.48.0 | | go | golang.org/x/oauth2 | v0.31.0 | v0.34.0 | | go | golang.org/x/sync | v0.18.0 | v0.19.0 | | go | golang.org/x/sys | v0.38.0 | v0.40.0 | | go | golang.org/x/text | v0.31.0 | v0.33.0 | | go | golang.org/x/time | v0.13.0 | v0.14.0 | | go | google.golang.org/grpc | v1.76.0 | v1.78.0 | | go | google.golang.org/protobuf | v1.36.10 | v1.36.11 | | go | gopkg.in/alecthomas/kingpin.v2 | v2.2.6 | v2.4.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
735149f to
9d5d6c3
Compare
This PR contains the following updates:
v1.10.3→v1.11.0ff33c58→0e92ccbbd88e10→6f9f62av0.0.0-20250416154336-a5c33510d5ff→v0.0.1v2.27.3→v2.27.4v1.18.1→v1.18.2v0.0.30→v0.0.31v7.0.95→v7.0.97v2.26.0→v2.27.4v2.27.5v1.38.2→v1.39.0v0.24.0→v0.26.40393e58→ba97887v0.66.1→v0.67.5v0.306.0→v0.309.1v2.3.0→v2.4.01.24.9→1.25.5v0.29.0→v0.32.0v0.47.0→v0.48.0v0.49.0v0.31.0→v0.34.0v0.18.0→v0.19.0v0.38.0→v0.40.0v0.31.0→v0.33.0v0.13.0→v0.14.0v1.76.0→v1.78.0v1.36.10→v1.36.11v2.2.6→v2.4.0Release Notes
PuerkitoBio/goquery (github.com/PuerkitoBio/goquery)
v1.11.0Compare Source
Note that Go1.24 is now required (use goquery < 1.11.0 if you can't use go1.24+).
grpc-ecosystem/grpc-gateway (github.com/grpc-ecosystem/grpc-gateway/v2)
v2.27.4Compare Source
What's Changed
body: "field_name"by @rdark in #6088no-$ref-siblingsrule violations by @jgreffe in #6099New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.3...v2.27.4
klauspost/compress (github.com/klauspost/compress)
v1.18.2Compare Source
What's Changed
v1.18.1is marked "retracted" due to invalid flate/zip/gzip encoding.New Contributors
Full Changelog: klauspost/compress@v1.18.1...v1.18.2
kubescape/go-git-url (github.com/kubescape/go-git-url)
v0.0.31Compare Source
minio/minio-go (github.com/minio/minio-go/v7)
v7.0.97Compare Source
v7.0.96Compare Source
onsi/ginkgo (github.com/onsi/ginkgo/v2)
v2.27.4Compare Source
2.27.4
Fixes
59bc751]v2.27.3Compare Source
2.27.3
Fixes
report exit result in case of failure [
1c9f356]fix data race [
ece19c8]v2.27.2Compare Source
2.27.2
Fixes
a69113a]Maintenance
a99c6e0]f993df5]v2.27.1Compare Source
2.27.1
Fixes
606c1cb]a6463b3]v2.27.0Compare Source
2.27.0
Features
Transforming Nodes during Tree Construction
This release adds support for
NodeArgsTransformers that can be registered withAddTreeConstructionNodeArgsTransformer.These are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators. This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.
Learn more here.
Spec Prioritization
A new
SpecPriority(int)decorator has been added. Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specsLearn more here.
Maintenance
1333dae]17ae63e]onsi/gomega (github.com/onsi/gomega)
v1.39.0Compare Source
1.39.0
Features
Add
MatchErrorStrictlywhich only passes iferrors.Is(actual, expected)returns true.MatchError, by contrast, will fallback to string comparison.v1.38.3Compare Source
1.38.3
Fixes
make string formatitng more consistent for users who use format.Object directly
parquet-go/parquet-go (github.com/parquet-go/parquet-go)
v0.26.4Compare Source
What's Changed
Bug fixes
Other changes
GenericWriter[any](issue 415) by @MaudGautier in #416New Contributors
Full Changelog: parquet-go/parquet-go@v0.26.3...v0.26.4
v0.26.3Compare Source
What's Changed
New features
Other changes
Full Changelog: parquet-go/parquet-go@v0.26.2...v0.26.3
v0.26.2Compare Source
What's Changed
New features
Bug fixes
Full Changelog: parquet-go/parquet-go@v0.26.1...v0.26.2
v0.26.1Compare Source
What's Changed
Bug fixes
Other changes
Internal
Full Changelog: parquet-go/parquet-go@v0.26.0...v0.26.1
v0.26.0Compare Source
What's Changed
New features
Bug fixes
Other changes
Internal
New Contributors
Full Changelog: parquet-go/parquet-go@v0.25.1...v0.26.0
v0.25.1Compare Source
What's Changed
New features
Bug fixes
Other changes
Internal
New Contributors
Full Changelog: parquet-go/parquet-go@v0.25.0...v0.25.1
v0.25.0Compare Source
What's Changed
New features
Bug fixes
Documentation
Other changes
FileColumnChunkwith methods to provide aReaderAtby @jpugliesi in #212parquet-gocompatibility with Tempo via CI tests by @iamrajiv in #238Internal
New Contributors
Full Changelog: parquet-go/parquet-go@v0.24.0...v0.25.0
prometheus/common (github.com/prometheus/common)
v0.67.5Compare Source
What's Changed
Full Changelog: prometheus/common@v0.67.4...v0.67.5
v0.67.4: / 2025-11-18Compare Source
What's Changed
Full Changelog: prometheus/common@v0.67.3...v0.67.4
v0.67.3: / 2025-11-18Compare Source
What's Changed
New Contributors
Full Changelog: prometheus/common@v0.67.2...v0.67.3
v0.67.2Compare Source
v0.67.1Compare Source
v0.67.0Compare Source
prometheus/prometheus (github.com/prometheus/prometheus)
v0.309.1Compare Source
v0.309.0Compare Source
v0.308.1Compare Source
v0.308.0Compare Source
v0.307.3Compare Source
v0.307.2Compare Source
v0.307.1Compare Source
v0.307.0Compare Source
sony/gobreaker (github.com/sony/
Configuration
📅 Schedule: Branch creation - "before 4am on monday" in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
Need help?
You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.