grafana / xk6-disruptor

Extension for injecting faults into k6 tests
https://k6.io/docs/javascript-api/xk6-disruptor/
GNU Affero General Public License v3.0
89 stars 9 forks source link

go.mod: sync dependencies with k6 core #377

Open github-actions[bot] opened 9 months ago

github-actions[bot] commented 9 months ago

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 commented 9 months ago

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 commented 9 months ago

@pablochacin It seems like https://github.com/grafana/xk6-disruptor/pull/376 updated grpc, which desyncs us from k6 core :(