-
-
Notifications
You must be signed in to change notification settings - Fork 694
Expand file tree
/
Copy pathgo.mod
More file actions
38 lines (35 loc) · 1.27 KB
/
go.mod
File metadata and controls
38 lines (35 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
module github.com/onsi/ginkgo/v2
go 1.24.0
require (
github.com/Masterminds/semver/v3 v3.4.0
github.com/gkampitakis/go-snaps v0.5.15
github.com/go-logr/logr v1.4.3
github.com/go-task/slim-sprig/v3 v3.0.0
github.com/google/pprof v0.0.0-20260115054156-294ebfa9ad83
github.com/joshdk/go-junit v1.0.0
github.com/mfridman/tparse v0.18.0
github.com/onsi/gomega v1.39.0
golang.org/x/sys v0.40.0
golang.org/x/tools v0.41.0
)
require (
github.com/gkampitakis/ciinfo v0.3.2 // indirect
github.com/gkampitakis/go-diff v1.3.2 // indirect
github.com/goccy/go-yaml v1.18.0 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/maruel/natural v1.1.1 // indirect
github.com/rogpeppe/go-internal v1.13.1 // indirect
github.com/tidwall/gjson v1.18.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/mod v0.32.0 // indirect
golang.org/x/net v0.49.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/text v0.33.0 // indirect
google.golang.org/protobuf v1.36.7 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)