-
-
Notifications
You must be signed in to change notification settings - Fork 659
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
21 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,22 @@ | ||
module github.com/onsi/ginkgo/v2 | ||
|
||
go 1.22 | ||
go 1.22.0 | ||
|
||
toolchain go1.23.0 | ||
|
||
require ( | ||
github.com/go-logr/logr v1.4.2 | ||
github.com/go-task/slim-sprig/v3 v3.0.0 | ||
github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 | ||
github.com/onsi/gomega v1.34.1 | ||
golang.org/x/net v0.28.0 | ||
golang.org/x/sys v0.24.0 | ||
golang.org/x/tools v0.24.0 | ||
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db | ||
github.com/onsi/gomega v1.34.2 | ||
golang.org/x/net v0.30.0 | ||
golang.org/x/sys v0.26.0 | ||
golang.org/x/tools v0.26.0 | ||
) | ||
|
||
require ( | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect | ||
golang.org/x/text v0.17.0 // indirect | ||
golang.org/x/text v0.19.0 // indirect | ||
google.golang.org/protobuf v1.34.1 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters