File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ require (
1717 github.com/hashicorp/go-multierror v1.1.1
1818 github.com/miekg/dns v1.1.62
1919 github.com/prometheus/client_golang v1.20.5
20- github.com/prometheus/common v0.60.1
2120 github.com/sirupsen/logrus v1.9.3
2221 github.com/spf13/cobra v1.8.1
2322 github.com/spf13/pflag v1.0.5
@@ -159,6 +158,7 @@ require (
159158 github.com/planetscale/vtprotobuf v0.6.1-0.20240409071808-615f978279ca // indirect
160159 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
161160 github.com/prometheus/client_model v0.6.1 // indirect
161+ github.com/prometheus/common v0.60.1 // indirect
162162 github.com/prometheus/procfs v0.15.1 // indirect
163163 github.com/prometheus/prometheus v0.55.0 // indirect
164164 github.com/quic-go/qpack v0.5.1 // indirect
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ import (
4141
4242func TestKmeshRestart (t * testing.T ) {
4343 framework .NewTest (t ).Run (func (t framework.TestContext ) {
44- src := apps .All
45- dst := apps .EnrolledToKmesh
44+ src := apps .EnrolledToKmesh [ 0 ]
45+ dst := apps .All
4646 options := echo.CallOptions {
4747 To : dst ,
4848 Count : 1 ,
You can’t perform that action at this time.
0 commit comments