-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathgo.mod
30 lines (26 loc) · 956 Bytes
/
go.mod
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
module code.cloudfoundry.org/blackbox
go 1.23.0
toolchain go1.24.1
require (
code.cloudfoundry.org/go-loggregator/v9 v9.2.1
code.cloudfoundry.org/tlsconfig v0.24.0
github.com/nxadm/tail v1.4.11
github.com/onsi/ginkgo/v2 v2.23.4
github.com/onsi/gomega v1.37.0
github.com/tedsuo/ifrit v0.0.0-20230516164442-7862c310ad26
github.com/ziutek/syslog v0.0.0-20180426113420-8a9fdf1a8529
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
go.uber.org/automaxprocs v1.6.0 // indirect
golang.org/x/net v0.37.0 // indirect
golang.org/x/sys v0.32.0 // indirect
golang.org/x/text v0.23.0 // indirect
golang.org/x/tools v0.31.0 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
)