Skip to content

Commit 90d29f8

Browse files
chore(deps): update go-modules to v1.25.5 (#58)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 4f8fd2e commit 90d29f8

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#--------
22
# builder
33
#--------
4-
FROM golang:1.25.4-alpine@sha256:d3f0cf7723f3429e3f9ed846243970b20a2de7bae6a5b66fc5914e228d831bbb AS builder
4+
FROM golang:1.25.5-alpine@sha256:3587db7cc96576822c606d119729370dbf581931c5f43ac6d3fa03ab4ed85a10 AS builder
55

66
ARG TARGETPLATFORM
77
ARG TARGETOS="linux"

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ module external-dns-cloudns-webhook
22

33
go 1.25
44

5-
toolchain go1.25.4
5+
toolchain go1.25.5
66

77
require (
88
github.com/codingconcepts/env v0.0.0-20240618133406-5b0845441187
99
github.com/golang/mock v1.6.0
10-
github.com/google/go-licenses/v2 v2.0.1
10+
github.com/google/go-licenses v1.6.0
1111
github.com/ppmathis/cloudns-go v1.0.1
1212
github.com/sirupsen/logrus v1.9.3
1313
github.com/stretchr/testify v1.11.1
@@ -68,7 +68,6 @@ require (
6868
k8s.io/client-go v0.34.2 // indirect
6969
k8s.io/kube-openapi v0.0.0-20250814151709-d7b6acb124c3 // indirect
7070
k8s.io/utils v0.0.0-20250820121507-0af2bda4dd1d // indirect
71-
mvdan.cc/gofumpt v0.9.2 // indirect
7271
sigs.k8s.io/controller-runtime v0.22.4 // indirect
7372
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
7473
sigs.k8s.io/randfill v1.0.0 // indirect

go.sum

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
209209
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
210210
github.com/google/go-licenses v1.6.0 h1:MM+VCXf0slYkpWO0mECvdYDVCxZXIQNal5wqUIXEZ/A=
211211
github.com/google/go-licenses v1.6.0/go.mod h1:Z8jgz2isEhdenOqd/00pq7I4y4k1xVVQJv415otjclo=
212-
github.com/google/go-licenses/v2 v2.0.1/go.mod h1:efibo0EDNGkau6AIMOViGW+rTNPudhxX9rCxtfw5zKE=
213212
github.com/google/go-replayers/httpreplay v1.1.1/go.mod h1:gN9GeLIs7l6NUoVaSSnv2RiqK1NiwAmD0MrKeC9IIks=
214213
github.com/google/go-replayers/httpreplay v1.2.0 h1:VM1wEyyjaoU53BwrOnaf9VhAyQQEEioJvFYxYcLRKzk=
215214
github.com/google/go-replayers/httpreplay v1.2.0/go.mod h1:WahEFFZZ7a1P4VM1qEeHy+tME4bwyqPcwWbNlUI1Mcg=
@@ -944,8 +943,6 @@ k8s.io/kube-openapi v0.0.0-20250814151709-d7b6acb124c3 h1:liMHz39T5dJO1aOKHLvwaC
944943
k8s.io/kube-openapi v0.0.0-20250814151709-d7b6acb124c3/go.mod h1:UZ2yyWbFTpuhSbFhv24aGNOdoRdJZgsIObGBUaYVsts=
945944
k8s.io/utils v0.0.0-20250820121507-0af2bda4dd1d h1:wAhiDyZ4Tdtt7e46e9M5ZSAJ/MnPGPs+Ki1gHw4w1R0=
946945
k8s.io/utils v0.0.0-20250820121507-0af2bda4dd1d/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
947-
mvdan.cc/gofumpt v0.9.2 h1:zsEMWL8SVKGHNztrx6uZrXdp7AX8r421Vvp23sz7ik4=
948-
mvdan.cc/gofumpt v0.9.2/go.mod h1:iB7Hn+ai8lPvofHd9ZFGVg2GOr8sBUw1QUWjNbmIL/s=
949946
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
950947
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
951948
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=

0 commit comments

Comments
 (0)