|
module github.com/nats-io/nats.go
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/nats-io/nats-server/v2 v2.1.8-0.20210227190344-51550e242af8
|
|
github.com/nats-io/nkeys v0.2.0
|
|
github.com/nats-io/nuid v1.0.1
|
|
google.golang.org/protobuf v1.23.0
|
|
)
|