mirror of
https://github.com/openfaas/faas.git
synced 2025-06-24 07:43:25 +00:00
10 lines
157 B
Modula-2
10 lines
157 B
Modula-2
module github.com/nats-io/stan.go
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/nats-io/nats.go v1.10.0
|
|
github.com/nats-io/nuid v1.0.1
|
|
)
|