mirror of
https://github.com/openfaas/faas.git
synced 2025-06-21 14:23:25 +00:00
For compatibility with newer NATS streaming version https://github.com/openfaas/faas-netes/pull/819 Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
12 lines
264 B
Modula-2
12 lines
264 B
Modula-2
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.2.7-0.20210618192106-93a3720475a4
|
|
github.com/nats-io/nkeys v0.3.0
|
|
github.com/nats-io/nuid v1.0.1
|
|
google.golang.org/protobuf v1.23.0
|
|
)
|