-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 686 Bytes
/
go.mod
File metadata and controls
23 lines (20 loc) · 686 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/blinkinglight/bee
go 1.24.0
require (
github.com/delaneyj/toolbelt v0.4.3
github.com/nats-io/nats-server/v2 v2.10.25
github.com/nats-io/nats.go v1.43.0
google.golang.org/protobuf v1.36.6
)
require (
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/klauspost/compress v1.18.0 // indirect
github.com/minio/highwayhash v1.0.3 // indirect
github.com/nats-io/jwt/v2 v2.7.3 // indirect
github.com/nats-io/nkeys v0.4.11 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
golang.org/x/crypto v0.37.0 // indirect
golang.org/x/sys v0.32.0 // indirect
golang.org/x/time v0.10.0 // indirect
)