Skip to content

Commit 225ae5d

Browse files
authored
Merge branch 'main' into private/mlinkiew/trivy-related-fixes
2 parents a361105 + f5f0c29 commit 225ae5d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

control-plane-agent/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ require (
1212
github.com/sirupsen/logrus v1.9.3
1313
github.com/stretchr/testify v1.10.0
1414
google.golang.org/grpc v1.71.0
15-
google.golang.org/protobuf v1.36.6
1615
gopkg.in/yaml.v3 v3.0.1
1716
)
1817

1918
require (
2019
github.com/davecgh/go-spew v1.1.1 // indirect
2120
github.com/felixge/httpsnoop v1.0.4 // indirect
2221
github.com/pmezard/go-difflib v1.0.0 // indirect
23-
golang.org/x/net v0.37.0 // indirect
22+
golang.org/x/net v0.38.0 // indirect
2423
golang.org/x/sys v0.31.0 // indirect
2524
golang.org/x/text v0.23.0 // indirect
2625
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
26+
google.golang.org/protobuf v1.36.6 // indirect
2727
)

control-plane-agent/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ go.opentelemetry.io/otel/sdk/metric v1.34.0 h1:5CeK9ujjbFVL5c1PhLuStg1wxA7vQv7ce
3939
go.opentelemetry.io/otel/sdk/metric v1.34.0/go.mod h1:jQ/r8Ze28zRKoNRdkjCZxfs6YvBTG1+YIqyFVFYec5w=
4040
go.opentelemetry.io/otel/trace v1.34.0 h1:+ouXS2V8Rd4hp4580a8q23bg0azF2nI8cqLYnC8mh/k=
4141
go.opentelemetry.io/otel/trace v1.34.0/go.mod h1:Svm7lSjQD7kG7KJ/MUHPVXSDGz2OX4h0M2jHBhmSfRE=
42-
golang.org/x/net v0.37.0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c=
43-
golang.org/x/net v0.37.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
42+
golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8=
43+
golang.org/x/net v0.38.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
4444
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
4545
golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik=
4646
golang.org/x/sys v0.31.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=

0 commit comments

Comments
 (0)