Skip to content

Commit

Permalink
fix(deps): update module github.com/onsi/ginkgo to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
gardener-ci-robot committed Jan 17, 2025
1 parent 151f518 commit c4d49d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apis/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.7

require (
github.com/gardener/component-spec/bindings-go v0.0.98
github.com/onsi/ginkgo v1.14.0
github.com/onsi/ginkgo/v2 v2.22.2
github.com/onsi/ginkgo/v2 v2.22.2
github.com/onsi/gomega v1.36.2
github.com/robfig/cron/v3 v3.0.1
Expand Down
1 change: 1 addition & 0 deletions controller-utils/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ require (
github.com/go-logr/zapr v1.3.0
github.com/golang/mock v1.6.0
github.com/onsi/ginkgo v1.14.0
github.com/onsi/ginkgo/v2 v2.22.2
github.com/onsi/gomega v1.36.2
github.com/pkg/errors v0.9.1
github.com/spf13/pflag v1.0.5
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
github.com/mandelsoft/goutils v0.0.0-20241005173814-114fa825bbdc
github.com/mandelsoft/spiff v1.7.0-beta-5
github.com/mandelsoft/vfs v0.4.3
github.com/onsi/ginkgo v1.16.5
github.com/onsi/ginkgo/v2 v2.22.2
github.com/onsi/ginkgo/v2 v2.22.2
github.com/onsi/gomega v1.36.2
github.com/open-component-model/ocm v0.11.0
Expand Down

0 comments on commit c4d49d9

Please sign in to comment.