Skip to content

Commit

Permalink
Merge pull request #524 from Poorunga/main
Browse files Browse the repository at this point in the history
fix gateway serviceMap numbers sync error
  • Loading branch information
Poorunga committed Nov 26, 2023
2 parents b322a92 + 8123496 commit 041fca8
Show file tree
Hide file tree
Showing 2 changed files with 311 additions and 78 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ require (
k8s.io/api v0.23.1
k8s.io/apimachinery v0.23.1
k8s.io/client-go v0.23.1
k8s.io/cloud-provider v0.23.0
k8s.io/component-base v0.23.0
k8s.io/klog/v2 v2.40.1
k8s.io/kubernetes v1.23.0
Expand Down Expand Up @@ -184,7 +185,6 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
istio.io/gogo-genproto v0.0.0-20210113155706-4daf5697332f // indirect
k8s.io/apiserver v0.23.0 // indirect
k8s.io/cloud-provider v0.23.0 // indirect
k8s.io/component-helpers v0.23.0 // indirect
k8s.io/klog v1.0.0 // indirect
k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect
Expand Down
Loading

0 comments on commit 041fca8

Please sign in to comment.