Skip to content

Commit

Permalink
Merge pull request #492 from meshery/dependabot/go_modules/istio.io/c…
Browse files Browse the repository at this point in the history
…lient-go-1.15.1

Bump istio.io/client-go from 1.15.0 to 1.15.1
  • Loading branch information
leecalcote authored Oct 3, 2022
2 parents 410618a + 8d5c9b6 commit bf72830
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/layer5io/meshkit v0.6.2
github.com/layer5io/service-mesh-performance v0.3.4
gopkg.in/yaml.v2 v2.4.0
istio.io/client-go v1.15.0
istio.io/client-go v1.15.1
k8s.io/apimachinery v0.25.2
k8s.io/client-go v0.25.2
)
Expand Down Expand Up @@ -139,7 +139,7 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
gorm.io/gorm v1.23.4 // indirect
helm.sh/helm/v3 v3.9.4 // indirect
istio.io/api v0.0.0-20220826132550-04f2b20dc284 // indirect
istio.io/api v0.0.0-20220907134937-b47284812feb // indirect
k8s.io/api v0.25.2 // indirect
k8s.io/apiextensions-apiserver v0.25.1 // indirect
k8s.io/apiserver v0.25.1 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1495,11 +1495,11 @@ honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9
honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
istio.io/api v0.0.0-20200708135631-b736e804afd1/go.mod h1:kyq3g5w42zl/AKlbzDGppYpGMQYMYMyZKeq0/eexML8=
istio.io/api v0.0.0-20200724154434-34e474846e0d/go.mod h1:kyq3g5w42zl/AKlbzDGppYpGMQYMYMyZKeq0/eexML8=
istio.io/api v0.0.0-20220826132550-04f2b20dc284 h1:V1i4YF4zqlfrp6hlAweThW1XuDtgUWyDVcndX7FxB3U=
istio.io/api v0.0.0-20220826132550-04f2b20dc284/go.mod h1:hQkF0Q19MCmfOTre/Sg4KvrwwETq45oaFplnBm2p4j8=
istio.io/api v0.0.0-20220907134937-b47284812feb h1:gww8VW5FEh7e1qvdtJfLiNL7tpPzeSCZkXtwUM1gCCc=
istio.io/api v0.0.0-20220907134937-b47284812feb/go.mod h1:hQkF0Q19MCmfOTre/Sg4KvrwwETq45oaFplnBm2p4j8=
istio.io/client-go v0.0.0-20200708142230-d7730fd90478/go.mod h1:NO0P6SN0xgF2jvxc74XFu+0lFzDpHhjFDpZqcsqT6yo=
istio.io/client-go v1.15.0 h1:7bvEoA2OUsiaQQAfwlo+pPnfvL7yq+x18U1aRIZM0qU=
istio.io/client-go v1.15.0/go.mod h1:EqbbL+90VpmUbedJTv0nG0v/ulk32cVTKKjZsG7UYqM=
istio.io/client-go v1.15.1 h1:7OQQr1q+cw85LxlT951t1z5kzo469yMUg2xzv3W2qdw=
istio.io/client-go v1.15.1/go.mod h1:y7N6Hi3uohxutNPWhilQ0sTVzuhWWA6JyRHNj3QyMxU=
istio.io/gogo-genproto v0.0.0-20190930162913-45029607206a/go.mod h1:OzpAts7jljZceG4Vqi5/zXy/pOg1b209T3jb7Nv5wIs=
k8s.io/api v0.17.0/go.mod h1:npsyOePkeP0CPwyGfXDHxvypiYMJxBWAMpQxCaJ4ZxI=
k8s.io/api v0.17.2/go.mod h1:BS9fjjLc4CMuqfSO8vgbHPKMt5+SF0ET6u/RVDihTo4=
Expand Down

0 comments on commit bf72830

Please sign in to comment.