mirror of
https://github.com/go-micro/go-micro.git
synced 2025-01-17 17:44:30 +02:00
30 lines
1.1 KiB
Modula-2
30 lines
1.1 KiB
Modula-2
module github.com/asim/go-micro/plugins/config/source/nats/v4
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/nats-io/nats.go v1.13.1-0.20211122170419-d7c1d78a50fc
|
|
go-micro.dev/v4 v4.5.0
|
|
)
|
|
|
|
require (
|
|
github.com/bitly/go-simplejson v0.5.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/uuid v1.2.0 // indirect
|
|
github.com/imdario/mergo v0.3.12 // indirect
|
|
github.com/kr/pretty v0.3.0 // indirect
|
|
github.com/miekg/dns v1.1.43 // indirect
|
|
github.com/nats-io/nats-server/v2 v2.6.6 // indirect
|
|
github.com/nats-io/nkeys v0.3.0 // indirect
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
|
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
|
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
|
|
golang.org/x/net v0.0.0-20210510120150-4163338589ed // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
|
|
golang.org/x/text v0.3.6 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
)
|