Skip to content

Commit 9c81fc1

Browse files
committed
Automator: update istio@ test reference
1 parent 521231c commit 9c81fc1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.5
1010
require (
1111
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
1212
golang.org/x/sync v0.16.0
13-
istio.io/istio v0.0.0-20250820092323-51e2c411637c
13+
istio.io/istio v0.0.0-20250823163417-17b7ec56bf73
1414
k8s.io/apimachinery v0.33.3
1515
k8s.io/client-go v0.33.3
1616
)
@@ -189,7 +189,7 @@ require (
189189
gopkg.in/yaml.v2 v2.4.0 // indirect
190190
gopkg.in/yaml.v3 v3.0.1 // indirect
191191
helm.sh/helm/v3 v3.18.4 // indirect
192-
istio.io/api v1.26.0-alpha.0.0.20250819205620-f7e25069711d // indirect
192+
istio.io/api v1.26.0-alpha.0.0.20250820113222-47f832b86cdd // indirect
193193
istio.io/client-go v1.27.0-beta.0 // indirect
194194
k8s.io/api v0.33.3 // indirect
195195
k8s.io/apiextensions-apiserver v0.33.3 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -539,12 +539,12 @@ helm.sh/helm/v3 v3.18.4 h1:pNhnHM3nAmDrxz6/UC+hfjDY4yeDATQCka2/87hkZXQ=
539539
helm.sh/helm/v3 v3.18.4/go.mod h1:WVnwKARAw01iEdjpEkP7Ii1tT1pTPYfM1HsakFKM3LI=
540540
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
541541
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
542-
istio.io/api v1.26.0-alpha.0.0.20250819205620-f7e25069711d h1:Al5rHyCKwfopGo0j5YBZr34gkFlSRJnU03oWNvFlU84=
543-
istio.io/api v1.26.0-alpha.0.0.20250819205620-f7e25069711d/go.mod h1:BD3qv/ekm16kvSgvSpuiDawgKhEwG97wx849CednJSg=
542+
istio.io/api v1.26.0-alpha.0.0.20250820113222-47f832b86cdd h1:rXbbklkrc68YSkBExYtJHYNWLNTXP3m9H6EbYgjHtQI=
543+
istio.io/api v1.26.0-alpha.0.0.20250820113222-47f832b86cdd/go.mod h1:BD3qv/ekm16kvSgvSpuiDawgKhEwG97wx849CednJSg=
544544
istio.io/client-go v1.27.0-beta.0 h1:VQBOPhrSpgx1464q4kebO6b5YGytoso/AFDxgIralbw=
545545
istio.io/client-go v1.27.0-beta.0/go.mod h1:1ALfqP8DNmeeUVFVPz/A9o02Zd9/zPyDabKuMYZahy0=
546-
istio.io/istio v0.0.0-20250820092323-51e2c411637c h1:nygETswr6Z4Z5/5f/k76l7CCYX6Y4MEC0K0OZDea5po=
547-
istio.io/istio v0.0.0-20250820092323-51e2c411637c/go.mod h1:kPcBsvjpPPfN9k++IXUrfY4vuX+99EbftQ6WjXlT03A=
546+
istio.io/istio v0.0.0-20250823163417-17b7ec56bf73 h1:tkLJzDnXqxtndONe39PHwzOteJtErYf+CC0W6osj+cU=
547+
istio.io/istio v0.0.0-20250823163417-17b7ec56bf73/go.mod h1:/5U2lRJulLgMvq5m2d8pkrGSkboNtW5QT8iG4u2ND78=
548548
k8s.io/api v0.33.3 h1:SRd5t//hhkI1buzxb288fy2xvjubstenEKL9K51KBI8=
549549
k8s.io/api v0.33.3/go.mod h1:01Y/iLUjNBM3TAvypct7DIj0M0NIZc+PzAHCIo0CYGE=
550550
k8s.io/apiextensions-apiserver v0.33.3 h1:qmOcAHN6DjfD0v9kxL5udB27SRP6SG/MTopmge3MwEs=

0 commit comments

Comments
 (0)