-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 845 Bytes
/
go.mod
File metadata and controls
26 lines (23 loc) · 845 Bytes
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
module github.com/matheusd/gorpcbench
go 1.25.1
require (
capnproto.org/go/capnp/v3 v3.1.0-alpha.1
github.com/gorilla/websocket v1.5.3
github.com/rs/zerolog v1.34.0
github.com/sourcegraph/conc v0.3.0
google.golang.org/grpc v1.75.1
google.golang.org/protobuf v1.36.10
matheusd.com/mdcapnp v0.0.0-20251028200044-cb5d26e2cf22
)
require (
github.com/colega/zeropool v0.0.0-20230505084239-6fb4a4f75381 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/net v0.41.0 // indirect
golang.org/x/sync v0.15.0 // indirect
golang.org/x/sys v0.36.0 // indirect
golang.org/x/text v0.26.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
)