-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathgo.mod
29 lines (25 loc) · 854 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
25
26
27
28
29
module go-nats-app
go 1.21
toolchain go1.22.3
require (
github.com/go-chi/chi/v5 v5.0.12
github.com/goombaio/namegenerator v0.0.0-20181006234301-989e774b106e
github.com/magefile/mage v1.15.0
github.com/maxence-charriere/go-app/v10 v10.0.5-0.20240531023508-d310db9298a0
github.com/nats-io/nats-server/v2 v2.10.16
github.com/nats-io/nats.go v1.35.0
github.com/o1egl/govatar v0.4.1
golang.org/x/net v0.25.0
nhooyr.io/websocket v1.8.11
)
require (
github.com/google/uuid v1.6.0 // indirect
github.com/klauspost/compress v1.17.8 // indirect
github.com/minio/highwayhash v1.0.2 // indirect
github.com/nats-io/jwt/v2 v2.5.7 // indirect
github.com/nats-io/nkeys v0.4.7 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/time v0.5.0 // indirect
)