File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ require (
16
16
github.com/google/uuid v1.6.0
17
17
github.com/hashicorp/go-version v1.7.0
18
18
github.com/kubernetes-csi/external-snapshotter/client/v8 v8.2.0
19
- github.com/onsi/ginkgo/v2 v2.23.4
19
+ github.com/onsi/ginkgo/v2 v2.24.0
20
20
github.com/onsi/gomega v1.38.0
21
21
github.com/pganalyze/pg_query_go/v6 v6.1.0
22
22
github.com/pkg/errors v0.9.1
@@ -43,6 +43,7 @@ require (
43
43
)
44
44
45
45
require (
46
+ github.com/Masterminds/semver/v3 v3.3.1 // indirect
46
47
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
47
48
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
48
49
github.com/fsnotify/fsnotify v1.9.0 // indirect
Original file line number Diff line number Diff line change
1
+ github.com/Masterminds/semver/v3 v3.3.1 h1:QtNSWtVZ3nBfk8mAOu/B6v7FMJ+NHTIgUPi7rj+4nv4 =
2
+ github.com/Masterminds/semver/v3 v3.3.1 /go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM =
1
3
github.com/Percona-Lab/percona-version-service v0.0.0-20230404081016-ea25e30cdcbc h1:aBpUepmWt8NsLH0fOA6vb8CCvIIJ4jMNxpvR36PaRSs =
2
4
github.com/Percona-Lab/percona-version-service v0.0.0-20230404081016-ea25e30cdcbc /go.mod h1:dOzRkbUNd/qpn35nOSy60ZQBiP9wa9g1kh9kaMg/tOk =
3
5
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio =
@@ -143,8 +145,8 @@ github.com/oklog/ulid v1.3.1 h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4=
143
145
github.com/oklog/ulid v1.3.1 /go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U =
144
146
github.com/onsi/ginkgo v1.15.2 h1:l77YT15o814C2qVL47NOyjV/6RbaP7kKdrvZnxQ3Org =
145
147
github.com/onsi/ginkgo v1.15.2 /go.mod h1:Dd6YFfwBW84ETqqtL0CPyPXillHgY6XhQH3uuCCTr/o =
146
- github.com/onsi/ginkgo/v2 v2.23.4 h1:ktYTpKJAVZnDT4VjxSbiBenUjmlL/5QkBEocaWXiQus =
147
- github.com/onsi/ginkgo/v2 v2.23.4 /go.mod h1:Bt66ApGPBFzHyR+JO10Zbt0Gsp4uWxu5mIOTusL46e8 =
148
+ github.com/onsi/ginkgo/v2 v2.24.0 h1:obZz8LAnHicNdbBqvG3ytAFx8fgza+i1IDpBVcHT2YE =
149
+ github.com/onsi/ginkgo/v2 v2.24.0 /go.mod h1:ppTWQ1dh9KM/F1XgpeRqelR+zHVwV81DGRSDnFxK7Sk =
148
150
github.com/onsi/gomega v1.38.0 h1:c/WX+w8SLAinvuKKQFh77WEucCnPk4j2OTUr7lt7BeY =
149
151
github.com/onsi/gomega v1.38.0 /go.mod h1:OcXcwId0b9QsE7Y49u+BTrL4IdKOBOKnD6VQNTJEB6o =
150
152
github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs =
You can’t perform that action at this time.
0 commit comments