2021-10-11 18:44:22 +03:00

17 lines
392 B
Modula-2

module github.com/jar3b/nats-transport
go 1.17
require (
github.com/golang/protobuf v1.5.2
github.com/nats-io/nats.go v1.13.0
google.golang.org/protobuf v1.27.1
)
require (
github.com/nats-io/nats-server/v2 v2.6.1 // 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
)