-
-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathgo.mod
21 lines (18 loc) · 614 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/resgateio/resgate
go 1.20
require (
github.com/bsm/openmetrics v0.3.1
github.com/gorilla/websocket v1.4.2
github.com/jirenius/timerqueue v1.0.0
github.com/nats-io/nats.go v1.13.1-0.20211122170419-d7c1d78a50fc
github.com/posener/wstest v1.2.0
github.com/rs/xid v1.3.0
)
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/nats-io/nats-server/v2 v2.6.6 // indirect
github.com/nats-io/nkeys v0.3.0 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
google.golang.org/protobuf v1.27.1 // indirect
)