File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ module github.com/mostafa/xk6-kafka
33go 1.24
44
55require (
6+ github.com/aws/aws-sdk-go-v2 v1.36.1
67 github.com/aws/aws-sdk-go-v2/config v1.29.6
78 github.com/grafana/sobek v0.0.0-20241024150027-d91f02b05e9b
89 github.com/linkedin/goavro/v2 v2.13.1
@@ -18,7 +19,6 @@ require (
1819)
1920
2021require (
21- github.com/aws/aws-sdk-go-v2 v1.36.1 // indirect
2222 github.com/aws/aws-sdk-go-v2/credentials v1.17.59 // indirect
2323 github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.28 // indirect
2424 github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.32 // indirect
@@ -68,8 +68,8 @@ require (
6868 go.opentelemetry.io/otel/sdk/metric v1.34.0 // indirect
6969 go.opentelemetry.io/otel/trace v1.34.0 // indirect
7070 go.opentelemetry.io/proto/otlp v1.5.0 // indirect
71- golang.org/x/crypto v0.35 .0 // indirect
72- golang.org/x/net v0.35 .0 // indirect
71+ golang.org/x/crypto v0.36 .0 // indirect
72+ golang.org/x/net v0.37 .0 // indirect
7373 golang.org/x/sync v0.12.0 // indirect
7474 golang.org/x/sys v0.31.0 // indirect
7575 golang.org/x/text v0.23.0 // indirect
You can’t perform that action at this time.
0 commit comments