mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
12 lines
264 B
Modula-2
12 lines
264 B
Modula-2
module github.com/nats-io/nats.go
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/nats-io/nats-server/v2 v2.5.1-0.20210921161523-29037a4f5cd6
|
|
github.com/nats-io/nkeys v0.3.0
|
|
github.com/nats-io/nuid v1.0.1
|
|
google.golang.org/protobuf v1.23.0
|
|
)
|