-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
34 lines (29 loc) · 1.11 KB
/
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
31
32
33
34
module code.cloudfoundry.org/go-log-cache/v3
go 1.23.0
toolchain go1.23.5
require (
code.cloudfoundry.org/go-envstruct v1.7.0
code.cloudfoundry.org/go-loggregator/v10 v10.2.0
github.com/blang/semver/v4 v4.0.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3
github.com/onsi/ginkgo/v2 v2.23.4
github.com/onsi/gomega v1.37.0
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb
google.golang.org/grpc v1.72.0
google.golang.org/protobuf v1.36.6
)
require (
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
github.com/rogpeppe/go-internal v1.10.0 // indirect
go.uber.org/automaxprocs v1.6.0 // indirect
golang.org/x/net v0.38.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
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
retract v3.0.0 // tagged an unreachable commit