-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgo.mod
30 lines (27 loc) · 1.12 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
module github.com/mattrobenolt/ps-http-sim
go 1.23.6
require (
connectrpc.com/connect v1.18.1
github.com/matoous/go-nanoid/v2 v2.1.0
github.com/planetscale/log v0.0.0-20230818230039-324540f3f1cf
github.com/planetscale/psdb v0.0.0-20250102225212-5e0969e17235
github.com/planetscale/vitess-types v0.0.0-20250102225031-46661e124a3a
golang.org/x/net v0.35.0
vitess.io/vitess v0.21.2
)
require (
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect
github.com/golang/glog v1.2.4 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/pires/go-proxyproto v0.8.0 // indirect
github.com/planetscale/vtprotobuf v0.6.1-0.20241121165744-79df5c4772f2 // indirect
github.com/segmentio/asm v1.2.0 // indirect
github.com/spf13/pflag v1.0.6 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 // indirect
google.golang.org/grpc v1.70.0 // indirect
google.golang.org/protobuf v1.36.5 // indirect
)