-
Notifications
You must be signed in to change notification settings - Fork 107
/
Copy pathgo.mod
113 lines (106 loc) · 5.1 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
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.21.0
replace github.com/uber-go/zap => github.com/uber-go/zap v0.0.0-20161222040304-a5783ee4b216
replace github.com/uber-go/atomic => github.com/uber-go/atomic v1.1.0
replace github.com/codegangsta/cli => github.com/codegangsta/cli v1.6.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/bbs v0.0.0-20240401230014-ed87f495edc2
code.cloudfoundry.org/cfhttp/v2 v2.0.1-0.20210513172332-4c5ee488a657
code.cloudfoundry.org/clock v1.1.0
code.cloudfoundry.org/debugserver v0.0.0-20240403132449-5d2c8205fccf
code.cloudfoundry.org/eventhub v0.0.0-20240403132424-316d05b1129c
code.cloudfoundry.org/go-metric-registry v0.0.0-20240325232813-eb1144b007e4
code.cloudfoundry.org/lager/v3 v3.0.3
code.cloudfoundry.org/localip v0.0.0-20240403132407-90bfe96e2c2c
code.cloudfoundry.org/locket v0.0.0-20240311215808-a90299e1f75d
code.cloudfoundry.org/tlsconfig v0.0.0-20240403132441-f9f6ab7c839e
github.com/armon/go-proxyproto v0.1.0
github.com/cactus/go-statsd-client v3.2.1+incompatible
github.com/cloudfoundry-community/go-uaa v0.3.2
github.com/cloudfoundry/cf-routing-test-helpers v0.0.0-20240304203209-3404f81a986b
github.com/cloudfoundry/cf-test-helpers/v2 v2.9.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-20240311165458-423aa0d4dfc8
github.com/codegangsta/cli v1.22.14
github.com/go-sql-driver/mysql v1.8.1
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/jackc/pgx/v5 v5.5.5
github.com/kisielk/errcheck v1.7.0
github.com/nats-io/nats-server/v2 v2.10.12
github.com/nats-io/nats.go v1.34.1
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/onsi/ginkgo/v2 v2.17.1
github.com/onsi/gomega v1.32.0
github.com/openzipkin/zipkin-go v0.4.2
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
github.com/tedsuo/ifrit v0.0.0-20230516164442-7862c310ad26
github.com/tedsuo/rata v1.0.0
github.com/uber-go/zap v1.27.0
github.com/urfave/negroni/v3 v3.1.0
github.com/vito/go-sse v1.0.0
go.step.sm/crypto v0.44.2
golang.org/x/crypto v0.21.0
golang.org/x/net v0.23.0
golang.org/x/oauth2 v0.18.0
golang.org/x/tools v0.19.0
google.golang.org/grpc v1.62.1
google.golang.org/protobuf v1.33.0
gopkg.in/yaml.v2 v2.4.0
gorm.io/driver/mysql v1.5.6
gorm.io/driver/postgres v1.5.7
gorm.io/gorm v1.25.9
)
require (
code.cloudfoundry.org/diego-logging-client v0.0.0-20240403132506-4e6d96d497d1 // indirect
code.cloudfoundry.org/durationjson v0.0.0-20240403132506-6f2aac628504 // indirect
code.cloudfoundry.org/go-diodes v0.0.0-20240325171903-fa19631aa7ba // indirect
code.cloudfoundry.org/go-loggregator/v8 v8.0.5 // indirect
code.cloudfoundry.org/inigo v0.0.0-20210615140442-4bdc4f6e44d5 // indirect
filippo.io/edwards25519 v1.1.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.2.0 // 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.1 // indirect
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/go-test/deep v1.0.7 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/pprof v0.0.0-20240402174815-29b9bb013b0f // indirect
github.com/honeycombio/libhoney-go v1.22.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
github.com/jackc/puddle/v2 v2.2.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/klauspost/compress v1.17.7 // indirect
github.com/minio/highwayhash v1.0.2 // indirect
github.com/nats-io/jwt/v2 v2.5.5 // indirect
github.com/nats-io/nkeys v0.4.7 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v1.19.0 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.52.2 // indirect
github.com/prometheus/procfs v0.13.0 // indirect
github.com/square/certstrap v1.3.0 // indirect
github.com/uber-go/atomic v1.11.0 // indirect
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
go.uber.org/atomic v1.8.0 // indirect
go.uber.org/automaxprocs v1.5.3 // indirect
golang.org/x/mod v0.16.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
gopkg.in/alexcesaro/statsd.v2 v2.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)