2021-10-08 04:23:59 +00:00
|
|
|
module github.com/Selly-Modules/natsio
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
github.com/nats-io/nats-server/v2 v2.6.1 // indirect
|
|
|
|
github.com/nats-io/nats.go v1.13.0
|
2021-10-08 05:00:03 +00:00
|
|
|
github.com/thoas/go-funk v0.9.1
|
2022-08-26 16:13:18 +00:00
|
|
|
go.mongodb.org/mongo-driver v1.10.1
|
2021-10-08 04:23:59 +00:00
|
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
|
|
)
|