-
Notifications
You must be signed in to change notification settings - Fork 175
Expand file tree
/
Copy pathgo.mod
More file actions
58 lines (55 loc) · 2.44 KB
/
go.mod
File metadata and controls
58 lines (55 loc) · 2.44 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
module github.com/cloudfoundry/cf-acceptance-tests
go 1.24.9
require (
code.cloudfoundry.org/archiver v0.62.0
code.cloudfoundry.org/go-log-cache/v3 v3.1.1
code.cloudfoundry.org/go-loggregator/v10 v10.2.0
code.cloudfoundry.org/tlsconfig v0.46.0
github.com/cloudfoundry/cf-test-helpers/v2 v2.13.0
github.com/cloudfoundry/noaa/v2 v2.5.0
github.com/cloudfoundry/sonde-go v0.0.0-20230710164515-a0a43d1dbbf8
github.com/mholt/archiver/v3 v3.5.1
github.com/onsi/ginkgo/v2 v2.28.1
github.com/onsi/gomega v1.39.1
golang.org/x/crypto v0.48.0
google.golang.org/grpc v1.79.1
google.golang.org/protobuf v1.36.11
)
require (
code.cloudfoundry.org/go-diodes v0.0.0-20220325013804-800fb6f70e2f // indirect
filippo.io/edwards25519 v1.2.0 // indirect
github.com/Masterminds/semver/v3 v3.4.0 // indirect
github.com/andybalholm/brotli v1.0.1 // indirect
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/pprof v0.0.0-20260202012954-cb029daf43ef // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
github.com/klauspost/compress v1.11.4 // indirect
github.com/klauspost/pgzip v1.2.5 // indirect
github.com/nwaples/rardecode v1.1.0 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/pierrec/lz4/v4 v4.1.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/square/certstrap v1.3.0 // indirect
github.com/ulikunitz/xz v0.5.14 // indirect
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
go.step.sm/crypto v0.76.2 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/mod v0.33.0 // indirect
golang.org/x/net v0.50.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/text v0.34.0 // indirect
golang.org/x/tools v0.42.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)