-
Notifications
You must be signed in to change notification settings - Fork 6
/
go.mod
24 lines (21 loc) · 792 Bytes
/
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
module github.com/bruth/rita
go 1.18
require (
github.com/google/go-cmp v0.5.8
github.com/google/uuid v1.3.0
github.com/nats-io/nats-server/v2 v2.8.2
github.com/nats-io/nats.go v1.15.0
github.com/nats-io/nuid v1.0.1
github.com/vmihailenco/msgpack/v5 v5.3.5
google.golang.org/protobuf v1.27.1
)
require (
github.com/klauspost/compress v1.14.4 // indirect
github.com/minio/highwayhash v1.0.2 // indirect
github.com/nats-io/jwt/v2 v2.2.1-0.20220330180145-442af02fd36a // indirect
github.com/nats-io/nkeys v0.3.0 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
golang.org/x/sys v0.0.0-20220111092808-5a964db01320 // indirect
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect
)