1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-01-17 17:44:30 +02:00
go-micro/plugins/store/consul/go.mod

9 lines
182 B
Modula-2
Raw Normal View History

2021-01-20 23:01:10 +02:00
module github.com/asim/go-micro/plugins/store/consul/v3
2020-12-26 17:32:45 +02:00
go 1.13
require (
github.com/hashicorp/consul/api v1.3.0
2021-01-20 23:01:10 +02:00
github.com/asim/go-micro/v3 v3.0.0-20210120135431-d94936f6c97c
2020-12-26 17:32:45 +02:00
)