Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Upgrade ginkgo to v2.15.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tnv1 committed Jan 22, 2024
1 parent db20452 commit 8c3fd3d
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 1,016 deletions.
2 changes: 1 addition & 1 deletion build/tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/golangci/golangci-lint v1.55.2
github.com/google/addlicense v1.1.1
github.com/matryer/moq v0.3.2
github.com/onsi/ginkgo/v2 v2.14.0
github.com/onsi/ginkgo/v2 v2.15.0
github.com/securego/gosec/v2 v2.18.2
github.com/vektra/mockery/v2 v2.34.1
)
Expand Down
2 changes: 1 addition & 1 deletion cosmos/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ require (
github.com/ethereum/go-ethereum v1.13.10
github.com/golang/mock v1.6.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/onsi/ginkgo/v2 v2.14.0
github.com/onsi/ginkgo/v2 v2.15.0
github.com/onsi/gomega v1.30.0
github.com/spf13/cast v1.6.0
github.com/spf13/cobra v1.8.0
Expand Down
2 changes: 1 addition & 1 deletion e2e/localnet/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/berachain/polaris/contracts v0.0.4-alpha
github.com/docker/docker v24.0.7+incompatible
github.com/ethereum/go-ethereum v1.13.10
github.com/onsi/ginkgo/v2 v2.14.0
github.com/onsi/ginkgo/v2 v2.15.0
github.com/onsi/gomega v1.30.0
github.com/ory/dockertest v3.3.5+incompatible
)
Expand Down
2 changes: 1 addition & 1 deletion e2e/testapp/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ require (
github.com/cometbft/cometbft v0.38.4
github.com/cosmos/cosmos-db v1.0.0
github.com/cosmos/cosmos-sdk v0.50.4-0.20240119174318-d0c414eb6212
github.com/onsi/ginkgo/v2 v2.14.0
github.com/onsi/ginkgo/v2 v2.15.0
github.com/onsi/gomega v1.30.0
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.18.1
Expand Down
2 changes: 1 addition & 1 deletion eth/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/berachain/polaris/lib v0.0.4-alpha
github.com/ethereum/go-ethereum v1.13.10
github.com/holiman/uint256 v1.2.4
github.com/onsi/ginkgo/v2 v2.14.0
github.com/onsi/ginkgo/v2 v2.15.0
github.com/onsi/gomega v1.30.0
github.com/stretchr/testify v1.8.4
golang.org/x/text v0.14.0
Expand Down
1,012 changes: 2 additions & 1,010 deletions go.work.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/berachain/polaris/lib
go 1.21.6

require (
github.com/onsi/ginkgo/v2 v2.14.0
github.com/onsi/ginkgo/v2 v2.15.0
github.com/onsi/gomega v1.30.0
)

Expand Down

0 comments on commit 8c3fd3d

Please sign in to comment.