mirror of
https://github.com/go-micro/go-micro.git
synced 2024-12-12 08:23:58 +02:00
16 lines
584 B
Modula-2
16 lines
584 B
Modula-2
module github.com/micro/go-micro/plugins/registry/eureka/v2
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
|
|
github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec // indirect
|
|
github.com/franela/goblin v0.0.0-20200105215937-c9ffbefa60db // indirect
|
|
github.com/franela/goreq v0.0.0-20171204163338-bcd34c9993f8 // indirect
|
|
github.com/hudl/fargo v1.3.0
|
|
github.com/micro/go-micro/v2 v2.9.1
|
|
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
|
gopkg.in/gcfg.v1 v1.2.3 // indirect
|
|
)
|