-
Notifications
You must be signed in to change notification settings - Fork 11
/
go.mod
29 lines (25 loc) · 911 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
module code.cloudfoundry.org/blackbox
go 1.22.0
toolchain go1.22.9
require (
code.cloudfoundry.org/go-loggregator/v9 v9.2.1
code.cloudfoundry.org/tlsconfig v0.13.0
github.com/nxadm/tail v1.4.11
github.com/onsi/ginkgo/v2 v2.22.1
github.com/onsi/gomega v1.36.1
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.6.0 // indirect
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
golang.org/x/net v0.32.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/tools v0.28.0 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
)