-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
37 lines (33 loc) · 1.2 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
module code.cloudfoundry.org/cf-networking-helpers
go 1.23.0
toolchain go1.23.6
require (
code.cloudfoundry.org/lager/v3 v3.31.0
github.com/cloudfoundry/dropsonde v1.1.0
github.com/cloudfoundry/sonde-go v0.0.0-20250324121045-7c2c4152bc7b
github.com/go-sql-driver/mysql v1.9.1
github.com/jmoiron/sqlx v1.4.0
github.com/lib/pq v1.10.9
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/onsi/ginkgo/v2 v2.23.3
github.com/onsi/gomega v1.36.3
github.com/pkg/errors v0.9.1
github.com/square/certstrap v1.3.0
github.com/tedsuo/ifrit v0.0.0-20230516164442-7862c310ad26
google.golang.org/protobuf v1.36.6
)
require (
filippo.io/edwards25519 v1.1.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.7.0 // indirect
github.com/google/pprof v0.0.0-20250317173921-a4b03ec1a45e // indirect
github.com/openzipkin/zipkin-go v0.4.3 // indirect
go.step.sm/crypto v0.60.0 // indirect
golang.org/x/crypto v0.36.0 // indirect
golang.org/x/net v0.38.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/text v0.23.0 // indirect
golang.org/x/tools v0.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)