mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
11 lines
316 B
Modula-2
11 lines
316 B
Modula-2
module github.com/nats-io/nats.go
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/nats-io/jwt v0.3.3-0.20200519195258-f2bf5ce574c7
|
|
github.com/nats-io/nats-server/v2 v2.1.8-0.20200524125952-51ebd92a9093
|
|
github.com/nats-io/nkeys v0.1.4
|
|
github.com/nats-io/nuid v1.0.1
|
|
google.golang.org/protobuf v1.23.0
|
|
)
|