forked from mprimi/go-bench-away
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (25 loc) · 919 Bytes
/
go.mod
File metadata and controls
29 lines (25 loc) · 919 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
27
28
29
module github.com/synadia-labs/go-bench-away
go 1.25
toolchain go1.25.5
require (
github.com/google/subcommands v1.2.0
github.com/google/uuid v1.3.0
github.com/montanaflynn/stats v0.7.0
github.com/nats-io/nats-server/v2 v2.12.3
github.com/nats-io/nats.go v1.48.0
golang.org/x/perf v0.0.0-20230427221525-d343f6398b76
golang.org/x/sys v0.39.0
)
require (
github.com/antithesishq/antithesis-sdk-go v0.5.0-default-no-op // indirect
github.com/google/go-tpm v0.9.7 // indirect
github.com/google/safehtml v0.1.0 // indirect
github.com/klauspost/compress v1.18.2 // indirect
github.com/minio/highwayhash v1.0.4-0.20251030100505-070ab1a87a76 // indirect
github.com/nats-io/jwt/v2 v2.8.0 // indirect
github.com/nats-io/nkeys v0.4.12 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
golang.org/x/crypto v0.46.0 // indirect
golang.org/x/text v0.32.0 // indirect
golang.org/x/time v0.14.0 // indirect
)