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 #377

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:

2023/11/28 14:08:02 detected k6 core version v0.47.0
2023/11/28 14:08:02 Mismatched versions for github.com/google/uuid: v1.3.1 (ours) -> v1.3.0 (core)
2023/11/28 14:08:02 Mismatched versions for golang.org/x/sys: v0.13.0 (ours) -> v0.11.0 (core)
2023/11/28 14:08:02 Mismatched versions for golang.org/x/net: v0.17.0 (ours) -> v0.14.0 (core)
2023/11/28 14:08:02 Mismatched versions for google.golang.org/grpc: v1.57.1 (ours) -> v1.57.0 (core)
2023/11/28 14:08:02 Mismatched versions for golang.org/x/term: v0.13.0 (ours) -> v0.11.0 (core)
2023/11/28 14:08:02 Mismatched versions for golang.org/x/text: v0.13.0 (ours) -> v0.12.0 (core)

The following command was run to align the dependencies:

go get github.com/google/uuid@v1.3.0 golang.org/x/net@v0.14.0 golang.org/x/sys@v0.11.0 golang.org/x/term@v0.11.0 golang.org/x/text@v0.12.0 google.golang.org/grpc@v1.57.0

And produced the following output:

go: downloading golang.org/x/sys v0.11.0
go: downloading github.com/google/uuid v1.3.0
go: downloading golang.org/x/net v0.14.0
go: downloading golang.org/x/term v0.11.0
go: downloading golang.org/x/text v0.12.0
go: downloading google.golang.org/grpc v1.57.0
go: downloading github.com/golang/protobuf v1.5.3
go: downloading google.golang.org/protobuf v1.31.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19
go: downloading github.com/shirou/gopsutil/v3 v3.23.8
go: downloading github.com/testcontainers/testcontainers-go v0.23.0
go: downloading github.com/testcontainers/testcontainers-go/modules/k3s v0.23.0
go: downloading golang.org/x/crypto v0.12.0
go: downloading k8s.io/api v0.28.2
go: downloading k8s.io/apimachinery v0.28.2
go: downloading k8s.io/client-go v0.28.2
go: module github.com/golang/protobuf is deprecated: Use the "google.golang.org/protobuf" module instead.
go: downgraded github.com/google/uuid v1.3.1 => v1.3.0
go: downgraded github.com/shirou/gopsutil/v3 v3.23.9 => v3.23.8
go: downgraded github.com/testcontainers/testcontainers-go v0.26.0 => v0.23.0
go: downgraded github.com/testcontainers/testcontainers-go/modules/k3s v0.26.0 => v0.23.0
go: downgraded golang.org/x/net v0.17.0 => v0.14.0
go: downgraded golang.org/x/sys v0.13.0 => v0.11.0
go: downgraded golang.org/x/term v0.13.0 => v0.11.0
go: downgraded golang.org/x/text v0.13.0 => v0.12.0
go: downgraded google.golang.org/grpc v1.57.1 => v1.57.0
go: downgraded k8s.io/api v0.28.4 => v0.28.2
go: downgraded k8s.io/apimachinery v0.28.4 => v0.28.2
go: downgraded k8s.io/client-go v0.28.4 => v0.28.2

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

@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.

@roobre
Copy link
Collaborator

roobre commented Nov 28, 2023

@pablochacin It seems like #376 updated grpc, which desyncs us from k6 core :(

@github-actions github-actions bot force-pushed the ci-sync-deps branch 7 times, most recently from bfff13b to 8644968 Compare December 5, 2023 14:07
@github-actions github-actions bot force-pushed the ci-sync-deps branch 8 times, most recently from 9ad622d to 4d95761 Compare December 13, 2023 14:08
@github-actions github-actions bot force-pushed the ci-sync-deps branch 8 times, most recently from a81b0c6 to 66e5531 Compare December 21, 2023 14:07
@github-actions github-actions bot force-pushed the ci-sync-deps branch 5 times, most recently from 7d15a78 to 246e719 Compare December 26, 2023 14:07
@github-actions github-actions bot force-pushed the ci-sync-deps branch 7 times, most recently from fee8fd8 to 2fd69b7 Compare January 22, 2024 14:08
@github-actions github-actions bot force-pushed the ci-sync-deps branch 8 times, most recently from 578d3c3 to 99ecbc1 Compare January 30, 2024 14:07
@github-actions github-actions bot force-pushed the ci-sync-deps branch 8 times, most recently from 9792306 to 8d45936 Compare February 7, 2024 14:07
@github-actions github-actions bot force-pushed the ci-sync-deps branch 5 times, most recently from 5eec7f0 to c018b60 Compare February 12, 2024 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants