mirror of
https://github.com/go-micro/go-micro.git
synced 2025-01-23 17:53:05 +02:00
93ba8cd0df
* 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
12 lines
324 B
Modula-2
12 lines
324 B
Modula-2
module github.com/asim/go-micro/plugins/broker/nats/v3
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/asim/go-micro/v3 v3.5.2-0.20210630062103-c13bb07171bc
|
|
github.com/nats-io/nats-server/v2 v2.3.1 // indirect
|
|
github.com/nats-io/nats.go v1.11.1-0.20210623165838-4b75fc59ae30
|
|
)
|
|
|
|
replace github.com/asim/go-micro/v3 => ../../../../go-micro
|