mirror of
https://github.com/go-micro/go-micro.git
synced 2025-04-11 11:02:02 +02:00
* 1.fix plugins go get bug. 2.update all mode. 3.add tidy tools * continue fix pre version go get bug that unknown v3.5.1
19 lines
708 B
Modula-2
19 lines
708 B
Modula-2
module github.com/asim/go-micro/plugins/wrapper/monitoring/prometheus/v3
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/asim/go-micro/plugins/broker/memory/v3 v3.0.0-20210630062103-c13bb07171bc
|
|
github.com/asim/go-micro/plugins/registry/memory/v3 v3.0.0-20210630062103-c13bb07171bc
|
|
github.com/asim/go-micro/v3 v3.5.2-0.20210630062103-c13bb07171bc
|
|
github.com/prometheus/client_golang v1.11.0
|
|
github.com/prometheus/client_model v0.2.0
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|
|
|
|
replace (
|
|
github.com/asim/go-micro/plugins/broker/memory/v3 => ../../../../plugins/broker/memory
|
|
github.com/asim/go-micro/plugins/registry/memory/v3 => ../../../../plugins/registry/memory
|
|
github.com/asim/go-micro/v3 => ../../../../../go-micro
|
|
)
|