-
Notifications
You must be signed in to change notification settings - Fork 111
Expand file tree
/
Copy pathgo.mod
More file actions
113 lines (109 loc) · 5.02 KB
/
go.mod
File metadata and controls
113 lines (109 loc) · 5.02 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
module code.cloudfoundry.org
go 1.25.0
replace (
github.com/cactus/go-statsd-client => github.com/cactus/go-statsd-client v2.0.2-0.20150911070441-6fa055a7b594+incompatible
)
require (
code.cloudfoundry.org/clock v1.61.0
code.cloudfoundry.org/debugserver v0.86.0
code.cloudfoundry.org/diego-logging-client v0.93.0
code.cloudfoundry.org/go-metric-registry v0.0.0-20260217151434-5acadfff053b
code.cloudfoundry.org/lager/v3 v3.61.0
code.cloudfoundry.org/localip v0.63.0
code.cloudfoundry.org/locket v0.0.0-20251117222557-be612341b29d
code.cloudfoundry.org/routing-api v0.0.0-20260121170017-b01cc94c976d
code.cloudfoundry.org/tlsconfig v0.46.0
github.com/armon/go-proxyproto v0.1.0
github.com/cloudfoundry/cf-test-helpers/v2 v2.13.0
github.com/cloudfoundry/custom-cats-reporters v0.0.2
github.com/cloudfoundry/dropsonde v1.1.0
github.com/cloudfoundry/sonde-go v0.0.0-20251217143644-d1670a435f2a
github.com/kisielk/errcheck v1.10.0
github.com/nats-io/nats-server/v2 v2.12.4
github.com/nats-io/nats.go v1.49.0
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/onsi/ginkgo/v2 v2.28.1
github.com/onsi/gomega v1.39.1
github.com/openzipkin/zipkin-go v0.4.3
github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9
github.com/tedsuo/ifrit v0.0.0-20230516164442-7862c310ad26
github.com/urfave/cli v1.22.17
github.com/urfave/negroni/v3 v3.1.1
github.com/vito/go-sse v1.1.3
go.step.sm/crypto v0.76.2
go.uber.org/zap v1.27.1
go.uber.org/zap/exp v0.3.0
golang.org/x/crypto v0.48.0
golang.org/x/net v0.51.0
golang.org/x/oauth2 v0.35.0
golang.org/x/tools v0.42.0
google.golang.org/protobuf v1.36.11
gopkg.in/yaml.v3 v3.0.1
)
require (
code.cloudfoundry.org/bbs v0.0.0-20260218135931-a998cae3b567 // indirect
code.cloudfoundry.org/cfhttp/v2 v2.69.0 // indirect
code.cloudfoundry.org/durationjson v0.64.0 // indirect
code.cloudfoundry.org/eventhub v0.64.0 // indirect
code.cloudfoundry.org/go-diodes v0.0.0-20260209061029-a81ffbc46978 // indirect
code.cloudfoundry.org/go-loggregator/v9 v9.2.1 // indirect
code.cloudfoundry.org/inigo v0.0.0-20210615140442-4bdc4f6e44d5 // indirect
filippo.io/edwards25519 v1.2.0 // indirect
github.com/Masterminds/semver/v3 v3.4.0 // indirect
github.com/antithesishq/antithesis-sdk-go v0.6.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bmizerany/pat v0.0.0-20210406213842-e4b6760bdd6f // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cloudfoundry-community/go-uaa v0.3.6 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
github.com/facebookgo/limitgroup v0.0.0-20150612190941-6abd8d71ec01 // indirect
github.com/facebookgo/muster v0.0.0-20150708232844-fd3d7953fd52 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-sql-driver/mysql v1.9.3 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/go-test/deep v1.0.7 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/go-tpm v0.9.8 // indirect
github.com/google/pprof v0.0.0-20260202012954-cb029daf43ef // indirect
github.com/honeycombio/libhoney-go v1.26.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/pgx/v5 v5.8.0 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/klauspost/compress v1.18.4 // indirect
github.com/minio/highwayhash v1.0.4-0.20251030100505-070ab1a87a76 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/nats-io/jwt/v2 v2.8.0 // indirect
github.com/nats-io/nkeys v0.4.15 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v1.23.2 // indirect
github.com/prometheus/client_model v0.6.2 // indirect
github.com/prometheus/common v0.67.5 // indirect
github.com/prometheus/procfs v0.20.1 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/square/certstrap v1.3.0 // indirect
github.com/tedsuo/rata v1.0.0 // indirect
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
go.uber.org/automaxprocs v1.6.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.yaml.in/yaml/v2 v2.4.3 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/mod v0.33.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/time v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171 // indirect
google.golang.org/grpc v1.79.1 // indirect
gopkg.in/alexcesaro/statsd.v2 v2.0.0 // indirect
gorm.io/driver/mysql v1.6.0 // indirect
gorm.io/driver/postgres v1.6.0 // indirect
gorm.io/gorm v1.31.1 // indirect
)