File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ GO_APIDIFF_VER := v0.5.0
105105GO_APIDIFF_BIN := go-apidiff
106106GO_APIDIFF := $(TOOLS_BIN_DIR ) /$(GO_APIDIFF_BIN )
107107
108- GINKGO_VER := v2.8.3
108+ GINKGO_VER := v2.8.4
109109GINKGO_BIN := ginkgo
110110GINKGO := $(TOOLS_BIN_DIR ) /$(GINKGO_BIN ) -$(GINKGO_VER )
111111
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ require (
2121 github.com/hashicorp/go-retryablehttp v0.7.2
2222 github.com/hashicorp/golang-lru v0.5.4
2323 github.com/jongio/azidext/go/azidext v0.4.0
24- github.com/onsi/ginkgo/v2 v2.8.3
24+ github.com/onsi/ginkgo/v2 v2.8.4
2525 github.com/onsi/gomega v1.27.1
2626 github.com/pkg/errors v0.9.1
2727 github.com/pkg/sftp v1.13.5
Original file line number Diff line number Diff line change @@ -589,8 +589,8 @@ github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
589589github.com/oklog/ulid v1.3.1 /go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U =
590590github.com/olekukonko/tablewriter v0.0.5 /go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY =
591591github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE =
592- github.com/onsi/ginkgo/v2 v2.8.3 h1:RpbK1G8nWPNaCVFBWsOGnEQQGgASi6b8fxcWBvDYjxQ =
593- github.com/onsi/ginkgo/v2 v2.8.3 /go.mod h1:6OaUA8BCi0aZfmzYT/q9AacwTzDpNbxILUT+TlBq6MY =
592+ github.com/onsi/ginkgo/v2 v2.8.4 h1:gf5mIQ8cLFieruNLAdgijHF1PYfLphKm2dxxcUtcqK0 =
593+ github.com/onsi/ginkgo/v2 v2.8.4 /go.mod h1:427dEDQZkDKsBvCjc2A/ZPefhKxsTTrsQegMlayL730 =
594594github.com/onsi/gomega v1.27.1 h1:rfztXRbg6nv/5f+Raen9RcGoSecHIFgBBLQK3Wdj754 =
595595github.com/onsi/gomega v1.27.1 /go.mod h1:aHX5xOykVYzWOV4WqQy0sy8BQptgukenXpCXfadcIAw =
596596github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U =
You can’t perform that action at this time.
0 commit comments