2021-10-13 13:31:23 +01:00
|
|
|
module github.com/asim/go-micro/plugins/client/mock/v4
|
2020-12-26 15:32:45 +00:00
|
|
|
|
2021-11-11 22:03:34 +08:00
|
|
|
go 1.17
|
2020-12-26 15:32:45 +00:00
|
|
|
|
2021-10-23 16:20:42 +08:00
|
|
|
require go-micro.dev/v4 v4.2.1
|
2021-06-29 20:40:54 +08:00
|
|
|
|
2021-11-11 22:03:34 +08:00
|
|
|
require (
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
github.com/google/go-cmp v0.5.6 // indirect
|
|
|
|
github.com/google/uuid v1.2.0 // indirect
|
|
|
|
github.com/miekg/dns v1.1.43 // indirect
|
|
|
|
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
|
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible // 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-20210502180810-71e4cd670f79 // indirect
|
|
|
|
golang.org/x/text v0.3.6 // indirect
|
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
|
|
google.golang.org/protobuf v1.26.0 // indirect
|
|
|
|
)
|
|
|
|
|
2021-10-13 13:31:23 +01:00
|
|
|
replace go-micro.dev/v4 => ../../../../go-micro
|