mirror of
https://github.com/openfaas/faas.git
synced 2025-06-21 14:23:25 +00:00
Migrate to Go modules
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
committed by
Alex Ellis
parent
2e2250afe8
commit
7ce266adc0
6
gateway/vendor/github.com/nats-io/stan.go/go.mod
generated
vendored
6
gateway/vendor/github.com/nats-io/stan.go/go.mod
generated
vendored
@ -1,7 +1,9 @@
|
||||
module github.com/nats-io/stan.go
|
||||
|
||||
go 1.14
|
||||
|
||||
require (
|
||||
github.com/gogo/protobuf v1.2.1
|
||||
github.com/nats-io/nats.go v1.9.1
|
||||
github.com/gogo/protobuf v1.3.2
|
||||
github.com/nats-io/nats.go v1.10.0
|
||||
github.com/nats-io/nuid v1.0.1
|
||||
)
|
||||
|
Reference in New Issue
Block a user