mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 17:46:57 +02:00
chore(deps): bump the dev-dependencies group with 2 updates (#5555)
Bumps the dev-dependencies group with 2 updates: [istio.io/api](https://github.com/istio/api) and [istio.io/client-go](https://github.com/istio/client-go). Updates `istio.io/api` from 1.26.1 to 1.26.2 - [Commits](https://github.com/istio/api/compare/1.26.1...1.26.2) Updates `istio.io/client-go` from 1.26.1 to 1.26.2 - [Commits](https://github.com/istio/client-go/compare/1.26.1...1.26.2) --- updated-dependencies: - dependency-name: istio.io/api dependency-version: 1.26.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: istio.io/client-go dependency-version: 1.26.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
d30674b650
commit
70efe5b448
4
go.mod
4
go.mod
@ -64,8 +64,8 @@ require (
|
|||||||
golang.org/x/time v0.12.0
|
golang.org/x/time v0.12.0
|
||||||
google.golang.org/api v0.238.0
|
google.golang.org/api v0.238.0
|
||||||
gopkg.in/ns1/ns1-go.v2 v2.14.4
|
gopkg.in/ns1/ns1-go.v2 v2.14.4
|
||||||
istio.io/api v1.26.1
|
istio.io/api v1.26.2
|
||||||
istio.io/client-go v1.26.1
|
istio.io/client-go v1.26.2
|
||||||
k8s.io/api v0.33.2
|
k8s.io/api v0.33.2
|
||||||
k8s.io/apimachinery v0.33.2
|
k8s.io/apimachinery v0.33.2
|
||||||
k8s.io/client-go v0.33.2
|
k8s.io/client-go v0.33.2
|
||||||
|
8
go.sum
8
go.sum
@ -1442,10 +1442,10 @@ honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWh
|
|||||||
honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
|
honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
|
||||||
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
|
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
|
||||||
honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg=
|
honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg=
|
||||||
istio.io/api v1.26.1 h1:1OM0JtHgA6VLkmWna02W0RFqHsOQqFtowAf+u9jVOR0=
|
istio.io/api v1.26.2 h1:gLkGSB2nkqA/9u/tE/OMEv+U4Fhci2JZgIqjA0CxMak=
|
||||||
istio.io/api v1.26.1/go.mod h1:DTVGH6CLXj5W8FF9JUD3Tis78iRgT1WeuAnxfTz21Wg=
|
istio.io/api v1.26.2/go.mod h1:DTVGH6CLXj5W8FF9JUD3Tis78iRgT1WeuAnxfTz21Wg=
|
||||||
istio.io/client-go v1.26.1 h1:Y16LEA1iOhBgebd2D8UPWnBJZz/dmz9czt7JdZy2E74=
|
istio.io/client-go v1.26.2 h1:XWvQzBM69vB2xo1bzrp+CYbE8KlRAPotR4ls5Vv35EM=
|
||||||
istio.io/client-go v1.26.1/go.mod h1:1nRkn8XmI8AZVKElaLsC79jrVqS+PPIu1EczNvmGst8=
|
istio.io/client-go v1.26.2/go.mod h1:eAImguSJPdaDiSSS2CEsywNHE8WWfqd3WfS18Rj8ynI=
|
||||||
k8s.io/api v0.18.0/go.mod h1:q2HRQkfDzHMBZL9l/y9rH63PkQl4vae0xRT+8prbrK8=
|
k8s.io/api v0.18.0/go.mod h1:q2HRQkfDzHMBZL9l/y9rH63PkQl4vae0xRT+8prbrK8=
|
||||||
k8s.io/api v0.18.2/go.mod h1:SJCWI7OLzhZSvbY7U8zwNl9UA4o1fizoug34OV/2r78=
|
k8s.io/api v0.18.2/go.mod h1:SJCWI7OLzhZSvbY7U8zwNl9UA4o1fizoug34OV/2r78=
|
||||||
k8s.io/api v0.18.4/go.mod h1:lOIQAKYgai1+vz9J7YcDZwC26Z0zQewYOGWdyIPUUQ4=
|
k8s.io/api v0.18.4/go.mod h1:lOIQAKYgai1+vz9J7YcDZwC26Z0zQewYOGWdyIPUUQ4=
|
||||||
|
Loading…
Reference in New Issue
Block a user