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

go.mod: sync dependencies with k6 core #428

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

github-actions[bot]
Copy link

This automated PR aligns the following dependency mismatches with k6 core:

2024/11/14 14:08:27 detected k6 core version v0.55.0
2024/11/14 14:08:27 Mismatched versions for github.com/google/pprof: v0.0.0-20240525223248-4bfdf5a9a2af (ours) -> v0.0.0-20230728192033-2ba5b33183c6 (core)
2024/11/14 14:08:27 Mismatched versions for github.com/spf13/cobra: v1.8.0 (ours) -> v1.4.0 (core)
2024/11/14 14:08:27 Mismatched versions for go.opentelemetry.io/otel/trace: v1.32.0 (ours) -> v1.29.0 (core)
2024/11/14 14:08:27 Mismatched versions for github.com/davecgh/go-spew: v1.1.2-0.20180830191138-d8f796af33cc (ours) -> v1.1.1 (core)
2024/11/14 14:08:27 Mismatched versions for github.com/inconshreveable/mousetrap: v1.1.0 (ours) -> v1.0.0 (core)
2024/11/14 14:08:27 Mismatched versions for go.opentelemetry.io/otel: v1.32.0 (ours) -> v1.29.0 (core)
2024/11/14 14:08:27 Mismatched versions for github.com/pmezard/go-difflib: v1.0.1-0.20181226105442-5d4384ee4fb2 (ours) -> v1.0.0 (core)
2024/11/14 14:08:27 Mismatched versions for github.com/fsnotify/fsnotify: v1.6.0 (ours) -> v1.5.4 (core)
2024/11/14 14:08:27 Mismatched versions for go.opentelemetry.io/otel/metric: v1.32.0 (ours) -> v1.29.0 (core)

The following command was run to align the dependencies:

go get github.com/davecgh/[email protected] github.com/fsnotify/[email protected] github.com/google/[email protected] github.com/inconshreveable/[email protected] github.com/pmezard/[email protected] github.com/spf13/[email protected] go.opentelemetry.io/otel/[email protected] go.opentelemetry.io/otel/[email protected] go.opentelemetry.io/[email protected]

And produced the following output:

go: downloading github.com/inconshreveable/mousetrap v1.0.0
go: downloading github.com/google/pprof v0.0.0-20230728192033-2ba5b33183c6
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/fsnotify/fsnotify v1.5.4
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading github.com/spf13/cobra v1.4.0
go: downloading go.opentelemetry.io/otel/metric v1.29.0
go: downloading go.opentelemetry.io/otel v1.29.0
go: downloading go.opentelemetry.io/otel/trace v1.29.0
go: downloading github.com/chzyer/readline v1.5.1
go: downloading github.com/ianlancetaylor/demangle v0.0.0-20230524184225-eabc099b10ab
go: downloading github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572
go: downloading github.com/onsi/ginkgo/v2 v2.15.0
go: downloading github.com/onsi/gomega v1.31.0
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0
go: downloading k8s.io/api v0.31.0-alpha.0
go: downloading k8s.io/apimachinery v0.31.0-alpha.0
go: downloading k8s.io/client-go v0.31.0-alpha.0
go: downloading sigs.k8s.io/kind v0.24.0-alpha
go: downgraded github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc => v1.1.1
go: downgraded github.com/fsnotify/fsnotify v1.6.0 => v1.5.4
go: downgraded github.com/google/pprof v0.0.0-20240525223248-4bfdf5a9a2af => v0.0.0-20230728192033-2ba5b33183c6
go: downgraded github.com/ianlancetaylor/demangle v0.0.0-20240312041847-bd984b5ce465 => v0.0.0-20230524184225-eabc099b10ab
go: downgraded github.com/inconshreveable/mousetrap v1.1.0 => v1.0.0
go: downgraded github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 => v1.0.0
go: downgraded github.com/spf13/cobra v1.8.0 => v1.4.0
go: downgraded go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.57.0 => v0.54.0
go: downgraded go.opentelemetry.io/otel v1.32.0 => v1.29.0
go: downgraded go.opentelemetry.io/otel/metric v1.32.0 => v1.29.0
go: downgraded go.opentelemetry.io/otel/trace v1.32.0 => v1.29.0
go: downgraded k8s.io/api v0.31.2 => v0.31.0-alpha.0
go: downgraded k8s.io/apimachinery v0.31.2 => v0.31.0-alpha.0
go: downgraded k8s.io/client-go v0.31.2 => v0.31.0-alpha.0
go: downgraded sigs.k8s.io/kind v0.25.0 => v0.24.0-alpha

Due to a limitation of GitHub Actions, to run CI checks for this PR, close it and reopen it again.

@github-actions github-actions bot requested a review from a team as a code owner November 14, 2024 14:08
@github-actions github-actions bot requested review from szkiba and removed request for a team November 14, 2024 14:08
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@szkiba szkiba requested review from pablochacin and removed request for szkiba November 14, 2024 16:45
@github-actions github-actions bot force-pushed the ci-sync-deps branch 2 times, most recently from f6962a6 to 74411bd Compare November 16, 2024 14:08
@pablochacin
Copy link
Collaborator

This PR is downgrading some dependencies. This is a known issue for go-depsync

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants