Skip to content

Commit

Permalink
Automator: update istio@ test reference (#16096)
Browse files Browse the repository at this point in the history
  • Loading branch information
istio-testing authored Dec 16, 2024
1 parent 91cc575 commit 2dc5990
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.5
require (
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
golang.org/x/sync v0.9.0
istio.io/istio v0.0.0-20241208000208-20f8f0cb8063
istio.io/istio v0.0.0-20241214160242-c086cb91f9c4
k8s.io/apimachinery v0.31.2
k8s.io/client-go v0.31.2
)
Expand Down Expand Up @@ -189,8 +189,8 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
helm.sh/helm/v3 v3.16.3 // indirect
istio.io/api v1.24.0-alpha.0.0.20241204014820-f3e32c3b7a56 // indirect
istio.io/client-go v1.24.0-alpha.0.0.20241204015120-8f91b6fd01de // indirect
istio.io/api v1.24.0-alpha.0.0.20241213165305-e1f82e2bed66 // indirect
istio.io/client-go v1.24.0-alpha.0.0.20241213165604-5e53cc1d5852 // indirect
k8s.io/api v0.31.2 // indirect
k8s.io/apiextensions-apiserver v0.31.2 // indirect
k8s.io/apiserver v0.31.2 // indirect
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -562,12 +562,12 @@ helm.sh/helm/v3 v3.16.3 h1:kb8bSxMeRJ+knsK/ovvlaVPfdis0X3/ZhYCSFRP+YmY=
helm.sh/helm/v3 v3.16.3/go.mod h1:zeVWGDR4JJgiRbT3AnNsjYaX8OTJlIE9zC+Q7F7iUSU=
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
istio.io/api v1.24.0-alpha.0.0.20241204014820-f3e32c3b7a56 h1:sG5j5h8Xph+tyJSURUw6j0dxARnQ27JEov6TEMQz/yM=
istio.io/api v1.24.0-alpha.0.0.20241204014820-f3e32c3b7a56/go.mod h1:MQnRok7RZ20/PE56v0LxmoWH0xVxnCQPNuf9O7PAN1I=
istio.io/client-go v1.24.0-alpha.0.0.20241204015120-8f91b6fd01de h1:BmRGuLcI0YBdbtmPQQLyFx10CF3CRkzXJniuvsmpCyQ=
istio.io/client-go v1.24.0-alpha.0.0.20241204015120-8f91b6fd01de/go.mod h1:+D0rb9jJ2uSUF3ew4CES/Gch/SZbrzA3NU6jAxx+dwc=
istio.io/istio v0.0.0-20241208000208-20f8f0cb8063 h1:Xt0KMtia0XDveGK8UHe+GbDjMj3weP03Uzlttife0DQ=
istio.io/istio v0.0.0-20241208000208-20f8f0cb8063/go.mod h1:5MSIeN4xUz+HFe69b9268rl0WTpol5PPgCf/YmQduwY=
istio.io/api v1.24.0-alpha.0.0.20241213165305-e1f82e2bed66 h1:TduJO0W8SpqeFvoYhk5J/Z6/G5j4tswt3c/IoO/kKiA=
istio.io/api v1.24.0-alpha.0.0.20241213165305-e1f82e2bed66/go.mod h1:MQnRok7RZ20/PE56v0LxmoWH0xVxnCQPNuf9O7PAN1I=
istio.io/client-go v1.24.0-alpha.0.0.20241213165604-5e53cc1d5852 h1:SmzL794lAJvOWzR5B5Sepw5PDNEV3BsRlbi44hoOJWM=
istio.io/client-go v1.24.0-alpha.0.0.20241213165604-5e53cc1d5852/go.mod h1:7dC2PM9+bwEl2SQDmz5MZCE5uUUINRc80UWnZokh0lo=
istio.io/istio v0.0.0-20241214160242-c086cb91f9c4 h1:O/Z8ipMEZGc+jif5zq/OkGSWz87COMy72AFf1JkCam4=
istio.io/istio v0.0.0-20241214160242-c086cb91f9c4/go.mod h1:A3Lzkg62F2DSPCcf7PwmX+LOeX3h+CaT7njpK/5KUhw=
k8s.io/api v0.31.2 h1:3wLBbL5Uom/8Zy98GRPXpJ254nEFpl+hwndmk9RwmL0=
k8s.io/api v0.31.2/go.mod h1:bWmGvrGPssSK1ljmLzd3pwCQ9MgoTsRCuK35u6SygUk=
k8s.io/apiextensions-apiserver v0.31.2 h1:W8EwUb8+WXBLu56ser5IudT2cOho0gAKeTOnywBLxd0=
Expand Down

0 comments on commit 2dc5990

Please sign in to comment.