Skip to content

Commit 529330a

Browse files
chore: update go packages
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2b1b326 commit 529330a

File tree

11 files changed

+179
-58
lines changed

11 files changed

+179
-58
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,17 @@ PKG_TALOSCTL_CNI_BUNDLE_INSTALL ?= $(PKGS_PREFIX)/talosctl-cni-bundle-install:$(
6868
# renovate: datasource=github-tags depName=golang/go
6969
GO_VERSION ?= 1.23
7070
# renovate: datasource=go depName=golang.org/x/tools
71-
GOIMPORTS_VERSION ?= v0.27.0
71+
GOIMPORTS_VERSION ?= v0.28.0
7272
# renovate: datasource=go depName=mvdan.cc/gofumpt
7373
GOFUMPT_VERSION ?= v0.7.0
7474
# renovate: datasource=go depName=github.com/golangci/golangci-lint
7575
GOLANGCILINT_VERSION ?= v1.62.2
7676
# renovate: datasource=go depName=golang.org/x/tools
77-
STRINGER_VERSION ?= v0.27.0
77+
STRINGER_VERSION ?= v0.28.0
7878
# renovate: datasource=go depName=github.com/dmarkham/enumer
7979
ENUMER_VERSION ?= v1.5.10
8080
# renovate: datasource=go depName=k8s.io/code-generator
81-
DEEPCOPY_GEN_VERSION ?= v0.31.3
81+
DEEPCOPY_GEN_VERSION ?= v0.32.0
8282
# renovate: datasource=go depName=github.com/planetscale/vtprotobuf
8383
VTPROTOBUF_VERSION ?= v0.6.0
8484
# renovate: datasource=go depName=github.com/siderolabs/deep-copy

go.mod

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ replace (
1010
github.com/coredns/coredns => github.com/siderolabs/coredns v1.11.53
1111

1212
// see https://github.com/mdlayher/kobject/pull/5
13-
github.com/mdlayher/kobject => github.com/smira/kobject v0.0.0-20240304111826-49c8d4613389
13+
github.com/mdlayher/kobject => github.com/smira/kobject v0.0.0-20200520190114-19ca17470d7d
1414

1515
// Use nested module.
1616
github.com/siderolabs/talos/pkg/machinery => ./pkg/machinery
@@ -28,7 +28,7 @@ replace (
2828

2929
// fd-leak related replacements: https://github.com/siderolabs/talos/issues/9412
3030
// https://github.com/insomniacslk/dhcp/pull/550
31-
replace github.com/insomniacslk/dhcp => github.com/smira/dhcp v0.0.0-20241001122726-31e9ef21c016
31+
replace github.com/insomniacslk/dhcp => github.com/smira/dhcp v0.0.0-20211209223715-7d93572ebe8e
3232

3333
// Kubernetes dependencies sharing the same version.
3434
require (
@@ -45,15 +45,15 @@ require (
4545
)
4646

4747
require (
48-
cloud.google.com/go/compute/metadata v0.5.2
48+
cloud.google.com/go/compute/metadata v0.6.0
4949
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0
5050
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.0
5151
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azcertificates v1.3.0
5252
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.3.0
5353
github.com/alexflint/go-filemutex v1.3.0
5454
github.com/aws/aws-sdk-go-v2/config v1.28.5
55-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.20
56-
github.com/aws/aws-sdk-go-v2/service/kms v1.37.6
55+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.21
56+
github.com/aws/aws-sdk-go-v2/service/kms v1.37.7
5757
github.com/aws/smithy-go v1.22.1
5858
github.com/beevik/ntp v1.4.3
5959
github.com/benbjohnson/clock v1.3.5 // project archived on 2023-05-18
@@ -67,13 +67,13 @@ require (
6767
github.com/containerd/platforms v1.0.0-rc.0
6868
github.com/containerd/typeurl/v2 v2.2.3
6969
github.com/containernetworking/cni v1.2.3
70-
github.com/containernetworking/plugins v1.6.0
71-
github.com/coredns/coredns v1.11.3
70+
github.com/containernetworking/plugins v1.6.1
71+
github.com/coredns/coredns v1.12.0
7272
github.com/coreos/go-iptables v0.8.0
7373
github.com/cosi-project/runtime v0.7.6
7474
github.com/distribution/reference v0.6.0
75-
github.com/docker/cli v27.3.1+incompatible
76-
github.com/docker/docker v27.3.1+incompatible
75+
github.com/docker/cli v27.4.0+incompatible
76+
github.com/docker/docker v27.4.0+incompatible
7777
github.com/docker/go-connections v0.5.0
7878
github.com/dustin/go-humanize v1.0.1
7979
github.com/ecks/uefi v0.0.0-20221116212947-caef65d070eb
@@ -96,13 +96,13 @@ require (
9696
github.com/google/uuid v1.6.0
9797
github.com/gopacket/gopacket v1.3.1
9898
github.com/gosuri/uiprogress v0.0.1
99-
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0
99+
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.2.0
100100
github.com/hashicorp/go-cleanhttp v0.5.2
101101
github.com/hashicorp/go-envparse v0.1.0
102102
github.com/hashicorp/go-getter/v2 v2.2.3
103103
github.com/hashicorp/go-multierror v1.1.1
104104
github.com/hetznercloud/hcloud-go/v2 v2.17.0
105-
github.com/insomniacslk/dhcp v0.0.0-20240829085014-a3a4c1f04475
105+
github.com/insomniacslk/dhcp v0.0.0-20241203100832-a481575ed0ef
106106
github.com/jeromer/syslogparser v1.1.0
107107
github.com/jsimonetti/rtnetlink/v2 v2.0.2
108108
github.com/jxskiss/base62 v1.1.0
@@ -122,7 +122,7 @@ require (
122122
github.com/nberlee/go-netstat v0.1.2
123123
github.com/opencontainers/go-digest v1.0.0
124124
github.com/opencontainers/image-spec v1.1.0
125-
github.com/opencontainers/runc v1.2.2
125+
github.com/opencontainers/runc v1.2.3
126126
github.com/opencontainers/runtime-spec v1.2.0
127127
github.com/packethost/packngo v0.31.0
128128
github.com/pelletier/go-toml/v2 v2.2.3
@@ -136,7 +136,7 @@ require (
136136
github.com/ryanuber/go-glob v1.0.0
137137
github.com/safchain/ethtool v0.5.9
138138
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.30
139-
github.com/siderolabs/crypto v0.5.0
139+
github.com/siderolabs/crypto v0.5.1
140140
github.com/siderolabs/discovery-api v0.1.5
141141
github.com/siderolabs/discovery-client v0.1.10
142142
github.com/siderolabs/gen v0.7.0
@@ -163,12 +163,12 @@ require (
163163
github.com/siderolabs/net v0.4.0
164164
github.com/siderolabs/proto-codec v0.1.1
165165
github.com/siderolabs/siderolink v0.3.11
166-
github.com/siderolabs/talos/pkg/machinery v1.9.0-alpha.3
166+
github.com/siderolabs/talos/pkg/machinery v1.9.0-beta.1
167167
github.com/sirupsen/logrus v1.9.3
168168
github.com/spf13/cobra v1.8.1
169169
github.com/spf13/pflag v1.0.5
170170
github.com/stretchr/testify v1.10.0
171-
github.com/thejerf/suture/v4 v4.0.5
171+
github.com/thejerf/suture/v4 v4.0.6
172172
github.com/u-root/u-root v0.14.0
173173
github.com/ulikunitz/xz v0.5.12
174174
github.com/vmware/vmw-guestinfo v0.0.0-20220317130741-510905f0efa3
@@ -187,12 +187,12 @@ require (
187187
golang.org/x/text v0.21.0
188188
golang.org/x/time v0.8.0
189189
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6
190-
google.golang.org/grpc v1.68.1
190+
google.golang.org/grpc v1.69.0
191191
google.golang.org/protobuf v1.35.2
192192
gopkg.in/yaml.v3 v3.0.1
193193
k8s.io/klog/v2 v2.130.1
194-
kernel.org/pub/linux/libs/security/libcap/cap v1.2.72
195-
sigs.k8s.io/hydrophone v0.6.1-0.20240718103601-b92baf7e0b04
194+
kernel.org/pub/linux/libs/security/libcap/cap v1.2.73
195+
sigs.k8s.io/hydrophone v0.6.1-0.20241114191252-e8a92aa05a29
196196
sigs.k8s.io/yaml v1.4.0
197197
)
198198

@@ -215,10 +215,10 @@ require (
215215
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
216216
github.com/apparentlymart/go-cidr v1.1.0 // indirect
217217
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2 // indirect
218-
github.com/aws/aws-sdk-go-v2 v1.32.5 // indirect
218+
github.com/aws/aws-sdk-go-v2 v1.32.6 // indirect
219219
github.com/aws/aws-sdk-go-v2/credentials v1.17.46 // indirect
220-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.24 // indirect
221-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.24 // indirect
220+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 // indirect
221+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 // indirect
222222
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect
223223
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect
224224
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.5 // indirect
@@ -241,13 +241,13 @@ require (
241241
github.com/coreos/go-semver v0.3.1 // indirect
242242
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
243243
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
244-
github.com/cyphar/filepath-securejoin v0.3.4 // indirect
244+
github.com/cyphar/filepath-securejoin v0.3.5 // indirect
245245
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
246246
github.com/docker/distribution v2.8.3+incompatible // indirect
247247
github.com/docker/docker-credential-helpers v0.7.0 // indirect
248248
github.com/docker/go-units v0.5.0 // indirect
249249
github.com/emicklei/dot v1.6.3 // indirect
250-
github.com/emicklei/go-restful/v3 v3.11.2 // indirect
250+
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
251251
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
252252
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
253253
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -258,7 +258,7 @@ require (
258258
github.com/go-logr/logr v1.4.2 // indirect
259259
github.com/go-logr/stdr v1.2.2 // indirect
260260
github.com/go-openapi/jsonpointer v0.21.0 // indirect
261-
github.com/go-openapi/jsonreference v0.20.4 // indirect
261+
github.com/go-openapi/jsonreference v0.21.0 // indirect
262262
github.com/go-openapi/swag v0.23.0 // indirect
263263
github.com/go-resty/resty/v2 v2.15.3 // indirect
264264
github.com/gogo/protobuf v1.3.2 // indirect
@@ -294,6 +294,7 @@ require (
294294
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
295295
github.com/mdlayher/ethernet v0.0.0-20220221185849-529eae5b6118 // indirect
296296
github.com/mdlayher/packet v1.1.2 // indirect
297+
github.com/mdlayher/raw v0.0.0-20191009151244-50f2db8cc065 // indirect
297298
github.com/mdlayher/socket v0.5.1 // indirect
298299
github.com/mitchellh/go-homedir v1.1.0 // indirect
299300
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
@@ -365,10 +366,10 @@ require (
365366
k8s.io/cli-runtime v0.32.0 // indirect
366367
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
367368
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
368-
kernel.org/pub/linux/libs/security/libcap/psx v1.2.72 // indirect
369+
kernel.org/pub/linux/libs/security/libcap/psx v1.2.73 // indirect
369370
rsc.io/qr v0.2.0 // indirect
370371
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
371-
sigs.k8s.io/knftables v0.0.17 // indirect
372+
sigs.k8s.io/knftables v0.0.18 // indirect
372373
sigs.k8s.io/kustomize/api v0.18.0 // indirect
373374
sigs.k8s.io/kustomize/kyaml v0.18.1 // indirect
374375
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect

0 commit comments

Comments
 (0)