@@ -7,42 +7,45 @@ require (
7
7
github.com/go-logr/logr v1.4.3
8
8
github.com/golang/protobuf v1.5.4
9
9
github.com/stretchr/testify v1.10.0
10
- github.com/testcontainers/testcontainers-go v0.37 .0
10
+ github.com/testcontainers/testcontainers-go v0.38 .0
11
11
go.opentelemetry.io/otel v1.37.0
12
12
go.opentelemetry.io/otel/trace v1.37.0
13
- google.golang.org/grpc v1.73 .0
14
- sigs.k8s.io/yaml v1.5 .0
13
+ google.golang.org/grpc v1.75 .0
14
+ sigs.k8s.io/yaml v1.6 .0
15
15
)
16
16
17
17
require (
18
18
dario.cat/mergo v1.0.1 // indirect
19
19
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
20
20
github.com/Microsoft/go-winio v0.6.2 // indirect
21
21
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
22
- github.com/cncf/xds/go v0.0.0-20250326154945-ae57f3c0d45f // indirect
22
+ github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect
23
+ github.com/containerd/errdefs v1.0.0 // indirect
24
+ github.com/containerd/errdefs/pkg v0.3.0 // indirect
23
25
github.com/containerd/log v0.1.0 // indirect
24
26
github.com/containerd/platforms v0.2.1 // indirect
25
27
github.com/cpuguy83/dockercfg v0.3.2 // indirect
26
28
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
27
29
github.com/distribution/reference v0.6.0 // indirect
28
- github.com/docker/docker v28.0.1 +incompatible // indirect
30
+ github.com/docker/docker v28.2.2 +incompatible // indirect
29
31
github.com/docker/go-connections v0.5.0 // indirect
30
32
github.com/docker/go-units v0.5.0 // indirect
31
- github.com/ebitengine/purego v0.8.2 // indirect
33
+ github.com/ebitengine/purego v0.8.4 // indirect
32
34
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
33
35
github.com/felixge/httpsnoop v1.0.4 // indirect
34
36
github.com/go-logr/stdr v1.2.2 // indirect
35
37
github.com/go-ole/go-ole v1.2.6 // indirect
36
38
github.com/gogo/protobuf v1.3.2 // indirect
37
39
github.com/google/uuid v1.6.0 // indirect
38
40
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
39
- github.com/klauspost/compress v1.17.11 // indirect
41
+ github.com/klauspost/compress v1.18.0 // indirect
40
42
github.com/lufia/plan9stats v0.0.0-20220913051719-115f729f3c8c // indirect
41
43
github.com/magiconair/properties v1.8.10 // indirect
42
44
github.com/moby/docker-image-spec v1.3.1 // indirect
45
+ github.com/moby/go-archive v0.1.0 // indirect
43
46
github.com/moby/patternmatcher v0.6.0 // indirect
44
- github.com/moby/sys/sequential v0.5 .0 // indirect
45
- github.com/moby/sys/user v0.3 .0 // indirect
47
+ github.com/moby/sys/sequential v0.6 .0 // indirect
48
+ github.com/moby/sys/user v0.4 .0 // indirect
46
49
github.com/moby/sys/userns v0.1.0 // indirect
47
50
github.com/moby/term v0.5.0 // indirect
48
51
github.com/morikuni/aec v1.0.0 // indirect
@@ -52,7 +55,7 @@ require (
52
55
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
53
56
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
54
57
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect
55
- github.com/shirou/gopsutil/v4 v4.25.1 // indirect
58
+ github.com/shirou/gopsutil/v4 v4.25.5 // indirect
56
59
github.com/sirupsen/logrus v1.9.3 // indirect
57
60
github.com/tklauser/go-sysconf v0.3.12 // indirect
58
61
github.com/tklauser/numcpus v0.6.1 // indirect
@@ -62,12 +65,12 @@ require (
62
65
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 // indirect
63
66
go.opentelemetry.io/otel/metric v1.37.0 // indirect
64
67
go.yaml.in/yaml/v2 v2.4.2 // indirect
65
- golang.org/x/crypto v0.37 .0 // indirect
66
- golang.org/x/net v0.38 .0 // indirect
67
- golang.org/x/sys v0.32 .0 // indirect
68
- golang.org/x/text v0.24 .0 // indirect
68
+ golang.org/x/crypto v0.39 .0 // indirect
69
+ golang.org/x/net v0.41 .0 // indirect
70
+ golang.org/x/sys v0.33 .0 // indirect
71
+ golang.org/x/text v0.26 .0 // indirect
69
72
golang.org/x/time v0.7.0 // indirect
70
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
73
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
71
74
google.golang.org/protobuf v1.36.6 // indirect
72
75
gopkg.in/yaml.v3 v3.0.1 // indirect
73
76
)
0 commit comments