File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ require (
5252 github.com/minio/minio-go/v6 v6.0.57
5353 github.com/mitchellh/mapstructure v1.5.0
5454 github.com/olekukonko/tablewriter v0.0.5
55- github.com/onsi/ginkgo/v2 v2.28.1
55+ github.com/onsi/ginkgo/v2 v2.28.2
5656 github.com/onsi/gomega v1.39.1
5757 github.com/pelletier/go-toml/v2 v2.2.2
5858 github.com/pingcap/errors v0.11.5-0.20211224045212-9687c2b0f87c
Original file line number Diff line number Diff line change @@ -420,8 +420,8 @@ github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f h1:y5//uYreIhSUg3J
420420github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f /go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw =
421421github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec =
422422github.com/olekukonko/tablewriter v0.0.5 /go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY =
423- github.com/onsi/ginkgo/v2 v2.28.1 h1:S4hj+HbZp40fNKuLUQOYLDgZLwNUVn19N3Atb98NCyI =
424- github.com/onsi/ginkgo/v2 v2.28.1 /go.mod h1:CLtbVInNckU3/+gC8LzkGUb9oF+e8W8TdUsxPwvdOgE =
423+ github.com/onsi/ginkgo/v2 v2.28.2 h1:DTrMfpqxiNUyQ3Y0zhn1n3cOO2euFgQPYIpkWwxVFps =
424+ github.com/onsi/ginkgo/v2 v2.28.2 /go.mod h1:CLtbVInNckU3/+gC8LzkGUb9oF+e8W8TdUsxPwvdOgE =
425425github.com/onsi/gomega v1.39.1 h1:1IJLAad4zjPn2PsnhH70V4DKRFlrCzGBNrNaru+Vf28 =
426426github.com/onsi/gomega v1.39.1 /go.mod h1:hL6yVALoTOxeWudERyfppUcZXjMwIMLnuSfruD2lcfg =
427427github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U =
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ require (
3636 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
3737 github.com/modern-go/reflect2 v1.0.2 // indirect
3838 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
39- github.com/onsi/ginkgo/v2 v2.28.1 // indirect
39+ github.com/onsi/ginkgo/v2 v2.28.2 // indirect
4040 github.com/onsi/gomega v1.39.1 // indirect
4141 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
4242 github.com/prometheus/client_golang v1.19.1 // indirect
Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G
8383github.com/modern-go/reflect2 v1.0.2 /go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk =
8484github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA =
8585github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 /go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ =
86- github.com/onsi/ginkgo/v2 v2.28.1 h1:S4hj+HbZp40fNKuLUQOYLDgZLwNUVn19N3Atb98NCyI =
87- github.com/onsi/ginkgo/v2 v2.28.1 /go.mod h1:CLtbVInNckU3/+gC8LzkGUb9oF+e8W8TdUsxPwvdOgE =
86+ github.com/onsi/ginkgo/v2 v2.28.2 h1:DTrMfpqxiNUyQ3Y0zhn1n3cOO2euFgQPYIpkWwxVFps =
87+ github.com/onsi/ginkgo/v2 v2.28.2 /go.mod h1:CLtbVInNckU3/+gC8LzkGUb9oF+e8W8TdUsxPwvdOgE =
8888github.com/onsi/gomega v1.39.1 h1:1IJLAad4zjPn2PsnhH70V4DKRFlrCzGBNrNaru+Vf28 =
8989github.com/onsi/gomega v1.39.1 /go.mod h1:hL6yVALoTOxeWudERyfppUcZXjMwIMLnuSfruD2lcfg =
9090github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 github.com/Masterminds/semver/v3 v3.4.0 // indirect
99 github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
1010 github.com/google/pprof v0.0.0-20260115054156-294ebfa9ad83 // indirect
11- github.com/onsi/ginkgo/v2 v2.28.1 // indirect
11+ github.com/onsi/ginkgo/v2 v2.28.2 // indirect
1212 golang.org/x/mod v0.33.0 // indirect
1313 golang.org/x/sync v0.19.0 // indirect
1414 golang.org/x/tools v0.42.0 // indirect
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ github.com/maruel/natural v1.1.1 h1:Hja7XhhmvEFhcByqDoHz9QZbkWey+COd9xWfCfn1ioo=
2828github.com/maruel/natural v1.1.1 /go.mod h1:v+Rfd79xlw1AgVBjbO0BEQmptqb5HvL/k9GRHB7ZKEg =
2929github.com/mfridman/tparse v0.18.0 h1:wh6dzOKaIwkUGyKgOntDW4liXSo37qg5AXbIhkMV3vE =
3030github.com/mfridman/tparse v0.18.0 /go.mod h1:gEvqZTuCgEhPbYk/2lS3Kcxg1GmTxxU7kTC8DvP0i/A =
31- github.com/onsi/ginkgo/v2 v2.28.1 h1:S4hj+HbZp40fNKuLUQOYLDgZLwNUVn19N3Atb98NCyI =
32- github.com/onsi/ginkgo/v2 v2.28.1 /go.mod h1:CLtbVInNckU3/+gC8LzkGUb9oF+e8W8TdUsxPwvdOgE =
31+ github.com/onsi/ginkgo/v2 v2.28.2 h1:DTrMfpqxiNUyQ3Y0zhn1n3cOO2euFgQPYIpkWwxVFps =
32+ github.com/onsi/ginkgo/v2 v2.28.2 /go.mod h1:CLtbVInNckU3/+gC8LzkGUb9oF+e8W8TdUsxPwvdOgE =
3333github.com/onsi/gomega v1.39.0 h1:y2ROC3hKFmQZJNFeGAMeHZKkjBL65mIZcvrLQBF9k6Q =
3434github.com/onsi/gomega v1.39.0 /go.mod h1:ZCU1pkQcXDO5Sl9/VVEGlDyp+zm0m1cmeG5TOzLgdh4 =
3535github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
You can’t perform that action at this time.
0 commit comments