File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.24.0
5
5
require (
6
6
github.com/gobuffalo/flect v1.0.3
7
7
github.com/onsi/ginkgo/v2 v2.23.4
8
- github.com/onsi/gomega v1.37 .0
8
+ github.com/onsi/gomega v1.38 .0
9
9
github.com/sirupsen/logrus v1.9.3
10
10
github.com/spf13/afero v1.14.0
11
11
github.com/spf13/cobra v1.9.1
@@ -32,7 +32,6 @@ require (
32
32
golang.org/x/net v0.42.0 // indirect
33
33
golang.org/x/sync v0.16.0 // indirect
34
34
golang.org/x/sys v0.34.0 // indirect
35
- google.golang.org/protobuf v1.36.6 // indirect
36
35
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
37
36
gopkg.in/yaml.v3 v3.0.1 // indirect
38
37
)
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
29
29
github.com/kr/text v0.2.0 /go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE =
30
30
github.com/onsi/ginkgo/v2 v2.23.4 h1:ktYTpKJAVZnDT4VjxSbiBenUjmlL/5QkBEocaWXiQus =
31
31
github.com/onsi/ginkgo/v2 v2.23.4 /go.mod h1:Bt66ApGPBFzHyR+JO10Zbt0Gsp4uWxu5mIOTusL46e8 =
32
- github.com/onsi/gomega v1.37 .0 h1:CdEG8g0S133B4OswTDC/5XPSzE1OeP29QOioj2PID2Y =
33
- github.com/onsi/gomega v1.37 .0 /go.mod h1:8D9+Txp43QWKhM24yyOBEdpkzN8FvJyAwecBgsU4KU0 =
32
+ github.com/onsi/gomega v1.38 .0 h1:c/WX+w8SLAinvuKKQFh77WEucCnPk4j2OTUr7lt7BeY =
33
+ github.com/onsi/gomega v1.38 .0 /go.mod h1:OcXcwId0b9QsE7Y49u+BTrL4IdKOBOKnD6VQNTJEB6o =
34
34
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e /go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA =
35
35
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
36
36
github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
You can’t perform that action at this time.
0 commit comments