2022-03-10 04:01:06 +00:00
|
|
|
module github.com/Selly-Modules/elasticsearch
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
2022-03-30 12:17:59 +00:00
|
|
|
require github.com/Selly-Modules/natsio v0.0.0-20220330121714-2a9897e137f8
|
2022-03-10 04:01:06 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
|
|
|
|
github.com/nats-io/nats.go v1.13.0 // indirect
|
|
|
|
github.com/nats-io/nkeys v0.3.0 // indirect
|
|
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
2022-03-19 04:59:43 +00:00
|
|
|
github.com/thoas/go-funk v0.9.2 // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
|
2022-03-10 04:01:06 +00:00
|
|
|
)
|