Skip to content

Commit 0b77c7d

Browse files
Merge pull request #582 from jacobweinstock/update-crypto
Update direct dependencies: ## Description <!--- Please describe what this PR is going to change --> There is a critical CVE in golang.org/x/crypto that needs to be updated. ## Why is this needed <!--- Link to issue you have raised --> Fixes: # ## How Has This Been Tested? <!--- Please describe in detail how you tested your changes. --> <!--- Include details of your testing environment, and the tests you ran to --> <!--- see how your change affects other areas of the code, etc. --> ## How are existing users impacted? What migration steps/scripts do we need? <!--- Fixes a bug, unblocks installation, removes a component of the stack etc --> <!--- Requires a DB migration script, etc. --> ## Checklist: I have: - [ ] updated the documentation and/or roadmap (if required) - [ ] added unit or e2e tests - [ ] provided instructions on how to upgrade
2 parents 15033c0 + eff7a32 commit 0b77c7d

File tree

2 files changed

+82
-77
lines changed

2 files changed

+82
-77
lines changed

go.mod

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,32 @@ go 1.23
55
toolchain go1.23.2
66

77
require (
8-
github.com/ccoveille/go-safecast v1.2.0
8+
github.com/ccoveille/go-safecast v1.5.0
99
github.com/diskfs/go-diskfs v1.4.2
1010
github.com/fsnotify/fsnotify v1.8.0
1111
github.com/ghodss/yaml v1.0.0
1212
github.com/go-logr/logr v1.4.2
1313
github.com/go-logr/stdr v1.2.2
1414
github.com/google/go-cmp v0.6.0
15-
github.com/insomniacslk/dhcp v0.0.0-20240829085014-a3a4c1f04475
15+
github.com/insomniacslk/dhcp v0.0.0-20250109001534-8abf58130905
1616
github.com/peterbourgon/ff/v3 v3.4.0
1717
github.com/prometheus/client_golang v1.20.5
1818
github.com/stretchr/testify v1.10.0
19-
github.com/tinkerbell/ipxedust v0.0.0-20241108174245-aa0c0298057d
20-
github.com/tinkerbell/tink v0.12.1
19+
github.com/tinkerbell/ipxedust v0.0.0-20241209190914-3b26a5502f13
20+
github.com/tinkerbell/tink v0.12.2
2121
github.com/vishvananda/netlink v1.3.0
22-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.57.0
23-
go.opentelemetry.io/otel v1.32.0
24-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.32.0
25-
go.opentelemetry.io/otel/sdk v1.32.0
26-
go.opentelemetry.io/otel/trace v1.32.0
27-
golang.org/x/net v0.32.0
22+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0
23+
go.opentelemetry.io/otel v1.33.0
24+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.33.0
25+
go.opentelemetry.io/otel/sdk v1.33.0
26+
go.opentelemetry.io/otel/trace v1.33.0
27+
golang.org/x/net v0.34.0
2828
golang.org/x/sync v0.10.0
29-
golang.org/x/sys v0.28.0
30-
google.golang.org/grpc v1.68.1
29+
golang.org/x/sys v0.29.0
30+
google.golang.org/grpc v1.69.2
3131
k8s.io/apimachinery v0.31.3
3232
k8s.io/client-go v0.31.3
33-
sigs.k8s.io/controller-runtime v0.19.3
33+
sigs.k8s.io/controller-runtime v0.19.4
3434
)
3535

3636
require (
@@ -59,7 +59,7 @@ require (
5959
github.com/google/gnostic-models v0.6.8 // indirect
6060
github.com/google/gofuzz v1.2.0 // indirect
6161
github.com/google/uuid v1.6.0 // indirect
62-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0 // indirect
62+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 // indirect
6363
github.com/imdario/mergo v0.3.16 // indirect
6464
github.com/josharian/intern v1.0.0 // indirect
6565
github.com/josharian/native v1.1.0 // indirect
@@ -89,18 +89,19 @@ require (
8989
github.com/ulikunitz/xz v0.5.11 // indirect
9090
github.com/vishvananda/netns v0.0.4 // indirect
9191
github.com/x448/float16 v0.8.4 // indirect
92-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.32.0 // indirect
93-
go.opentelemetry.io/otel/metric v1.32.0 // indirect
94-
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
95-
golang.org/x/crypto v0.30.0 // indirect
92+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
93+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.33.0 // indirect
94+
go.opentelemetry.io/otel/metric v1.33.0 // indirect
95+
go.opentelemetry.io/proto/otlp v1.4.0 // indirect
96+
golang.org/x/crypto v0.32.0 // indirect
9697
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
97-
golang.org/x/oauth2 v0.23.0 // indirect
98-
golang.org/x/term v0.27.0 // indirect
98+
golang.org/x/oauth2 v0.24.0 // indirect
99+
golang.org/x/term v0.28.0 // indirect
99100
golang.org/x/text v0.21.0 // indirect
100101
golang.org/x/time v0.6.0 // indirect
101-
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
102-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
103-
google.golang.org/protobuf v1.35.1 // indirect
102+
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
103+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
104+
google.golang.org/protobuf v1.35.2 // indirect
104105
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
105106
gopkg.in/inf.v0 v0.9.1 // indirect
106107
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)