Skip to content

Commit 430d80e

Browse files
Merge pull request #291 from maxbrunsfeld/dependabot/go_modules/github.com/onsi/gomega-1.34.1
Bump github.com/onsi/gomega from 1.33.1 to 1.34.1
2 parents c03341a + 4308eee commit 430d80e

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

go.mod

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
module github.com/maxbrunsfeld/counterfeiter/v6
22

33
require (
4-
github.com/onsi/gomega v1.33.1
4+
github.com/onsi/gomega v1.34.1
55
github.com/sclevine/spec v1.4.0
66
golang.org/x/text v0.16.0
77
golang.org/x/tools v0.23.0
88
)
99

1010
require (
1111
github.com/google/go-cmp v0.6.0 // indirect
12+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
1213
golang.org/x/mod v0.19.0 // indirect
1314
golang.org/x/net v0.27.0 // indirect
1415
golang.org/x/sync v0.7.0 // indirect

go.sum

+5-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfn
88
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
99
github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
1010
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
11-
github.com/onsi/ginkgo/v2 v2.17.2 h1:7eMhcy3GimbsA3hEnVKdw/PQM9XN9krpKVXsZdph0/g=
12-
github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk=
13-
github.com/onsi/gomega v1.33.1/go.mod h1:U4R44UsT+9eLIaYRB2a5qajjtQYn0hauxvRm16AVYg0=
11+
github.com/onsi/ginkgo/v2 v2.19.0 h1:9Cnnf7UHo57Hy3k6/m5k3dRfGTMXGvxhHFvkDTCTpvA=
12+
github.com/onsi/gomega v1.34.1 h1:EUMJIKUjM8sKjYbtxQI9A4z2o+rruxnzNvpknOXie6k=
13+
github.com/onsi/gomega v1.34.1/go.mod h1:kU1QgUvBDLXBJq618Xvm2LUX6rSAfRaFRTcdOeDLwwY=
1414
github.com/sclevine/spec v1.4.0 h1:z/Q9idDcay5m5irkZ28M7PtQM4aOISzOpj4bUPkDee8=
1515
github.com/sclevine/spec v1.4.0/go.mod h1:LvpgJaFyvQzRvc1kaDs0bulYwzC70PbiYjC4QnFHkOM=
16+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 h1:2dVuKD2vS7b0QIHQbpyTISPd0LeHDbnYEryqj5Q1ug8=
17+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56/go.mod h1:M4RDyNAINzryxdtnbRXRL/OHtkFuWGRjvuhBJpk2IlY=
1618
golang.org/x/mod v0.19.0 h1:fEdghXQSo20giMthA7cd28ZC+jts4amQ3YMXiP5oMQ8=
1719
golang.org/x/mod v0.19.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
1820
golang.org/x/net v0.27.0 h1:5K3Njcw06/l2y9vpGCSdcxWOYHOUk3dVNGDXN+FvAys=

0 commit comments

Comments
 (0)